‎2008 Feb 11 2:09 AM
Hi,
I have a question how to create a spool request for a sapscript PO form.
In my case I want to write a program which sends a PO via Email. For this I need to create a spool request for the mail to convert it to PDF and send it out.
Converting to PDF and sending out via Email is working fine, but I don´t know how I can create the spool request. I thought about to run the Printprogram for the PO, but this is not really working.
Please provide me with some information, points will be rewarded.
Thanks,
Christoph
‎2008 Feb 11 2:23 AM
SAP have created a standard program RSTXPDFT4 to convert your Sapscripts spools into a PDF format.
Specify the spool number and you will be able to download the sapscripts spool into your local harddisk.
It look exactly like what you see during a spool display.
Please note that it is not restricted to sapsciprts spool only. Any reports in the spool can be converted using the program 'RSTXPDFT4'
‎2008 Feb 11 2:23 AM
SAP have created a standard program RSTXPDFT4 to convert your Sapscripts spools into a PDF format.
Specify the spool number and you will be able to download the sapscripts spool into your local harddisk.
It look exactly like what you see during a spool display.
Please note that it is not restricted to sapsciprts spool only. Any reports in the spool can be converted using the program 'RSTXPDFT4'
‎2008 Feb 11 2:25 AM
Hej Jay,
thanks for your answer. My problem is, that I do not have this Spool no., because it is not created so far. So I need to create a Spool no. for this SAPSCRIPT PO.
Thanks
‎2008 Feb 11 2:29 AM
You have to use the function modules
JOB_OPEN , JOB_SUBMIT, JOB_CLOSE.
Refer the link
http://help.sap.com/saphelp_nw04/helpdata/en/fa/096d4d543b11d1898e0000e8322d00/frameset.htm
Award points if helpful.
‎2008 Feb 11 3:09 AM
Solved,
I found a solution by using the print program for a PO.
Thanks,
Christoph