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: 

Refreshing Status message during program processing

Former Member
0 Kudos

Hi all,

how can I display (the simpler the better!) more than

one S-message in the status bar during the program run,

in order to show the user the programs progress.

SAP itself does that in various applications

(for instance in eCATT-procedures with various steps

you can always see the currently processed steps) and

I would like to know the options I have.

Thanks in advance

Andreas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi to indicate progress

use

<b>sapgui_progress_indicator</b>

3 REPLIES 3

Former Member
0 Kudos

hi to indicate progress

use

<b>sapgui_progress_indicator</b>

former_member181962
Active Contributor
0 Kudos

Hi Andreas,

I don't know if this is what you are lookin for,but see if it helps you in any way.

Function Module: SAPGUI_PROGRESS_INDICATOR

Usage:

CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'

EXPORTING

PERCENTAGE = <Percentage complete>

TEXT = message

EXCEPTIONS

OTHERS = 1.

Regards,

Ravi

Former Member
0 Kudos

Hi Andreas

try to use the fm sapgui_progress_indicator