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

sending mail using FM

Former Member
0 Likes
467

Hi,

I am sending a mail using function module so_object_send.

but mails are not reaching inbox. Can anyone suggest a solution or some replacement FM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
439

Hi,

Try using FM: SO_NEW_DOCUMENT_ATT_SEND_API1

Or have u written a 'COMMIT WORK' after your FM.

Try putting COMMIT WORK . Hope it helps

Hi,

Try using FM: SO_NEW_DOCUMENT_ATT_SEND_API1

Or have u written a 'COMMIT WORK' after your FM.

Try putting COMMIT WORK . Hope it helps

2 REPLIES 2
Read only

danilo_henriques
Explorer
0 Likes
439

Hey Nilamber,

Try using this FM: SO_NEW_DOCUMENT_ATT_SEND_API1 or SO_DOCUMENT_SEND_API1' !

Read only

Former Member
0 Likes
440

Hi,

Try using FM: SO_NEW_DOCUMENT_ATT_SEND_API1

Or have u written a 'COMMIT WORK' after your FM.

Try putting COMMIT WORK . Hope it helps