‎2006 Apr 06 3:27 AM
Hi,
I am using tabstrip scrolling in application server.
i am using 3 tabs(3 subscreens).
But When i am using module exit at-exit command. That module is not working.
So if Click on exit button.it's checking all the validations then only exiting from the transaction..
Help me to solve this problem.
With Regards
Feirthouse K.A
‎2006 Apr 06 3:47 AM
In the GUI definition, for this function code, set the function type to 'E' (exit command).
Rob
‎2006 Apr 06 3:47 AM
In the GUI definition, for this function code, set the function type to 'E' (exit command).
Rob
‎2006 Apr 06 3:52 AM
‎2006 Apr 06 3:59 AM
‎2006 Apr 06 3:56 AM
Hi,
From sap help:
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm
<b>If the user chooses a function whose function code does not have type E, the MODULE <mod> AT EXIT-COMMAND statement is not executed.</b>
sample code:
This exit-command module looks like below.
Module exitscreen input.
Case v_okcode_100.
When EXIT.
Leave to screen 0.
when BACK.
Leave to screen 0.
when CANCEL.
Leave to screen 0.
Endcase.
Endmodule
Hope this will help you.
Cheers
Sunny
Rewrd points, if found helpful
sorry : i didn't check that the thread is being answered.
Message was edited by: Sunny