SAP Tutorials Blog


SAP ABAP program is a collection of statements, each statement begins with a keyword and ends with a period.The first line of statement start with a word PROGRAM or REPORT and followed by the name.


The syntax is


PROGRAM ZTEST.

Write 'Hello World'.


This example contains two statements: PROGRAM and WRITE. The program displays a list on the screen. In this case, the list consists of the single line "Hello World". The PROGRAM statement indicates that this program is a module pool. This program could be a report after replacing the PROGRAM  statement with REPORT .


Below an example of ABAP syntax of report statement type.


REPORT ZTEST.

Write 'Hello World'.



Serkan AKKAVAK

Computer Engineer BSc

SAP Department Manager

Contact : serkurumsal@yandex.com