cancel
Showing results for 
Search instead for 
Did you mean: 

No receiver Could be determined.

mrahhaoui
Participant
0 Kudos

Hi Everybody,

I try to make a scenario File to Idoc.

I did my scenarion and I tested it with the test configuration tool. Everything seems to be ok.

I created a RFC destination, partner profile and Idoc Adapter.

I upolad my file with 'cg3z' transaction, I go to 'sxmb_moni' and there I see 2 lines :

- 1 with black flag with sender my Business for file

- 1 other line with red flag but here in sender my business for xml.

WHat I don't understand is I don't make a reply for my Idoc and when I click on that line I have the following error message ' No receiver could be determined'.

Also when I click on the 1st line and I check the code, I see an Idoc number but when I checl this number in we05, there is nothing.

Anybody could help please ?

Regards,

Mohamed.

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Ideally you should get only one message. Check the error message to see what are the sender / receiver systems name. If idoc is not reaching receiver, check if there are some entries in smq2 at XI.

Regards,

Prateek

mrahhaoui
Participant
0 Kudos

There is nothing in the queue.

Former Member
0 Kudos

Hi,

just check, in SXMB_MONI in first msg, in incoming msg ->payload - Are you getting the source file XML msg...............then check in technical routing -> payload are you seeing your IDOC struc......if yes, then go to r/3 and check in we05 whether your IDOC is created in r/3..................

then for second msg, what is the incoming msg payload - what is the sender system, sender interface..please tell these things so that i can help you to resolve your issue.

Regards,

Rajeev Gupta

mrahhaoui
Participant
0 Kudos

Hi Rajeev,

Thank you for your help.

Indeed in my payload inbound message I have my xml :

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

- <ns0:MT_Order_Outbound xmlns:ns0="http://accenture.com/PI02/Idoc2">

- <NAME>

<Name>test</Name>

</NAME>

- <SEARCH_ITEM>

<Search_item>bru</Search_item>

</SEARCH_ITEM>

- <ADDRESS>

<City>bru</City>

<Country>bel</Country>

</ADDRESS>

</ns0:MT_Order_Outbound>

In my technical routing too :

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

- <CREMAS05>

- <IDOC BEGIN="1">

- <EDI_DC40 SEGMENT="">

<TABNAM />

<DIRECT>1</DIRECT>

<IDOCTYP>CREMAS05</IDOCTYP>

<MESTYP>CREMAS</MESTYP>

<SNDPOR />

<SNDPRT />

<SNDPRN />

<RCVPOR />

<RCVPRT />

<RCVPRN />

</EDI_DC40>

- <E1LFA1M SEGMENT="">

<LAND1>bel</LAND1>

<NAME1>test</NAME1>

<ORT01>bru</ORT01>

<PFACH>bru</PFACH>

</E1LFA1M>

</IDOC>

</CREMAS05>

But in we05 I have nothing when I execute the transaction and I run it, I have a pop up saying 'No IDocs selected'

Now the second msg the sender service is BS_ER6CLNT001 sender namespace :urn:sap-com:document:sap:idoc:messages sender interface : CREMAS.CREMAS05

And in my incoming msg payload :

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

- <CREMAS05>

- <IDOC BEGIN="1">

- <EDI_DC40 SEGMENT="1">

<TABNAM>EDI_DC40</TABNAM>

<MANDT>001</MANDT>

<DOCNUM>0000000000201506</DOCNUM>

<DOCREL>700</DOCREL>

<STATUS>03</STATUS>

<DIRECT>1</DIRECT>

<IDOCTYP>CREMAS05</IDOCTYP>

<MESTYP>CREMAS</MESTYP>

<SNDPOR>SAPER6</SNDPOR>

<SNDPRT>LS</SNDPRT>

<SNDPRN>Z_LEGSYS_0</SNDPRN>

<RCVPOR>SAPER6</RCVPOR>

<RCVPRT>LS</RCVPRT>

<RCVPRN>ER6CLNT001</RCVPRN>

<CREDAT>20090213</CREDAT>

<CRETIM>144401</CRETIM>

<ARCKEY>EE CC9895EDE31B47651D93F6B092E3182D</ARCKEY>

</EDI_DC40>

- <E1LFA1M SEGMENT="1">

<LAND1>bel</LAND1>

<NAME1>test</NAME1>

<ORT01>bru</ORT01>

<PFACH>bru</PFACH>

</E1LFA1M>

</IDOC>

</CREMAS05>

Thank you for all,

Mohamed.