cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Scenerio

Former Member
0 Kudos

hi

i am working on idoc to idoc scenerio... i configured everything in R/3 system...the IDoc is successfully send to Xi system...

in XI system, i checked in IDX5 tx... its showing the Inbound IDoc is received in XI system...but if i go to SXMB_MONI tx... the message is with error..

the flag set is error flag and ACK.Status - ACK contains system error...

if i go to detail view of message... the error is ..

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_INV_NUMBER</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Check the interval '01' of number range object 'EDIDOC'</SAP:Stack>

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

</SAP:Error>

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Receiver Identification

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<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>

wat is the solution to rectify this error????????//

wat is the use of IDX5 tx????????????

urgent plz reply quickly..

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

> i am working on idoc to idoc scenerio...

check whether you have created IDOC Adapter for the Receiver Business System and check the respective business system is available in RD.

Regards

Agasthuri Doss

agasthuri_doss
Active Contributor
0 Kudos

Hi,

1) Are you sending the Control Record thru mapping ?

2) Check Whether you have defined Receiver Determination and activated.

3) Do a completer Cache Refresh

Regards

Agasthuri Doss

Former Member
0 Kudos

hi

i am passing control record to... i map the whole sender idoc to reciever idoc....

my receiver determination is ok..

wat else i want to do...

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Check whether you are passing all the Control record matches to your Receiver IDOC and check sender interface any conditions for content-based routing values between your configured receiver determination and in the actual message.

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

Check whether RD is activated.

Regards

Agasthuri Doss

Former Member
0 Kudos

hi..

my receiver determination is active...

Former Member
0 Kudos

Hello,

1)

if your IDoc (inbound and outbound) is the same you don't need a mapping in your scenario. In this case try without mapping.

2)

check your receiver determination in sxi_cache

3)

have a look at this thread:

Regards

Patrick