Hi all,
I've been searching on this for a while now, but even with all the suggestions it's still not working.
- Put the 'E' code on the button check
- PROCESS AFTER INPUT.
MODULE user_exit_command at EXIT-COMMAND. exit command is the first in PAI check
- the module code:
module user_exit_command input.
case ok_code.
when 'BACK'.
clear ok_code.
leave to screen 0.
when 'EXIT'.
clear ok_code.
leave program.
when 'CANCEL'.
clear ok_code.
leave to screen 0.
endcase.
endmodule.
however: I saw people talking about 'mandatory' fields, mine are set to 'required' but i guess that's the same right ?
still i get this message on exit button click:
Fill in all required entry fields
Message No. 00055
regards,
Christophe