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

Automatic Screen close after 2 sec

muhammadusman_raza
Participant
0 Likes
842

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!!!

1 ACCEPTED SOLUTION
Read only

arindam_m
Active Contributor
0 Likes
777

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

3 REPLIES 3
Read only

arindam_m
Active Contributor
0 Likes
778

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

Read only

0 Likes
777

Dear Arindam

Thanks for your reply,

We have Catre this solution with Functional Code : 

CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'

Read only

arindam_m
Active Contributor
0 Likes
777

Hi,

Ok.. So its all working fine. Great just close the thread if so.

Cheers,

Arindam