2008 Sep 18 5:51 PM
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
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
2008 Sep 18 6:48 PM
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
2008 Sep 18 7:15 PM
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