Application Development 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: 

Problem in this FM :SO_NEW_DOCUMENT_ATT_SEND_API1

Former Member
0 Kudos

HI.

I am doing a code for mail sending from ABAP to SOST and SBWP(SAP Inbox).Using the function module is SO_NEW_DOCUMENT_ATT_SEND_API1.mail is sending only for SBWP but it is not received in SOST,could you tell me how to find solution for this.

Thanks.

Regards.

JAY

1 REPLY 1

Former Member
0 Kudos

While building the receivers table did you pass the correct letter for external emails?

FOr Type of RECEIVER entry,the following values are permitted:

'B' : SAP user name

' ' : SAP office name

'C' : Shared distribution list

'F' : Fax number

'U' : Internet address

'R ' : Remote SAP name

'X' : X.400 address

Also check in SCOT - settings - send jobs ( provided external emails is configured in the system )

Mathews