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

ALV grid Print

Former Member
0 Likes
991

Hi Gurus,

I have a problem with ALV PRINT. Here i am printing out put directly from ALV with out display. I want the out put to be fit in A4 sheet. My out put is having 11 coloumns. PLease help me how i can do that.

Hi Gurus,

I have a problem with ALV PRINT. Here i am printing out put directly from ALV with out display. I want the out put to be fit in A4 sheet. My out put is having 11 coloumns. PLease help me how i can do that.

5 REPLIES 5
Read only

Former Member
0 Likes
873

Hi,

Instead of giving the output directly for print, you could download it as excel file and give for print right?

Regards

Sarav

Read only

0 Likes
873

Hi Sarav,

I have the requirement to print directly from ALV Grid directly. Not by exporting to Excel.

Read only

Clemenss
Active Contributor
0 Likes
873

Hi Ashish,

display once. Create a layout that fits on desired paper size (organize columns displayed and column width required). Save as layout, set this as default layout.

Thats it.

Regards,

Clemens

Read only

Former Member
0 Likes
873

If I had a requirement to print without going to ALV first, I would not create an ALV...I would instead do the obsolete...create a simple output list with loop...write:/...endloop. Seems overkill to develop an ALV that will not be displayed....the V stands for "VIEW" or "VIEWER"....

Read only

Former Member
0 Likes
873

thanks