Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

at exit-command

Former Member
0 Likes
618

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
583

In the GUI definition, for this function code, set the function type to 'E' (exit command).

Rob

4 REPLIES 4
Read only

Former Member
0 Likes
584

In the GUI definition, for this function code, set the function type to 'E' (exit command).

Rob

Read only

0 Likes
583

Hi Rob,

Thank u very much.It works.

with regards

Feirthouse

Read only

0 Likes
583

Glad to help.

Rob

Read only

Former Member
0 Likes
583

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