Entering content frameDialog Transactions Locate the document in its SAP Library structure

In a dialog transaction, the flow of the program is determined by a sequence of screens. The screens that are called within a transaction should belong to a single ABAP program, usually a module pool (type M program).

To create a dialog transaction, use the Transaction Maintenance transaction (SE93). Once you have entered a transaction code and short description, choose transaction type Program and screen (dialog transaction).

On the next screen, enter data as required.

The transaction code of a dialog program must be linked to the number of its initial screen. Enter this in the Screen number field.

You can also protect the dialog transaction against unauthorized use. To do this, enter the name of an authorization object in the corresponding field. For further information about authorizations in the R/3 System, refer to The SAP Authorization Concept.
To enter values for the fields of the authorization object, choose Values.

Leaving content frame