‎2013 Jul 13 5:21 AM
Hi Experts
we are developing one application in which we need the screen display closed autometically after 2 seconds.
CALL SCREEN 101 STARTING AT 1 1 ENDING AT 110 20 .
now we need the called screen closed autometically 2 sec or time interval we give. Thanks!!!
‎2013 Jul 13 7:12 AM
Hi,
I think a WAIT UP TO <interval_in_sec> SECONDS statement and then a LEAVE SCREEN on the previous or a LEAVE PROGRAM would help. Check the links below:
http://help.sap.com/SAPHELP_470/Helpdata/EN/9f/dbab3635c111d1829f0000e829fbfe/content.htm
http://help.sap.com/abapdocu_702/en/abapleave_program.htm
Cheers,
Arindam
‎2013 Jul 13 7:12 AM
Hi,
I think a WAIT UP TO <interval_in_sec> SECONDS statement and then a LEAVE SCREEN on the previous or a LEAVE PROGRAM would help. Check the links below:
http://help.sap.com/SAPHELP_470/Helpdata/EN/9f/dbab3635c111d1829f0000e829fbfe/content.htm
http://help.sap.com/abapdocu_702/en/abapleave_program.htm
Cheers,
Arindam
‎2013 Jul 13 7:30 AM
Dear Arindam
Thanks for your reply,
We have Catre this solution with Functional Code :
CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'
‎2013 Jul 13 7:33 AM
Hi,
Ok.. So its all working fine. Great just close the thread if so.
Cheers,
Arindam