‎2008 Feb 28 3:08 AM
Hello Friends,
I have program which is processing 3 scripts and all are included in the same spool, now my requirement is, I want to send only 1st script as email attachment. How can I seperate only this script to send it a email to customer.
Please help me.
Thanks,
Shreekant
‎2008 Feb 28 3:50 AM
Hi Shreekant,
IF they are the part of the single spool then I don't think you can separate them. See if you can download them into different spool.
Regards,
Atish
‎2008 Feb 28 3:50 AM
Hi Shreekant,
IF they are the part of the single spool then I don't think you can separate them. See if you can download them into different spool.
Regards,
Atish
‎2008 Feb 28 4:10 AM
Hi,
Try sending attachment having scripts in different spool. I dont think u can send a single script from a spool with has 3.
Regards,
Ramya
‎2008 Feb 28 7:39 AM
Hello, Thanks for your reply,
I have now seperated the spool, in one spool I have 2 scripts and in another spool I have the script which I need to send email as pdf attachment.
1. For this I used FM:GET_JOB_RUNTIME_INFO to get the spoolid.
2. I used FM:CONVERT_OTFSPOOLJOB_2_PDF for converting spool to pdf format.
3. How to send this pdf as email?
Pls. help me.. I have gone through some threads in sdn, but not able to understand properly.
Thanks,
Shreekant
‎2008 Mar 06 2:53 PM