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

Saving E-mails as Drafts

Former Member
0 Likes
491

Hello,

I am trying to create a program that sends an email confirming that a vendor master record has been created. However, one of the requirements is that the user should be able to save the email as a "draft", so that he/she can send the email at a later time. We are using ECC 6.0.

I have read about the function module SO_NEW_DOCUMENT_ATT_SEND_API1, but this function module only allows a user to send an email, not save one as a draft. Is it possible to save an email as a draft in SAP's Business Workplace?

Any help would be much appreciated.

Thanks,

Jayesh

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
348

Hi,

If you are creating a document under resubmission folder , while saving system automatically put the mail into outbox (without any send status).

But i have no idea whether this is possible to thru fm SO_NEW_DOCUMENT_ATT_SEND_API1.

aRs