Application Development 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: 

Progress indicator to show the progress and status at which point its running in dialog program

former_member216218
Participant
0 Kudos

Hi Expert,

I have go thru the sap forum to find for FM to display clock progress indicator, I've found 'SAPGUI_PROGRESS_INDICATOR'.

Unfortunately, most of the example is used in ALV report, is there any way how to create clock progress indicator for ABAP Dialog Program?

Below is the situation the progress indicator should work:

1) The program will process all check box that have been checked

Progress indicator should display info as below (Shows the progress and status at which point its running😞

1 REPLY 1

karthikeyan_p3
Contributor
0 Kudos

Hi Nur,

Call the function module SAPGUI_PROGRESS_INDICATOR before the processing logic of each of the check boxes with respective texts.

Eg) Before the processing of the first check box call SAPGUI_PROGRESS_INDICATOR with text as Basic view & percentage as 25.

Similarly call the FM for the other check boxes and increase the percentage as 50, 75, 100.

Thanks,

Karthikeyan