Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

why we use function module "SO_DOCUMENT_SEND_API1".

Former Member
0 Likes
1,789

how it works. Any alternative for this???

5 REPLIES 5
Read only

Former Member
0 Likes
1,386

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

Read only

former_member201275
Active Contributor
0 Likes
1,386

have you searched SCN and google, there is tons of info on this?

Read only

former_member209120
Active Contributor
0 Likes
1,386

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

Read only

Former Member
0 Likes
1,386

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

Read only

former_member188827
Active Contributor
0 Likes
1,386

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