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
888

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
786

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

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
787

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
786

Do you have an example ? please

Read only

vinod_vemuru2
Active Contributor
0 Likes
786

Hi Try the FM PROGRESS_INDICATOR

Thanks,

Vinod.

Read only

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