Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

A progress bar is used to display the progress of a process. Sometimes a program can take long to execute and can result in a timeout dump.

A progress bar can be used to prevent a timeout dump.

Use of the Function Module SAPGUI_PROGRESS_INDICATOR

Example after a Select statement:

Example in a Loop statement:

Result:

Please find sample codes in attachment.

4 Comments