Application Development 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: 

Re: change printing layout

Former Member
0 Kudos

Hi All,

i am creating ALV report, always user run this program in background. and print the paper but cuts off when printing landscape and printing layout is 66x180. every time User have to change print layout from 66x180 to 85x253, so is there any way, which we have to save printing layout form 66x180 to 85x253.

please guide me..

Thanks

zeni

2 REPLIES 2

Former Member
0 Kudos

There are two ways to do it

1. Check the Layout option you are passing to ALV FM or ALV opps I think you can change in layout

2.Click on print Icon,->Properties->Settings->Field name as Format click on pencil Icon to change the dimension X_65_132

and choose Validity by Clicking radio Button on Valid for this report only

Hope this will work

naimesh_patel
Active Contributor
0 Kudos

You can set the format in the PRINT options of the ALV (parameter IS_PRINT).

Pass the LA_PRINT to the IS_PRINT in the Function module"


DATA: LA_PRINT TYPE SLIS_PRINT_ALV.

LA_PRINT-PRINT_CTRL-PRI_PARAMS-PAART = 'X_85_253'.

Regards,

Naimesh Patel