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: 

SAP Inbox - Sending to external address

Former Member
0 Kudos

HI,

I'm sending a message from SAP Inbox via SBWP to a user ID. In SOST the status of the message stays RED indicating it did not go through. I have two users who are not receiving and one that is receiving. The one that is receiving in SOST has status of green indicating that the message went through. All three users have the same attributes in the email address field in SU01.

Any ideas why this is happening? Since there are no difference in the setup of all three users why is one receiving and the other not receiving?

Below is the error Iu2019m getting for the two user IDs not receiving.

Internal error: Recipient address not found. Return code:80

-Wes

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Wes and company!

Also notes 997428 and 1233095 could apply here.

In case the issue is that there is an missing or wrong entry in the address management tables (table ADR6), as Ganesh pointed out, it is possible to trigger a recipient change in SOST by setting the parameter SOST_REC_CHANGE to 'X' in table SXPARAMS as described in note 685164.

Find the general parameters (table SXPARAMS) in transaction SOST -> Utilities -> General Parameters.

Afterwards you will get a popup where you can decide to change the recipient before you resend a document from SOST. Here you decide to change the recipient before sending and enter the same e-mail address before. Now the address should be properly created.

Cheers!

-Jesú

6 REPLIES 6

Former Member
0 Kudos

Looks like email address is missing in the user master records (SU01, email in the address tab)) of those 2 users.

0 Kudos

The users that are having problems have their email address entered in the email address field in the address tab via SU01.

Former Member

Run this report for those 2 users. RSSOUSFD. May be the users might be missing the root folders. Uncheck the test mode while executing.

ganesh_s7
Participant
0 Kudos

Hi Wes,

Kindly check if the email address are mapped to these users in ADR6 tables. If mapped whether they are correct. If the email id's are mapped to this table, you should be able to send the message.

FYI. You'll need to get the "Person number" from USR21 table & map it to ADR6.

Rgds

Ganesh.S

Former Member
0 Kudos

Hi Wes and company!

Also notes 997428 and 1233095 could apply here.

In case the issue is that there is an missing or wrong entry in the address management tables (table ADR6), as Ganesh pointed out, it is possible to trigger a recipient change in SOST by setting the parameter SOST_REC_CHANGE to 'X' in table SXPARAMS as described in note 685164.

Find the general parameters (table SXPARAMS) in transaction SOST -> Utilities -> General Parameters.

Afterwards you will get a popup where you can decide to change the recipient before you resend a document from SOST. Here you decide to change the recipient before sending and enter the same e-mail address before. Now the address should be properly created.

Cheers!

-Jesú

Former Member
0 Kudos

Hi All,

This was resolved by setting the communication method in the address tab of the user to EMAIL.

-Wes