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

Combining multiple ALV lists into a single spool

Former Member
0 Likes
923

Hi all,

I have a Z program which generates 2 ALV lists when executed in background. Now both these ALV lists are appearing under 2 different spool numbers in SM37. I need to club both these lists into a single spool.

I am using factory method ALV to display both the ALV lists and hence i cannot use REUSE_ALV_BLOCK_LIST_APPEND. I am scheduling the background job using START_JOB, SUMIT PROGRAM and CLOSE_JOB.

Kindly let me know if there is any way to combine these two ALVs into a single SPOOL.

Thank you.

Regards,

Niveditha

Hi all,

I have a Z program which generates 2 ALV lists when executed in background. Now both these ALV lists are appearing under 2 different spool numbers in SM37. I need to club both these lists into a single spool.

I am using factory method ALV to display both the ALV lists and hence i cannot use REUSE_ALV_BLOCK_LIST_APPEND. I am scheduling the background job using START_JOB, SUMIT PROGRAM and CLOSE_JOB.

Kindly let me know if there is any way to combine these two ALVs into a single SPOOL.

Thank you.

Regards,

Niveditha

1 REPLY 1
Read only

saumya_govil
Active Contributor
0 Likes
617

Dear Niveditha,

Try displaying both of your ALV outputs inside the same 'new-page print on no dialog' command. This should help create a single spool for both the ALV outputs.

Hope this helps!

Regards,

Saumya