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

ALV Grid in Background

Former Member
0 Likes
840

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.

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
Read only

Former Member
0 Likes
769
Read only

Former Member
0 Likes
769

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

Read only

0 Likes
769

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

Read only

0 Likes
769

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

Read only

Former Member
0 Likes
769

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