‎2008 Jun 07 11:12 AM
hi
is there any function module or class method which implements displaying
progress on the state bar?
‎2008 Jun 07 11:37 AM
Hi Marat,
take a look at FM SAPGUI_PROGRESS_INDICATOR.
Regards Rudi
‎2008 Jun 07 11:37 AM
Hi Marat,
take a look at FM SAPGUI_PROGRESS_INDICATOR.
Regards Rudi
‎2008 Jun 07 11:44 AM
hey can u tell for wat is it used?
is thr anythg displayed on the screen ?
like for wat is it exactly used?
‎2008 Jun 07 11:49 AM
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
‎2008 Jun 07 11:56 AM