learn Your First Program in SAP ABAP
Learn SAP ABAP
STEP 1.
Type T-Code “SE38” in Easy Access.
STEP 2.
Type Program Name “Z_HELLO_WORLD” and click Create button
STEP 3.
Type Title “LEARN HOW TO CREATE PROGRAM” and choose execute
program
STEP 4.
Write code in ABAP Editor as bellow.
REPORT Z_HELLO_WORLD.
WRITE:/ 'HELLO WORLD'.
WRITE:/ 'HELLO WORLD'.
STEP 5.
Execute program by button or press key F8.
Comments
Post a Comment