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

Print using ALV method-set_table_for_first_display

Former Member
0 Likes
397

Hi ,

I have developed a report with ALV output , using the method -set_table_for_first_display.

But now I am asked to change it to print the output also in 8/11" sheet.

Please suggest how I can do it.

Thanks & Regards,

Ramana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
340

Print function on the ALV toolbar? Is it there? Or, what I have done upon occasion is put a checkbox on selection panel to indicate printout desired. The loop through the table that is used for the ALV display and output a list report.

1 REPLY 1
Read only

Former Member
0 Likes
341

Print function on the ALV toolbar? Is it there? Or, what I have done upon occasion is put a checkbox on selection panel to indicate printout desired. The loop through the table that is used for the ALV display and output a list report.