‎2006 May 09 8:59 AM
Hello developers,
Do you know a function to create and send a user email to the Business Workplace?
Thanks
‎2006 May 09 9:01 AM
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
‎2006 May 09 9:01 AM
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
‎2006 May 09 9:03 AM
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
‎2006 May 09 9:05 AM
‎2006 May 12 2:06 PM
Hi all ...
is it possible to influence the sender as well sing the API function module?
Regards, Ralph