‎2010 Aug 11 8:35 AM
Dear All,
In module pool Screen having mandatory fields there for I have used inside PROCESS AFTER INPUT.
MODULE exit_9001 AT EXIT-COMMAND.
MODULE exit_9001 INPUT.
gv_ok_code2 = sy-ucomm.
CASE gv_ok_code2.
WHEN 'CANCEL'.
LEAVE TO SCREEN 0.
WHEN 'EXIT'.
LEAVE TO SCREEN 0.
ENDCASE.
ENDMODULE.
But it is not trigering. Please help me to resolve issue.
Thanks in Advance.
Regards,
‎2010 Aug 11 8:39 AM
Hi ,
check you have given the pf status for exit button and there set the
functional type as "E".
‎2010 Aug 11 8:39 AM
Hi ,
check you have given the pf status for exit button and there set the
functional type as "E".
‎2010 Aug 11 11:55 AM
‎2010 Aug 11 9:10 AM
when you want to use exit command
then set functional type as E in PF-status.
‎2010 Aug 11 9:15 AM