Entering content frameProcedure documentation Creating Programs Locate the document in its SAP Library structure

Prerequisites

This description assumes that you are creating a new ABAP program in the Object Navigator. It is also based on the most general case, and you can use it even if there is not yet a Programs node in your object list.
You can also use the Create function from the context menu of the object node. See also:
Creating New Objects

Procedure

  1. Choose Other Object ( This graphic is explained in the accompanying text ).
  2. In the Object Selection dialog box dialog box, choose the Program tab.
  3. Enter the name of the new program.
  4. Note that all programs objects in the customer namespace begin with Y or Z.

  5. Choose This graphic is explained in the accompanying text.
  6. The system then displays the Create Program dialog box.

  7. If you want your program to be an executable program (report), deselect the With TOP include option. If, on the other hand, you want to create a module pool, select the option.
  8. This graphic is explained in the accompanying text

  9. Choose This graphic is explained in the accompanying text to continue.
  10. If you chose to create a program withTOP include, a dialog box appears, in which you should enter a name for the TOP include. Then choose Enter.
  11. Choose This graphic is explained in the accompanying text to continue.
  12. Another dialog box appears in which you must set other program attributes.

    For more information on each of the attributes, see also Structure link Maintaining Program Attributes.

  13. Enter the program attributes and choose This graphic is explained in the accompanying text Save.
  14. The system then displays the Create Object Catalog Entry dialog box.

  15. Assign a package to the program.
  16. Choose This graphic is explained in the accompanying text to confirm your entries.

The program is added to the object list of the assigned package and is displayed under the Programs object node. The system starts the ABAP editor and the program is displayed in change mode.

Result

The program was created in the R/3 Repository in an inactive version and is available in the ABAP editor. When you assign a program to a development class, it is automatically linked to the transport and correction system.

Note

Alternatively, you can create a program from the initial screen of the ABAP editor (transaction SE38).

 

 

 

Leaving content frame