Application Development and Automation 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: 
Read only

Problem with SAPGUI_PROGRESS_INDICATOR

Former Member
0 Likes
1,041

Hi,

I'm trying to create progress indicator for my program, but there is a problem. When I'm call SAPGUI_PROGRESS_INDICATOR, everything is working, but when I called ALSM_EXCEL_TO_INTERNAL_TABLE after this call progress indicator is disappeared.

Can anybody explain why is it and what I can do to avoid this?

3 REPLIES 3
Read only

JozsefSzikszai
Active Contributor
0 Likes
647

hi Pavel,

I think this is normal, you have to call the SAPGUI... FM again

hope this helps

ec

Read only

0 Likes
647

But it's blinking very ugly.

Read only

Former Member
0 Likes
647

Hi,

Use

do 100 times

SAPGUI_PROGRESS_INDICATOR

enddo.

This will increse the display time of progress indicator.

<b>Reward if helpful.</b>