Entering content frameProcedure documentation Create maintenance dialog Locate the document in its SAP Library structure

You can make the following maintenance components available with the table maintenance dialog generation transaction (Tools ® ABAP/4 Workbench ® Development ® Other Tools ® Gen.tab.maint.dialog):

Note

This is necessary for two-step procedures, but also for tables or views whose records can not be completely displayed on the overview screen because of the number or length of their fields. It can also be appropriate when complicated maintenance procedures require long input field explanatory texts, e.g. by displaying data from foreign key tables.

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

  1. Choose Tools ® ABAP/4 Workbench ® Development ® Other Tools ® Gen.tab.maint.dialog. You enter the maintenance transaction initial screen.
  2. Enter the name of the table or view.
  3. Mark the option "Generated objects".
  4. Choose Create/Change.
  5. Confirm that the maintenance module is to be created in the following dialog box,.
  6. Note

    Instead of steps 1. to 5. you can call the function Utilities ® Gen.maint. dialog in the Dictionary (Tools ® ABAP/4 Workbench ® Development ® Dictionary) for the table or view in question. You go to the maintenance screen for the generated object for the current table.

  7. Enter the data required for generation:
  8. - Function group to which the maintenance module is to belong

    Note

    It is possible to store the maintenance modules for several tables or views. in one function group

    - Authorization group

    - Maintenance type (one/two-step)

    - Maintenance screen (one-step) or screens (two-step) number

    - Recording routine (standard/individual or none)

  9. Then choose Create. All required maintenance modules are now generated.

Note

If you subsequently want to make changes, you must call the function Change, to re-generate the maintenance module in question.

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

 

 

Leaving content frame