Show TOC

 Creating a ScreenLocate this document in the navigation structure

Use

You use this procedure to create a screen for your ABAP program.

Procedure
  1. Start the Object Navigator (transaction SE80) and navigate to the program for which you want to create a screen.
    Note

    The program should be an executable program (Type 1), a module pool (Type M), or a function group (Type F) and must already exist.

  2. In the Screen Number field, enter a screen number.
    Note

    A screen number must be unique and up to 4 digits long. In SAP programs all screen numbers above 9000 are reserved for SAP customers. The number 1000 is commonly used for table screens and selection screens. The initial screens of transactions are usually assigned a number ending in 100 (for example, 3100).

    To display a list of all screens belonging to a program, use the F4 help function.

  3. Choose Create.

    The system displays the Change Screen Attributes screen.

  4. Define the screen attributes. For more information, see Maintaining Screen Attributes .
  5. Save and activate the screen.

See also:

Creating Flow Logic

Screen Elements