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

Function for internal e-mail

Former Member
0 Likes
744

Hello developers,

Do you know a function to create and send a user email to the Business Workplace?

Thanks

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
707

Hello,

FM : 'SO_NEW_DOCUMENT_SEND_API1'

Fill receiver table of FM as,

RECLIST-RECEIVER = SY-UNAME. " replace with <login name>

RECLIST-REC_TYPE = 'B'.

RECLIST-EXPRESS = 'X'.

APPEND RECLIST.

CLEAR RECLIST.

Regards,

Naimehs

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
708

Hello,

FM : 'SO_NEW_DOCUMENT_SEND_API1'

Fill receiver table of FM as,

RECLIST-RECEIVER = SY-UNAME. " replace with <login name>

RECLIST-REC_TYPE = 'B'.

RECLIST-EXPRESS = 'X'.

APPEND RECLIST.

CLEAR RECLIST.

Regards,

Naimehs

Read only

Former Member
0 Likes
707

If you want to send it with attachements - SO_NEW_DOCUMENT_ATT_SEND_API1

Use the REC_TYPE as 'B'.

Regards,

Ravi

Note : Please mark the helpful answers

Read only

0 Likes
707

Read only

ralphjoerger
Product and Topic Expert
Product and Topic Expert
0 Likes
707

Hi all ...

is it possible to influence the sender as well sing the API function module?

Regards, Ralph