‎2012 Sep 12 5:06 AM
Hi,
I am using class set_table_for_first_display to display multiple alv grid on a single screen.In normal alv we can use theREUSE_ALV_BLOCK_LIST_APPEND and at the lat after all block we can use REUSE_ALV_BLOCK_LIST_DISPLAY paramaeter is_print to print multiple alv block and get a spool request.In the same way is it possible to print multiple alv in classes.is there any method to get the same.
Regards,
Madhu.
‎2012 Sep 12 6:01 AM
Hi Madhu,
Use class method CL_GUI_ALV_GRID->SET_TABLE_FOR_FIRST_DISPLAY. In this method you can pass parameter IS_PRINT to print multiple alv block and get a spool request.
Hope its useful.
Regards,
Rajesh
‎2012 Sep 12 7:51 AM
Hi Rajesh,
Thanks for your reply.But here if i pass it will print the first block only.I tried this..
Regards,
madhu.
‎2012 Sep 12 7:31 AM
Hi
check the sample program in creating multiple alv grid.
<Irrelevant link removed by moderator>
Message was edited by: Vinod Kumar
‎2012 Sep 12 7:46 AM
HI Goutam,
No use with this.Here there is no print parameters.
Regards,
Madhu.
‎2012 Sep 17 7:46 AM
Hi All,
Is it possible.Waiting for some good replies.
Regards,
Madhu.
‎2012 Sep 17 11:54 AM
Read the following link Ruchi Tiwari explain very well using folloing link got some help to develop you own .
‎2012 Sep 17 12:59 PM
Hi Krupa,
Thanks for your reply.Here there is no issue with display alv in container.The issue with print.
Regards,
Madhu.