‎2007 Mar 19 6:55 AM
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
‎2007 Mar 19 7:02 AM
‎2007 Mar 19 7:03 AM
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.
‎2007 Mar 19 7:03 AM
hi nisha
use this function module 'POPUP_TO_CONFIRM' for getting a popup window.
hope this will help u
regards
shinu n athulya
‎2007 Mar 19 7:04 AM
‎2007 Mar 19 8:10 AM
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
‎2007 Mar 19 8:14 AM
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
‎2007 Mar 19 8:47 AM