‎2006 Feb 17 8:06 AM
Hi
I want to send sapscript to the external email address.
Can anybody explain me how todo that.
Thanks
‎2006 Feb 17 8:21 AM
Hi
The following link may be useful
http://help.sap.com/saphelp_47x200/helpdata/en/23/1edf098ea211d2b47300609419ed29/frameset.htm
‎2006 Feb 17 8:10 AM
Hi,
convert the script output to spool, from spool get the OTF data, and convert it to PDF format and send it via e-mail using the FM <b>SO_DOCUMENT_SEND_API1</b>
regards
vijay
‎2006 Feb 17 8:11 AM
Hi subsar,
1. First we have to
execute the sapscript
thru our program.
2. Then we need to use
READ_OTF_FROM_MEMORY
to FETCH the sapscript
information into internal table.
3. The using FM
'SO_NEW_DOCUMENT_ATT_SEND_API1'
we can attach the intenal table (2)
above, and send mail as attachment.
4. SEE F1 help on this FM
(if uare doing for the first time)
5. Morever, SCOT settings
are required (take help of basis team)
regards,
amit m.
‎2006 Feb 17 8:15 AM
‎2006 Feb 17 8:16 AM
Hi subsar,
The following link might be helpful:
http://www.thespot4sap.com/Articles/SAP_Mail_UNIX_Example_ABAP.asp
Regards,
Anuradha.B
‎2006 Feb 17 8:19 AM
Hi
To convert your sap script output to pdf <a href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci933581,00.html">Check this link</a> . Now you can use FM to send the file via mail
regards
austin
‎2006 Feb 17 8:21 AM
Hi
The following link may be useful
http://help.sap.com/saphelp_47x200/helpdata/en/23/1edf098ea211d2b47300609419ed29/frameset.htm
‎2011 May 22 11:10 PM
Hi, I need to execute program J_1AF012 and for each vendor make a PDF file with all operations included in the selection and send a e-mail.
I see that I can make the PDF file with creation of spool and then send to pdf, but my problem is to sort the operations and make this to each vendor (many pdf and many mails in the same report).
Can someone help me about this?
Thanks in advance!
Eduardo Puricelli