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

SO_DOCUMENT_SEND_API1 without attachment

Former Member
0 Likes
1,074

Hi there,

I'm trying to send mail using SO_DOCUMENT_SEND_API1 (FM) but I don't wanna to receive a mail with attachment file.

Someone told me that I need to configure something on SCOT transaction, but I don't know what... I tried to do a test using SBWP transaction but after create and send mail I went to SOST, and I receive another mail with attachment from content that I wrote on SBWP transaction...

Does anyone knows what can I do to solve this problem? I just want to put this attachment on body mail...

Regards,

1 ACCEPTED SOLUTION
4 REPLIES 4
Read only

Former Member
0 Likes
763

You will have to configure the supported output formats for the SMTP node, see the attached link for details.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/49/e5e6a986420896e10000000a421937/frameset.htm

Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
763

Hello,

This depend on your own program. You can check in the table SXPARAMS if the parameter FORCE_FIRST_BODY_IS_TEXT is set. Check SAP note: 778949 also.

Regards,

David

Read only

Former Member
0 Likes
763

Thanks guys,

I found the configuration on SODIS transaction that resolve it.

SODIS > Go to > Settings > Controlled by application