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

Reg fuction module

Former Member
0 Likes
704

Hi,

I want the name of the function module where in, Given the E-mail address as the input, An internal table has to be mailed to tat Email address.

Thanks,

Chinmaye

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
678

Check the Function.

SO_NEW_DOCUMENT_ATT_SEND_API1

Read the documentation here you can see the Example program , how to use the Function.

5 REPLIES 5
Read only

Former Member
0 Likes
678

Hi ,

Try using "SO_OBJECT_SEND"...

Reward points!!!!!!

Read only

Former Member
0 Likes
678
Read only

Former Member
0 Likes
678

SO_NEW_DOCUMENT_ATT_SEND_API1

Read only

Former Member
0 Likes
678

Hi,

Check this FM

HR_FBN_GENERATE_SEND_EMAIL

Cheers,

jose.

Read only

Former Member
0 Likes
679

Check the Function.

SO_NEW_DOCUMENT_ATT_SEND_API1

Read the documentation here you can see the Example program , how to use the Function.