‎2013 Oct 15 10:08 AM
‎2013 Oct 15 10:10 AM
Hi ,
This FM is used for sending the documents to the external mail ids.
You can also use BCS Class for the same requirement.
Thanks
Pavan.N
‎2013 Oct 15 10:11 AM
have you searched SCN and google, there is tons of info on this?
‎2013 Oct 15 10:17 AM
Hi Prasann Nayak,
SO_DOCUMENT_SEND_API1 is used to send mails to external mail id's with attachement
See this link
http://wiki.scn.sap.com/wiki/display/ABAP/Sending+Mails+-+Home+Page
‎2013 Oct 15 10:23 AM
Hi,
for this function module there is a clear documentation.
there is a lot of information about this object.
Search on scn, please.
Regards
Ivan
‎2013 Oct 15 10:27 AM
This function module enables you send a new document including any existing attachments. You can also use CL_BCS class to send documents instead of this FM.Check following demo programs in SE38:
BCS_EXAMPLE_1 BCS Use, Example 1
BCS_EXAMPLE_2 BCS Use, Example 2
BCS_EXAMPLE_3 BCS Use, Example 3
BCS_EXAMPLE_4 BCS Use, Example 1
BCS_EXAMPLE_5 BCS Use, Example 5 (Winword Attachment)
BCS_EXAMPLE_6 Send PDF Form by E-Mail
Regards