Open all | Close all
|
Exit Command
An Exit-command allows you to insert functionality into the PAI that by passes all screen validation
i.e. if you want the user to be able to exit a screen without actually having to fill all the mandatory
screen fields. To implent this you first need to craete the function code on the PF-STATUS as a type
'Exit command'.
The next step is to insert the a module statement within the PAI section of the screen flow logic:
|
...
*PAI flow logic
PROCESS AFTER INPUT.
MODULE USER_COMMAND_0200 AT EXIT-COMMAND.
|
|
|