2011 Apr 28 3:26 PM
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
2011 Apr 28 3:39 PM
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