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

Problem with printing ALV lists

Former Member
0 Likes
693

Hey Guys,

I have a problem with printing ALV lists ,

I created a report with several ALV lists (not grids) on the same screen but when i attempt to print the report

it prints each alv list on a different page..so if i have 3 alv lists in the same report it will print the report on 3 pages

How can i print them all in one page?

Thanks in advance

Noha Salah.

4 REPLIES 4
Read only

Former Member
0 Likes
658

Hi

It depends on how u call the ALV list, I think as soon as a new ALV list is called the statament like NEW-PAGE is called too, u can try to set the field list_append of parameter IS_LAYOUT in order to avoid that.

Max

Read only

Former Member
0 Likes
658

Hey Max,

I tried setting the Layout-list_append before my block_list_append function call

And setting the is_print-NO_NEW_PAGE , it printed the 3 lists on one page the only problem i have

is that the lists are truncated and the list formats has totally been messed up..how can i restore them back

to their original format?

Read only

Former Member
0 Likes
658

Hey Experts,

I have solved my Question myself by specifying the is_print-no_new_page & is_print-no_print_listinfos before the REUSE_ALV_BLOCK_LIST_DISPLAY only excluding any mentioning of is_layout-list_append ..

Hope this helps anyone who's having the same problem

Read only

0 Likes
658

Please mark your thread as answered as its solved.