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: 

ALV Grid in Background

Former Member
0 Kudos

Hi,

My report has ALV grid display. It is taking a long time in foreground. How to execute a ALV grid report in background.

Regards,

Divya.

5 REPLIES 5

Former Member
0 Kudos

Former Member
0 Kudos

HI,

when u see the selection screen, you can see the option called

Program-> execute in background.

is it not working for u?

Regards,

Venkatesh

0 Kudos

Hi,

I am getting that option and i have executed the report in background. But i m not able to see the grid output in SM37 as i see the list output.

Regards,

Divya.

Edited by: Divya R on May 25, 2009 11:38 AM

0 Kudos

Hi,

try this.

SM37->Execute(F8)->Select your report->Click on Spool

in column type, you will one icone(ABAP List). Click on that.

Regards

Vishnu Gupta

Former Member
0 Kudos

Use REUSE_ALV_GRID_DISPLAY and you will be able to run the report in foreground or background.

If you must use OO ALV controls, you may have problems to run the program in background,especially if they require custom controls which are currently instantiated in a SAPGui session.

If you have specific instances or program code, we can look through that.

Regards,

Siddharth