‎2006 Oct 16 2:40 PM
What is the function module that i can use to show the progress of my report on the status bar as clock.
Let me know what are the inputs to the function module.
Thanks,
mohammed
‎2006 Oct 16 2:41 PM
SAPGUI_PROGRESS_INDICATOR.
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
text = 'Test Process...'.
ENDIF.
‎2006 Oct 16 2:41 PM
SAPGUI_PROGRESS_INDICATOR.
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
text = 'Test Process...'.
ENDIF.
‎2006 Oct 16 2:43 PM
‎2006 Oct 16 2:42 PM
Hi
you can use the FM ->
SAPGUI_PROGRESS_INDICATOR
See its relevant documenataion how to use the same in your program.
Regards
- Atul
‎2006 Oct 16 2:45 PM