‎2007 Jun 01 12:15 PM
Hi,
I am using the function module SAP_GUI_PROGRESS_INDICATOR .This should only be called if the report is executed in foreground, So i have written following code .But when i try to run my report in back ground it goes in an infinite loop.It works properly in foreground.Pl help with some proper solution.The report output is an ALV grid.
IF sy-batch EQ space.
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
EXPORTING
text = c_in_progress. "In Progress.
endif.
‎2007 Jun 01 12:21 PM
Hi
This fun module SAP_GUI_PROGRESS_INDICATOR is used for foreground reports only, usch that it indicates the user that some processing is going on
Where you wrote this in the code?
check the code.
what you are passing to percentage field of this fun module?
Reward points if useful
Regards
Anji
‎2007 Jun 01 12:21 PM
Hi,
I guess that the problem is the ALV Grid, not the 'SAPGUI_PROGRESS_INDICATOR
Please see also this link:
<a href="/people/prashant.patil12/blog/2007/02/20/displaying-alv-grid-in-background-job ALV Grid in Background Job</a>
Best Regards,
Stefan
‎2007 Jun 01 12:27 PM
Hi Sneha,
does the report generate any error log? which method r u following to display ALV, reuse*? or custom controls?