‎2009 Nov 16 2:43 PM
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 .
‎2009 Nov 16 2:50 PM
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
‎2009 Nov 16 2:50 PM
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
‎2009 Nov 19 5:50 PM
‎2009 Nov 16 2:51 PM
‎2009 Nov 19 5:53 PM
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
percentage = 50 "this is the % value 1-100
text = text-012. " the text you want to display