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

progress_indicator

Former Member
0 Likes
702

Hi guys, Could you give me some ideas of how to give a message to my users while they wait for the result of running a report . thank you very much .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

Hi,

u can use the Function Module 'SAPGUI_PROGRESS_INDICATOR' to get the progress indicator message. call the FM when u want to display the progress indicator.

pass the percentage & Text values to FM..

Rgds,

Pavan

4 REPLIES 4
Read only

Former Member
0 Likes
601

Hi,

u can use the Function Module 'SAPGUI_PROGRESS_INDICATOR' to get the progress indicator message. call the FM when u want to display the progress indicator.

pass the percentage & Text values to FM..

Rgds,

Pavan

Read only

0 Likes
600

Do you have an example ? please

Read only

vinod_vemuru2
Active Contributor
0 Likes
600

Hi Try the FM PROGRESS_INDICATOR

Thanks,

Vinod.

Read only

Former Member
0 Likes
600
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
percentage = 50 "this is the % value 1-100
text = text-012. " the text you want to display