Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

ABAP Workbench Exercises

Unit: Introduction to the ABAP Workbench


Topic: Organizing Developments
1-1. Log on to the operating system and then to the specified SAP R/3 training
system using the user name the instructor has given you. Enter a new personal
password.

1-2. Create the development class ZBC400_01. Assign it to the change request the
instructor has given you.

1-3. From now on, assign all your Repository objects in the following exercises to
this development class and this change request.

Unit: Introduction to the ABAP Workbench


Topic: Developing ABAP Programs
2-1. Create the executable program ZBC400_##_GS_LIST without TOP Include.
2-2. Define a work area for the data retrieval and data display (name suggestion:
wa_flight): DATA wa_flight TYPE sflight.

2-3. Program a loop access to all the data records in the database table SFLIGHT:

2-4. For each data record, display the contents of the fields carrid, connid, fldate,
seatsocc, and seatsmax in the list:

2-5. Check your program for syntax errors, test it, and activate it.
Unit: Introduction to the ABAP Workbench
Topic: Transaction Codes

3-1. Create transaction code ZBC400_01_GS for the executable program


ZBC400_01_GS_LIST.
Initial object: program and selection screen (report transaction)
Execute your program by entering the new transaction code.

3-2. Include the transaction code ZBC400_01_GS in your favorites in the


SAP-EasyAccess-menu.
Execute your program by double-clicking the new favorite entry.

You might also like