Reset
is a function at task level the user can choose to cancel entries. Reset cancels entries (before pressing ENTER ) and the fields are made ready for input again. No confirmation prompt is issued and no screen change occurs. Entries can only be cancelled on the currently displayed screen.
Access
Function Key |
Pull-Down Menu |
Pushbutton |
Access Character |
Icon |
The function key can be defined freely |
Menu Edit |
Application toolbar: in the block of the self-defined function keys |
--- |
--- |
Technical Notes
To avoid that incorrect data is checked, you have to provide the function Reset with a function which is specified as of category "E" in the Menu Painter. In addition, first define a MODULE x AT EXIT-COMMAND in the processing logic of the screen at the event PAI. This module will be run through before all checks of the DYNP so that you have control and can carry out Reset despite incorrect data and the further modules of PAI no longer have to be processed.
Cross-References