| ABAP report program |
ABAP program that reads and analyzes the data in database tables, and sometimes also makes updates.
ABAP report programs have the program type "executable program" and are often linked to a particular logical database.
When you execute an ABAP report program, you can display the resulting output list - also known as a report - on the screen or send it to a printer. You can also save the output list and display it later.