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

sap spool deleting when used SET_PRINT_PARAMETERS function module

Former Member
0 Likes
748

Hello friends,

I am using SET_PRINT_PARAMETERS function module to change print parameters

for the report output.

But here the spool no is deleting after output.

How can i prevent this.

Can anyone please help me...

Regards,

Phaneendra

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
705

Please keep your PRI_PARMS-PRREL is not filled

a®

5 REPLIES 5
Read only

former_member194669
Active Contributor
0 Likes
706

Please keep your PRI_PARMS-PRREL is not filled

a®

Read only

0 Likes
705

Hello,

Thanks for your reply,

Means what i have to pass to parameter RELEASE , already i am passing space there

but i am getting DUMP .

Regards,

Phaneendra.

Read only

Former Member
0 Likes
705

Hi Phaneendra,

In FM "SET_PRINT_PARAMETERS", for import parameter IN_PARAMETERS, pass IN_PARAMETERS-PRREL = ''.

IF you pass it as 'X' it will delete the spool.

Read only

0 Likes
705

Thank you very much.Really solved problem