Reciever Determination: No reciever could be determined in SXMB_MONI

Reciever Determination: No reciever could be determined
Hello people,
When I tried transfering PO to supplier this error happened in XPP system.
Don't know how to solve this.
Is this a problem with the supplier.
Please give a solution.

Hello Deepak,
You getting error in XI system right while executing SXMB_MONI? If that is the case it looks like issue with XML mapping and determining supplier information from the xml message.
Please check your xml schema mapping you should able to identify issue.
Thank you
Ritesh

Similar Messages

  • No reciever could be determined in BPM scenario

    Dear Friends,
        I am working on BPM scenario i.e sending the delivery idoc from one ECC to another ECC using XI,In XI side after one hour it has to be updated, for this scenario I am uisng Recieve-wait-send step types are using.
    I have done all the steps but in SXMB_MONI iam getting this error
    i.e No reciever could be determined and Error in Back routing and Error in Communication channel.
    Please tell me the what are steps required extra.
    Regards,
    Shalini Shah.

    Hi Shanlini,
    Kindly find the below threads solved many times with same issue:
    Re: No receiver could be determined
    Re: No Receiver Could be determined
    Re: No receiver could be determined
    Reciever idoc adapter Determination error
    Regards
    Venkata Rao .G

  • Wrong Reciever message interface name in SXMB_MONI in PI7.1

    Hi All,
    Some of the interfaces that are getting executed in PI7.1 have wrong reciever message interface name in SXMB_MONI view.
    In SOAP Envelope
    1.Reciever message interface name is getting populated in <SAP:Sender> tag and 
    2. Sender message interface name is getting populated in <SAP:Receiver> tag.
    But the end to end message flow is getting executed succesfully.
    It is not particular to any one of the interfaces. It is occuring randomly.
    Did any one encounter this problem earlier?Please share your inputs to resolve the same.
    Thanks,
    Younus.

    Hi,
    The SAP note mentioned - contains details specific to SOAP Adapter.
    The problem which we have mentioned is occurring across adapters.
    Even in SICF transaction. All the details have been correctly maintained.
    Any further steps to resolve the issue will be helpful.
    Thanks,
    Younus

  • No Reciever Could not be determined

    Hi  Friends,
    I m Doing XML To Idoc Scenario.............
    i put one xml file in specified directory...........
    XI getting that XML file..............
    But in SXMB_MONI...................getting message
    no Receiver could not be determined.........
    Pls do some help

    Dont test your interface without cheking testing the configuration details in ID.
    How can I test my configuration in ID? Below is the answer.
    /people/paul.medaille/blog/2005/06/24/test-your-xi-configuration-with-the-new-test-tool
    Note: Do provide the valid Payload in the Payload Text Ares..otherwise Interface Determination/Mapping step will fails in the Test tool
    This is only possible from XI3.0 SP-12 and above
    Regards,
    Farooq.
    Edited by: FarooqFarooqui on Dec 17, 2007 5:13 PM

  • No receiver could be determined in SXMB_MONI

    Hi
    I've recently installed a new system and testing a scenario ABAP PROXY TO JDBC( for mysql ) , when i m testing in the Integration Directory-> TOOLS--> TEST CONFIGURATION , every thing is successful , but when i actually triggered the ABAP Proxy , its successful in SAP ECC but the message is red in sap xi  when checked in SXMB_MONI. : the following error is thrown :
    RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC
    NO RECEIVER COULD BE DETERMINED ,
    help required please
    rgds
    mojib

    Hi ,
    Check your receiver JDBC communication channel . Check for all the parameters and activate it once again .
    or stop and restart it in the RWB.
    Check in the Interface determination , you have given the IM.  etc
    Regards,
    Jude

  • XI 3.0 No receiver could be determined

    Hello,
    I receive, “No receiver could be determined” in SXMB_MONI (XI SAP GUI) when trying to send a business partner to SUS.  The data flow is EBP-XI-SUS.  The business partner makes it to XI successfully, but it cannot determine the receiver (SUS). 
    I receive this in the Display XML message version screen:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Grouping  -->
    - <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>
    Thanks,
    Kyle

    Hi Rekha,
    We are using XML for our payload.
    This is the format of the message we are pasting in the payload window. (I have masked the BP info for this post)
    <?xml version="1.0" encoding="utf-8" ?>
    - <nr1:SupplierPortalTradingPartner xmlns:nr1="http://sap.com/xi/EBP">
      <Method>Create</Method>
    - <TradingPartnerOrganization>
      <TradingPartnerRole>Seller</TradingPartnerRole>
    - <Identifier>
      <PartnerID>0000103085</PartnerID>
      </Identifier>
      <SystemID>SRM_charon</SystemID>
      <Language />
      <Currency>CAD</Currency>
      <Title>0003</Title>
      <Name1>VENDOR name
    - <Address>
      <StandardAddress>true</StandardAddress>
      <AddressID>0000000000</AddressID>
      <Street>123 fake street</Street>
      <City>Calgary</City>
      <PostalCode>XXX XXX</PostalCode>
      <Region>AB</Region>
      <Country>CA</Country>
      </Address>
    - <Communication>
      <CommunicationType />
    - <Telephone>
      <StandardTelephone>true</StandardTelephone>
      <Number>555-555-5555</Number>
      <TelephoneCountry>CA</TelephoneCountry>
      </Telephone>
    - <Fax>
      <StandardFax>true</StandardFax>
      <Number>555-555-5555</Number>
      <FaxCountry>CA</FaxCountry>
      </Fax>
    - <Email>
      <StandardEmail>true</StandardEmail>
      <EmailAddress>[email protected]</EmailAddress>
      </Email>
      </Communication>
      </TradingPartnerOrganization>
      </nr1:SupplierPortalTradingPartner>
    This inbound XML message can successfull make it to XI but the above(first post) error happens when transfering to SUS.
    Note: Our XIAPPLUSER is frequently becomming locked in XI.
    Any Suggestions?
    Thanks,
    Kyle

  • IDoc2FIle:Receiver Determination Error

    Hi all,
    I have done idoc2 file scenario and i got the status as receiver could not be determined in SXMB_MONI.
    Please Can anyone solve this issue?
    Thanks,
    Radhika

    Hi,
    I think you are not configured the receiver determination properly,
    Check you Xi Configuration in ID with the help of this Blog
    Test Your XI Configuration With The New Test Tool
    Regards
    Seshagiri

  • IDOC-WS-IDOC-(no bpm) Possible??.

    Hi Experts,
    Please can anyone advise how to do the following scenario.
    1.Outbound Idoc to Webservice.
    2.Response of the webservice through PI should trigger an inbound idoc.
    Can this be done without a bpm??.
    I tried with a message interface MIOS with 2 external definations for the 2 idocs.. to be mapped to MIIS from webservice.
    But it says no reciever could be determined in moni, shows the cc  for the webservice to be in inactive status.(its active and added to scenario).
    Any other views on how can it be acheived?.. please advice.
    Thanks a lot.

    I think its not possible because IDOC is not sync.Should use BPM
    Regards
    Prabhakar

  • Outbound Status in the Monitor

    In SXMB_MONI when i check for messags status there are several messages struck with Outbound status  = Message Scheduled on outbound status
    MY scenario is Idoc - XI/BPM - File . I'm collecting all Idocs in BPM before sending out to file.
    Any idea what I have to do.
    I did checked in SMQ2 and all queues are empty now.
    Thankx

    Did you check all the steps in BPM during runtime ? Is all the steps are showing green in the Graphical View of workflow instance.. I think some of the steps are having problem..
    Also which collectPattern you used in the design ? Is the end condition is satisfied ?
    Go to Transaction SWEQADM ( to check if the event queue background job is running.
    If everything looks ok, test the syntax for the BPM in the Repsotiory, re-import into the directory and re-run the scenario..
    If it goes into qRFC monitor when you click on PE in SXMB_MONI, then I think BPM is not triggered ..
    Check did you configure correct Receiver Determinations ?
    i.e Idoc ->BPM
        BPM->Target
    Also test with one idoc first..Also make sure that Idoc data is coming to XI correctly. Check the Sender Interface, Sender Service, Reciever Interface and Service in SXMB_MONI so that you can understand which is message has come to integration server etc..
    Regards,
    Moorthy

  • BPM: SendContext not visible in SXMB_MONI DynamicConfiguration

    Hi everybody,
    I set a sendContext in a  sendStep in BPM.
    AFAIK in SXMB_MONI the value of the sendContext could be seen in SXMB_MONI under DynamicConfiguration.
    But I cant see it although the sentStep is processed.
    But I can see is in SXMB_MONI_BPE under SENDCONTEXT.
    What is wrong?
    The correspondinding entry in condition editor for receiver-Determination is "ProcessStep"? Isn't it?
    Regards Mario

    Hi All,
    Thanks a lot.
    But my problem still remains.Let me detail out the settings I have followed.
    In the Sender System.
    1.WE20(Partner Profiles):Maintained Outbound Parameters for the Logical System name of the <b>Receiver</b> as mentioned in SLD.
    2.WE21(Port)
    3.SM59(Connection to XI)
    In XI
    1.IDX1
    2.IDX2
    3.IR
    4.ID
    SLD
    1.Logical system name for the Sender System
    2.Logical system name for the Receiver System
    I have checked in Transaction SM58 of the Sender System.
    However I do not see any error there.There is no list created, which means that IDoc has left the Sending System ,So is there a possibility that there a problem with the IDoc Adapter.
    If so then how do I solve it?
    Kindly help me.
    Thanks & Regards,
    Vanita.

  • CRM 2007 and SAP PI 7.1 ESR

    Good day,
    We are implementing a remp-amp SAP CRM 2007 application.
    I was wondering:
    1. which web services available as part of the new CRM
    2.what is the advantage of using SAP PI\XI with the CRM ( we still have a middleware right??)
    appreciate the response.
    Nimrod

    Good day,
    We are implementing a remp-amp SAP CRM 2007 application.
    I was wondering:
    1. which web services available as part of the new CRM
    2.what is the advantage of using SAP PI\XI with the CRM ( we still have a middleware right??)
    appreciate the response.
    Nimrod
    hi ,
    answering to ur second point - both are middleware .
    with xi as a middleware ( when compared to crm middleware) xi/pi can communicate with both sap and non sap systems . when u say non sap  communication its means communication with http, soap , jdbc( any data base) , file systems, web services etc . further advantage would be that with xi (in place crm system) within the overall landscape can be part of automation process called bussiness process management or process integration(BPM/PI).
    while sap crm middleware caters to only sap communication (idocs,bdocs, rfcs,bapi).
    further when sap crm middleware used either the sender sysytem or reciever system has to be sap crm .  when xi is used the sender or reciever could be ANY system .

  • EDI 997 - Functional acknowledgement

    Hi,
    Our requirement is to send and recieve functional acknowledgement through EDI.
    What is functional Acknowledgement?
    Can any one help me out in using functional acknowledgement?What is the message type and functional modules involved for processing functional acknowledgement.Once I recieve a funtional acknowledgement where should that data be updated?
    Any help in this regard would be appreciated.
    Regards,
    Nagaraju Donikena.

    Swapnil Bachal thanks for your help.This would be helpful when I recieve functional acknowledgement from my vendor.
    Now my other requirement is that when ever I recieve a purchase order from my vendor I need to send 997 and also create the sales order for the PO recieved.I understand that for any inbound idoc I can configure process code which is attached to some Function module.SAP has provided with  a standard function module which would create a sales order for the PO recieved.Could you please advice on how to send the 997 simultaneously.
    Regards ,
    Nagaraju Donikena.

  • Need help realted to BPM

    hi all,
    I am trying a simple scenario using BPM to split a file into 2 files. In communication channel monitoring sender channel is processing succesfully but i am unable to see any messages in SXMB_MONI_BPE.
    and no files are being generated in target directory also.. how can i solve this problem
    Regards,
    Syed

    Hi,
    SXMB_MONI_BPE is not for seeing messages but for Integration Processes.
    If you don't see a message there you should check your Receiver Determination.
    Messages could be checked with SXMB_MONI.
    BTW you could do this scenario without bpm:
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    Regards Patrick
    Edited by: Patrick Koehnen on Nov 26, 2008 11:29 AM

  • XI Solution for Elster

    Hi All,
    We are currently in the process of implementing online VAT returns for germany ( Elster ) using XI as the middleware. We have performed all the steps described in the IMG guide ( Financial Accounting (new) -> General Ledger Accounting ( new ) - > Periodic processing -> Report -> Electronic communication with Authorities -> Set Up XI )
    After performing the above setup when we simulate the Tax return from our ECC system using the transaction FOTV we are faced with the error "No receiver could be determined" in SXMB_MONI. The error message in MONI is -
    <!--  Inbound Message   -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</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>
    Could any please let me know as to what could be the reason behind this error ? I am a little confused as all the repository and directory objects are delivered by SAP and there is nothing much for us to do. 
    Kindly let me know if any one has faced similar error and what was done to rectify them.
    Thanks,
    Sandeep

    Hi Stefan,
    Here is the SAP:Sender node for the real time sceanrio. I am not able to post the node for test scenario as I had tested it in ID using  "Test Configuration" tool
    <!--  Receiver Identification
      -->
    - <SAP:Main xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" versionMajor="003" versionMinor="000" SOAP:mustUnderstand="1" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">
      <SAP:MessageClass>ApplicationMessage</SAP:MessageClass>
      <SAP:ProcessingMode>synchronous</SAP:ProcessingMode>
      <SAP:MessageId>9296CE4B-6FB9-A418-E100-0000C0A86E19</SAP:MessageId>
      <SAP:TimeSent>2010-04-23T05:39:22Z</SAP:TimeSent>
    - <SAP:Sender>
      <SAP:Service>BS_R3D_CLNT110</SAP:Service>
      <SAP:Interface namespace="http://sap.com/xi/ECCFIN/Global">VATDeclarationRequestConfirmation_Out</SAP:Interface>
      </SAP:Sender>
      <SAP:Interface namespace="http://sap.com/xi/ECCFIN/Global">VATDeclarationRequestConfirmation_Out</SAP:Interface>
      </SAP:Main>
    The node for the corresponding response message is as below. This is where my error occurs.
    <!--  Receiver Identification
      -->
    - <SAP:Main xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" versionMajor="003" versionMinor="000" SOAP:mustUnderstand="1" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">
      <SAP:MessageClass>SystemError</SAP:MessageClass>
      <SAP:ProcessingMode>synchronous</SAP:ProcessingMode>
      <SAP:MessageId>31DECF4B-CE26-B113-E100-0000C0A86E18</SAP:MessageId>
      <SAP:RefToMessageId>9296CE4B-6FB9-A418-E100-0000C0A86E19</SAP:RefToMessageId>
      <SAP:TimeSent>2010-04-23T05:39:22Z</SAP:TimeSent>
    - <SAP:Sender>
      <SAP:Service />
      <SAP:Interface namespace="" />
      </SAP:Sender>
    - <SAP:Receiver>
      <SAP:Party agency="" scheme="" />
      <SAP:Service>BS_R3D_CLNT110</SAP:Service>
      <SAP:Interface namespace="http://sap.com/xi/ECCFIN/Global">VATDeclarationRequestConfirmation_Out</SAP:Interface>
      </SAP:Receiver>
      <SAP:Interface namespace="http://sap.com/xi/ECCFIN/Global">VATDeclarationRequestConfirmation_Out</SAP:Interface>
      </SAP:Main>
    Regards,
    Sandeep

  • Missing Quiz templates from Gallery and Quiz Menu

    Looking for the Captivate 5.5 quiz templates. I've looked in the Gallery and the quiz folder is not listed. When I pull down the Quiz Menu in Captivate, the download quiz templates option does not display. Has something changed? Also unable to open templates downloaded from http://www.adobe.com/products/captivate/quiz.html. Recieve "could not open..." message when I attempt to open the cptx file.
    Thanks.

    Please, to be sure, could you check the version number (Help, About Captivate)?
    Those Quiz templates are not available in 5.0, and the fact that you cannot open the templates also would point to you using a previous version.
    Are you using the English version?
    Lilybiri

Maybe you are looking for

  • Privacy, cache, etc.

    I am wondering how one keeps one's computer "clean" from those who may use the computer or take the computer. How do you clear away things you don't want others to see in the hard drive. Basically how does one maintain one's privacy. What is cashe an

  • Anyway to get my contacts back?

    I have an IPhone4. I had to do a full restore after a back up from last point didnt get rid of the problem i am having where my phone keeps restarting itself. Now i have obviously lost all my contacts, but seem to have fixed my problem. Is there any

  • EPrint Center

    I can't login to the ePrint center, I get a message. " AJAX submit failed: error = 403 , Forbidden" on my IBM laptop and iPad2 as well. What's the problem?

  • Recommend a Webcam for Skype?

    I have a Powerbook G4 running 10.4. Old, I know. I want to sue Skype. Can you recommend a cheap Webcam I can get to use with my system.

  • Why  the result of the code below comes out to be -" main initializer"

    class A System.out.println("intializer"); public sstatic void main(String [] args) System.out.println("main"); A ob= new A(); }