Skip to main content

What is Report and the purpose of reports in SAP ABAP

Report is displaying the application data in the required format. Technically speaking, a report is an executable program with three stage function.

1. DATA INPUT (Selection Screen).
2. DATA PROCESSING (Select Statement).
3. DATA OUTPUT (Write, Skip, Uline, Vline).

Purpose:  It helps to analyze the current situation and also for decision making.

Real time report scenarios :  To stop the purchases from the specific vendors, the purchasing department need a report for vendor evaluation and terminate the employees from the organization the HR department need one report with employee performance.

  

Comments