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 Parameters

former_member209696
Participant
0 Likes
536

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

1 ACCEPTED SOLUTION
Read only

MaruthiKona217
Participant
0 Likes
479

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

2 REPLIES 2
Read only

MaruthiKona217
Participant
0 Likes
480

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

Read only

former_member209696
Participant
0 Likes
479

thank u