‎2009 Dec 21 10:21 AM
Hello,
I want to know the function module to create the spool request from report program, through which I can write the content of the internal table to spool.
Thanks,
Lucky
‎2009 Dec 21 10:41 AM
Check the function module "RSPO_OPEN_SPOOLREQUEST" .
Cheers!!
VEnk@
‎2009 Dec 21 10:33 AM
Hello,
If you schedule the report to be run in a background job, you will directly get the output in spool. Or you want the spool to be generated in foreground? If so please search. There are lots of threads related to this.
Vikranth
‎2009 Dec 21 10:37 AM
first get the print parameters fm GET_PRINT_PARAMETERS
change single values of the print parameters if you like
create the output: NEW-PAGE PRINT ON PARAMETERS print_paramters NO DIALOG
‎2009 Dec 21 10:38 AM
Hi Lucky ,
you will have to use 3 function modules in sucession to create a spool request as follows :
JOB_OPEN
JOB_SUBMIT
JOB_CLOSE
In case of any problem please get back to me.
Regards,
Nikhil
‎2009 Dec 21 10:41 AM
Check the function module "RSPO_OPEN_SPOOLREQUEST" .
Cheers!!
VEnk@
‎2009 Dec 21 10:48 AM