SAP Tutorials Blog


To become more proficient in ABAP programming, you should start by creating a basic ABAP report. These reports are usually performed on the basis of straightforward tasks or to show simpler data.


Step-by-step example:

REPORT Z_FIRST_ABAP_REPORT.

DATA: lv_name TYPE string.

lv_name = 'John Doe'.

WRITE: 'Hello', lv_name.


Output:

Hello John Doe


Serkan AKKAVAK

Computer Engineer BSc

SAP Department Manager

Contact : serkurumsal@yandex.com