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

function module

Former Member
0 Likes
502

hi

is there any function module or class method which implements displaying

progress on the state bar?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

Hi Marat,

take a look at FM SAPGUI_PROGRESS_INDICATOR.

Regards Rudi

4 REPLIES 4
Read only

Former Member
0 Likes
490

Hi Marat,

take a look at FM SAPGUI_PROGRESS_INDICATOR.

Regards Rudi

Read only

0 Likes
489

hey can u tell for wat is it used?

is thr anythg displayed on the screen ?

like for wat is it exactly used?

Read only

0 Likes
489

You can use it to display the progressing status of....whatever is needed to process. Usually it is better for the user when he can see that the system is still working and that he has to wait.

For example: You loop over a internal table with a large amount of entries and map it into a new table, e.g. for ALV output. With this FM the user can see how far the processing is.

You can pass a part of 100 (percentage) and a text to this FM and then a small clock will be displayed with the passed text in the status bar.

Regards Rudi

Read only

0 Likes
489

thanks