cancel
Showing results for 
Search instead for 
Did you mean: 

Reciever idoc adapter Determination error

Former Member
0 Kudos

Hi,

I have scenario File-XI-R/3.I am using Idoc adapter to send data to R/3.

I am getting Reciever determination error.I have done all the steps according to the below weblog.

/people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi

When I test my steps in configuration with test tool it is succesfull but give me error at runtime.

Below is error description.

<SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>No receiver could be determined</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Plz help me out if any one has some idea abt it.

Thanx

Rekha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Rekha,

The End Point Type for your scenario should be an IDoc Adapter with parameters from your RFC destination in SM59.

The most common reason for this error is:

1. An error in configuration of sender adapter/proxy: wrong sender business system or namespace or interface name. Look, all this information you must put manually so be carefull on typos (one wrong or ommited letter and you can spend hours looking what is wrong). Copy (from Repository) and paste procedure is strongly recommended.

2. An error in Directory (Endpoint Configuration). Be careful to specified the correct host and port!!!

Hope this helps.

Regards

Suraj

Former Member
0 Kudos

Hi,

Thanx for the reply.I solved the problem.

Actually it was due to something else.I have deleted the

Idoc adapter and created again and it worked.

Thanx.

Rekha