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

Background processing of interactive alv lists

Former Member
0 Likes
445

Hi,

I have an interactive alv list which works fine with online processing. When run in background it only create spool for the first list. What can be a solution other than merging all the secondary alv list to the primary list level. Can we create alv list (for background proesiing mode) for more than one internal table. (I think normally we can have only one internal table displayed in a list using reuse_alv). Please inform me if further details has to be published.

Thanks and regards,

Rajeeve Patric

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
423

Rajeev,

There could be two solutions to this.

1. You can use ALV Block lists. Take a look at BALVBT01 for example.

2. You can use OO controls and display multiple grids in one screen. You need to make sure that you check for CL_GUI_ALV_GRID=>OFFLINE and then create a container so that it works in background also.

Regards,

Ravi

Note - Please mark all the helpful answers

Hi,

I have an interactive alv list which works fine with online processing. When run in background it only create spool for the first list. What can be a solution other than merging all the secondary alv list to the primary list level. Can we create alv list (for background proesiing mode) for more than one internal table. (I think normally we can have only one internal table displayed in a list using reuse_alv). Please inform me if further details has to be published.

Thanks and regards,

Rajeeve Patric

2 REPLIES 2
Read only

Former Member
0 Likes
424

Rajeev,

There could be two solutions to this.

1. You can use ALV Block lists. Take a look at BALVBT01 for example.

2. You can use OO controls and display multiple grids in one screen. You need to make sure that you check for CL_GUI_ALV_GRID=>OFFLINE and then create a container so that it works in background also.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

0 Likes
423

Hi ravikumar,

This was exactly, the solution I was looking for.

Thanks and regards,

Rajeeve Patric