cancel
Showing results for 
Search instead for 
Did you mean: 

SCOT - Send email in ECC 6.0

Former Member
0 Kudos

Hi,

We were using a program to send emails to external vendors in 4.6C. This is done using the function module SO_NEW_DOCUMENT_SEND_API1. We changed the SCOT config in ECC 6.0 to use mailhost/port instead of RFC fn.module.

Now we are not able to send email using the program.

Please let me know how to solve this issue.

Thanks

Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Function module SO_NEW_DOCUMENT_ATT_SEND_API1 has a parameter CONTENTS_BIN = OBJBIN which was assigned data type as SOLIX. This was not compatible with the data type SOLISTI1 used for Function Module SO_CONVERT_CONTENTS_BIN that is called inside this FM. So the data type was changed from SOLIX to SOLISTI1.

We had the same problem and this was the possible remediation we have done.

Please check if this can help you.

markus_doehr2
Active Contributor
0 Kudos

Please be specific what you mean "we are not able to send"...

Switch on the trace and check them after you were trying to send.

--

Markus