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

alternative for SO_NEW_DOCUMENT_SEND_API1 in ECC 5.0?

Former Member
0 Likes
573

Hi

Would like to know what is the alternative method to implement the logic to send email in ECC 5.0 . SO_NEW_DOCUMENT_SEND_API1 seems to be obsolete .

Primarily I would like to know the difference between the following 2 function module.

SO_OBJECT_SEND and SO_NEW_DOCUMENT_SEND_API1

Appreciate your help.

David

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

Hi,

Please use this FM UMC_NOTIF_SEND_EMAIL to send an email in ECC 5.0.

Regards,

Ferry Lianto

2 REPLIES 2
Read only

Former Member
0 Likes
491

Hi,

Please use this FM UMC_NOTIF_SEND_EMAIL to send an email in ECC 5.0.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
490

One of the difference is in FM SO_NEW_DOCUMENT_ATT_SEND_API1, we cannot provide originator or sender's name or email id. Whereas, this is possible in FM SO_OBJECT_SEND in field ORIGINATOR.

Thanks,

Santosh