Creating Maintenance Dialogs

Procedure

With the maintenance transaction to generate table maintenance dialogs (Start of the navigation pathTools Next navigation step ABAP Workbench Next navigation step Development Next navigation step Other Tools Next navigation step Change DocumentsEnd of the navigation path) you can provide the following maintenance components:

  • Generated Objects

    All maintenance modules required to call the maintenance dialog.

  • Table or View Definition in the Dictionary

    You can edit the definition of the current table or view. You can specify access authorizations at table and field level, in the definition. You can specify whether entries in the overview screen have a detail screen.

  • Authorization Groups

    You can create authorization groups for tables or views. The activities defined for the authorization group apply while a maintenance dialog is being used for the tables or views of the authorization group.

  • Authorization group assignment

    You can group tables or views.

To be able to call the maintenance dialog, you must generate the table and view-specific maintenance modules. Proceed as follows:

  1. Choose Start of the navigation pathTools Next navigation step ABAP Workbench Next navigation step Development Next navigation step Further Tools Next navigation step Gen.Tab.Maint. DialogEnd of the navigation path. You go to the initial screen of the maintenance transaction

  2. Enter the name of the table or view.

  3. Select the Generated Objects option.

  4. Choose Create/Change.

  5. Confirm in the next dialog window that the maintenance modules are to be created.

  6. Enter the data required for the generation:

    • Function group to which the maintenance modules are to belong

    • Authorization group

    • Maintenance type (one or two-step)

    • Number of maintenance screen (one-step maintenance), or screens (two-step maintenance)

    • Recording routine (standard/individual or none)

  7. Choose Create. All required maintenance modules are now generated.

Then you can call the standard maintenance dialog or the maintenance function modules for the table or view.