Create a maintenance dialog 

Use

The creation of table/view maintenance dialogs is described here. Maintenance dialogs can be created for SAP or customer tables or views.

There are two steps:

  1. Define table/view
    if the table or view does not yet exist.
  2. Define maintenance dialog

Define table/view

The table/view is defined in the Dictionary. A view comprises a primary table and secondary tables which have a foreign key relationship to the primary table. Secondary tables can be

You can display the view structure graphically with the View hierarchy struct. function in the Utilities menu.

To create a table/view:

R: the field can only be read by the maintenance dialog.

S: If a key field has this flag, the set of maintainable data is restricted to a subset. The restriction condition is displayed in the maintenance screen header in maintenance.
If a function field which explains the key field has this flag, it is also displayed in the maintenance screen header.

H: the field is not displayed in the maintenance dialog and not automatically filled.

<space>: There are no individual restrictions for this field.

In time-dependent views, the key comprises a time-independent part and the validity range. Choosing read and change (time-dependent views) restricts maintenance to changing and creating the validity range of existing keys.

Define maintenance dialog

You must specify the following parameters in the maintenance dialog definition:

Result

The maintenance dialog is generated after all values have been entered. If there are no errors, the dialog can be used immediately to maintain table/view contents.

Further information

Maintenance views

Create maintenance view