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

Prompt Info when program is running

Former Member
0 Likes
563

Dear all,

My one program will run for more than 5 seconds before the results come out. In case the user become impatient,I want to show some info such as 'Running,please wait' on the status bar at the bottom when the program running. Do you konw any solution can realize that. Thanks

Dear all,

My one program will run for more than 5 seconds before the results come out. In case the user become impatient,I want to show some info such as 'Running,please wait' on the status bar at the bottom when the program running. Do you konw any solution can realize that. Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
524

Hi ,

You have to use function module 'SAPGUI_PROGRESS_INDICATOR'

check out below link for details.

Best Regards,

Brijesh

Read only

Former Member
0 Likes
524

Hi Alex,

Use the FM - SAPGUI_PROGRESS_INDICATOR .

Regards,

Sujatha

Read only

Former Member
0 Likes
524

hiii

you can display message with message type 'S'

at the start of event START-OF-SELECTION..

and when data is printed with write statement display message there as 'Process Completed'

regards

twinkal