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
760

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
669

online after first display user can interact with the report and so the secondary report can be displayed....now in background mode if u run it spools out first report...Now, someone has to interact with this report so that second report can be shown...But user can't interact with the first report in background process.....so, it might be that if report is running in background then the 2 reports needs to be merged and shown in one report...

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

4 REPLIES 4
Read only

Former Member
0 Likes
670

online after first display user can interact with the report and so the secondary report can be displayed....now in background mode if u run it spools out first report...Now, someone has to interact with this report so that second report can be shown...But user can't interact with the first report in background process.....so, it might be that if report is running in background then the 2 reports needs to be merged and shown in one report...

Read only

0 Likes
669

Hi,

I understand the reason you have given but is it possible to generate seperate spool requests for a number of alv outputs in one single program?

Read only

0 Likes
669

Hello Rajeeve,

Call you ALV FMs to display the list's subsequently.

Regards,

Naimesh

Read only

Former Member
0 Likes
669

To my knowledge...User interaction for Background job is not advisible...

-Mohan.