Application Development 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: 

functiom module for send mail

Former Member
0 Kudos

hello!

I am using FM SO_NEW_DOCUMENT_SEND_API1 to send mail through user exit and it works fine.

The same FM was used in 46C in abap program and worked fine.. After upgarde to ECC6, it stopped working through the regular program, but the same function works fine in the user exit.

Is there any reason for it?

thanks

yifat

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Yifat,

Check this FM,

'SO_NEW_DOCUMENT_ATT_SEND_API1'

Hope this resolves your query.

Reward all the helpful answers.

Regards

3 REPLIES 3

Former Member
0 Kudos

Hi Yifat,

Check this FM,

'SO_NEW_DOCUMENT_ATT_SEND_API1'

Hope this resolves your query.

Reward all the helpful answers.

Regards

Former Member
0 Kudos

Hi,

Execute SE37 and enter NEW_DOCUMENT and then press F4 it shows related function module which is replacement of this FM in ECC6.

Hope this helps you, reply for queries, Shall post you the updates.

Regards.

Kumar. .

Former Member
0 Kudos

sap_new_document_send_api1(send document)

sap_new_document_att_send_api1(send with attachments)