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 overridden by default settings

Former Member
0 Likes
1,111

Hi,

I am setting the parameters PRI_PARAM-PRIMM = space and PRI_PARAM-PRREL = ' ', which if i am not wrong are the values to not print immmediately and dont delete after printing . Inspite of setting these parameters , it is getting overridden by default settings print immediately and delete after printing.

Please help to set the progammatic values for the spool generated.

Thanks,

Sindhu

Hi,

I am setting the parameters PRI_PARAM-PRIMM = space and PRI_PARAM-PRREL = ' ', which if i am not wrong are the values to not print immmediately and dont delete after printing . Inspite of setting these parameters , it is getting overridden by default settings print immediately and delete after printing.

Please help to set the progammatic values for the spool generated.

Thanks,

Sindhu

7 REPLIES 7
Read only

Former Member
0 Likes
1,015

hi sindhu,

Please specify the FM you are using.

Sumit

Read only

0 Likes
1,015

Hi Sumit,

I am not using any FM, instead i am sending these parameters with addition "SPOOL PARAMETERS PRI_PARAMS" for "SUBMIT program" statement.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,015

Hello Sindhu,

Instead of directly populating the params try to get the params from the FM GET_PRINT_PARAMETERS.

Read the FM documentation for details.

BR,

Suhas

Read only

0 Likes
1,015

Hi Suhas,

Can you clarify what signifies the value "space" or "X" for parameters IMMEDIATELY, RELEASE .

Regards,

Sindhu

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,015

Hello,

I think the field description tells-it-all

What additional clarification you want ? Additionally generally 'X' -> True & ' ' -> False

Cheers,

Suhas

Read only

0 Likes
1,015

Thanks Suahs. i am implementing GET_PRINT_PARAMETERS FM, i hope it works good.

Thanks for your input.

Read only

Former Member
0 Likes
1,015

Hi

You have to set the parameters(mentioned below) in the FM specified in your Print program where it generates the spool for printing.

Regards

Gaurav