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

Spooling multiple ALV's created using the OO method.

gary_king2
Participant
0 Likes
420

There is an example program for what I am attemping to do, it's called BALVBT01 and uses FM's REUSE_ALV_BLOCK_LIST_INIT and REUSE_ALV_BLOCK_LIST_APPEND. This program basicaly allows you to output 2 or more ALV's to screen and have the out for all the ALV's appear in ONE spool when run in background mode.

This is exactly what I am attempting to do, except this program uses the REUSE* FM's rather that OO method to create the ALV's.

Does anyone know of way whereby the ALV's (created using OO method) can be grouped so that they appear in ONE spool when run in background. I foreground all 3 of my screens appear fine, but when run in background I receive a shortdump. I only populate one screen it works just fine.

Anyone hit this same problem and resolved it ?.

Dr Sidewalk.

1 REPLY 1
Read only

Former Member
0 Likes
375

Can you please send me your code .