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

logout

Former Member
0 Likes
983

when we logout from the sap screen we get a pop up dialog box.on clicking yes to the pop up dialog box which funnction needs to be called to get out of that session

Message was edited by:

nisha divakaran

7 REPLIES 7
Read only

Former Member
0 Likes
951

HI,

TCODE-<b>NEX</b>.

Kishore.

Read only

Former Member
0 Likes
951

u jus login. and in the command field write "/h" and press enter.now press exit button in the standard tool bar then it will take u to the debugging screen.by pressing F5 check the flow of the code.it will b helpful.

regars,

bharat.

Read only

Former Member
0 Likes
951

hi nisha

use this function module 'POPUP_TO_CONFIRM' for getting a popup window.

hope this will help u

regards

shinu n athulya

Read only

Former Member
0 Likes
951

You can check with POPUP_TO_CONFIRM_STEP function module

Read only

Former Member
0 Likes
951

Hi

if YES is selected, then the return value is 'J' and

if NO is selected, the return value is 'N'.

Guess this is wht u were asking for...

Regards

Manish

Read only

Former Member
0 Likes
951

Hi....

Just go through the following function modules.....

<b>POPUP_TO_CONFIRM_STEP

POPUP_TO_CONFIRM_LOSS_OF_DATA

POPUP_TO_CONFIRM_WITH_MESSAGE

POPUP_TO_CONFIRM</b>

Reward if it helps u....

Regards,

Kimi

Read only

Former Member
0 Likes
951

solved it through th_delete_mode