‎2011 Oct 29 10:17 AM
Hi guyz,
Am Generating print parameters for convert alv to pdf. For that am using GET_PRINT_PARAMETERS fm.
In this function module am passing a parameter called layout. What is the use of this parameter?
what are available values of that parameter?
am passsing X_60_150 and X_65_132 ?
Is there any other layout available?
here in X_65_132
X, 65 , 132 stands for what ?
Kindly Reply,
Thanks in advance....
Riyas
‎2011 Oct 29 10:34 AM
Hi Riyas ,
Here IMPORT parameter 'LAYOUT' is used for output format.
Please go through the below link ..
[GET_PRINT_PARAMETERS|http://help.sap.com/saphelp_40b/helpdata/en/9f/dba5d535c111d1829f0000e829fbfe/content.htm]
Regards,
Maruthi
‎2011 Oct 29 10:34 AM
Hi Riyas ,
Here IMPORT parameter 'LAYOUT' is used for output format.
Please go through the below link ..
[GET_PRINT_PARAMETERS|http://help.sap.com/saphelp_40b/helpdata/en/9f/dba5d535c111d1829f0000e829fbfe/content.htm]
Regards,
Maruthi
‎2011 Nov 07 7:50 AM