‎2007 Aug 30 10:36 AM
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?
‎2007 Aug 30 10:44 AM
hi Pavel,
I think this is normal, you have to call the SAPGUI... FM again
hope this helps
ec
‎2007 Aug 30 10:50 AM
‎2007 Aug 30 10:49 AM
Hi,
Use
do 100 times
SAPGUI_PROGRESS_INDICATOR
enddo.
This will increse the display time of progress indicator.
<b>Reward if helpful.</b>