2008 Jun 09 10:56 AM
Hi gurus,
I created a fine report in abap OO. It displays not one, not two but three grids. All working fine, no problem. I can even run it in the background. The point that fails on me is, can I print all three alv-grids at once? I can print them one at the time, but I created a new button that is supposed to print them all.
Any one got ideas on this matter?
2008 Jun 16 12:33 PM
you can display and print several grids at one time by using
REUSE_ALV_BLOCK_LIST_INIT
REUSE_ALV_BLOCK_LIST_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
but this is not graphical display
so you could try to call those functions when you want to print (at least in background)
you can display and print several grids at one time by using
REUSE_ALV_BLOCK_LIST_INIT
REUSE_ALV_BLOCK_LIST_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
but this is not graphical display
so you could try to call those functions when you want to print (at least in background)
2008 Jun 16 12:33 PM
you can display and print several grids at one time by using
REUSE_ALV_BLOCK_LIST_INIT
REUSE_ALV_BLOCK_LIST_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
but this is not graphical display
so you could try to call those functions when you want to print (at least in background)
2008 Aug 01 12:36 PM
I solved the printing by 'dumping' the three lists to three screens. That way I could 'print' the report with three grids in the background to the spool.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |