‎2009 Dec 29 6:42 AM
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
‎2009 Dec 29 6:47 AM
‎2009 Dec 29 6:47 AM
‎2009 Dec 29 6:54 AM
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.
‎2009 Dec 29 6:57 AM
‎2009 Dec 29 6:58 AM
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.
‎2009 Dec 29 7:02 AM