Exercise 1: Creating a Screen 

In this exercise, you create a screen and identify its attributes. Before you begin, ensure that you are in your program object list and proceed as follows:

  1. Double-click Program object types.
  2. The browser displays the list of possible program objects.

  3. Select Screen.
  4. At this point, you must specify a screen number.

  5. Enter 100 for the screen number.
  6. Choose Create.
  7. The system displays the Change Screen Attributes screen.

  8. Enter the following information:
  9. Short Description

    Create Flight Data

    Screen type

    Normal

    Next screen

    100

    ABAP programs can determine the screen sequence dynamically. This means it is not necessary to specify a different screen for the Next Screen attribute.

  10. Save the screen and return to the program object list.

Check Your Work

In this exercise, you created a single screen. You should now have a Screens folder in your program object list. In subsequent exercises, you will populate your new screen with graphical elements.