Structure STATUS
Use
The record status provides information about the current status of the maintenance dialog, and has the following structure
-
STATUS-TYPE is the maintenance dialog maintenance type, and can take the following constant values:
-
ONE-STEP
one-step maintenance dialog
-
TWO-STEP
two-step maintenance dialog
-
-
STATUS-ACTION is the user action mode, and can take the following constant values:
-
DISPLAY
the user is in display mode
-
AENDERN
the user is in change mode
-
INSERT
the user has called the function 'New entries'
-
COPY
the user has called the function 'Copy'
-
TRANSPORT
the user has called the function 'Transport'
-
-
STATUS-MODE specifies the current maintenance screen and can take the following constant values:
-
LIST_BILD
the user is in the maintenance dialog overview screen
-
DETAIL_BILD
the user is in the maintenance dialog single screen
-
-
STATUS-DATA is the display type, and can take the following constant values:
-
GESAMTDATEN
no sub-set was chosen for the data display
-
AUSWAHLDATEN
a subset of the data is displayed, for example, all marked entries, all changed entries, and so on.
-
-
STATUS-MARK specifies whether there are selected entries, and can take the following constant values:
-
MARKIERT
entries are marked in the maintenance dialog
-
NICHT_MARKIERT
no entries are marked in the maintenance dialog
-
-
STATUS-DELETE specifies whether the user is in the 'Display deleted' function.
-
GELOESCHT
the function 'Display deleted' was called, and the entries flagged for deletion are displayed
-
NICHT_GELOESCHT
the function 'Display deleted' was not called
-