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

Multiple alv grid print classes

madhu_vadlamani
Active Contributor
0 Likes
729

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.

7 REPLIES 7
Read only

Former Member
0 Likes
673

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

Read only

0 Likes
673

Hi Rajesh,

Thanks for your reply.But here if i pass it will print the first block only.I tried this..

Regards,

madhu.

Read only

Former Member
0 Likes
673

Hi

check the sample program in creating multiple alv grid.

<Irrelevant link removed by moderator>

Message was edited by: Vinod Kumar

Read only

0 Likes
673

HI Goutam,

No use with this.Here there is no print parameters.

Regards,

Madhu.

Read only

0 Likes
673

Hi All,

Is it possible.Waiting for some good replies.

Regards,

Madhu.

Read only

Former Member
0 Likes
673

Read the following link Ruchi Tiwari explain very well using folloing link got some help to develop you own .

http://wiki.sdn.sap.com/wiki/display/ABAP/Display+two+or+more+ALVs+on+one+screen+using+Splitter+Cont...

Read only

0 Likes
673

Hi Krupa,

Thanks for your reply.Here there is no issue with display  alv in container.The issue with print.

Regards,

Madhu.