IDOC ATTRIBUTE_WRONG_INTF

Hi
I got the following the error message:
<!--  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_WRONG_INTF</SAP:Code>
  <SAP:P1>msgint_idocGLMAST</SAP:P1>
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Unable to interpret IDoc interface msgint_idocGLMAST</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error>
My scenario is a JDBC -> XI -> IDOC. This error ocurr in the CALL ADAPTER phase of IDOC.
Any ideas what is the meaning of this error?
Thanks,
Ronaldo.

hi
you are creating the idoc to file scenarios in that
you have created all these things that is IR and ID part .
import the idoc to the system by external defiation in IR
do the message mapping and interface mapping and and put the message in your source system and
and check again
thanks
Regards
vijay

Similar Messages

  • IDOC Adapter error  / ATTRIBUTE_WRONG_INTF

    Hi at all,
    I have a problem regarding a interface sending IDOCs ( messagetype HRMD_A ) from one R/3 to another R/3 system via XI.
    I have created a new Message Interface which has the Message Type of the imported IDOC typ ( HRMD_A06 ).
    When the system tries to process the inbound IDOC I get the following message :
    <!--  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_WRONG_INTF</SAP:Code>
      <SAP:P1>MI_HR_A_Cas</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface MI_HR_A_Cas</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Where can the problem be located ??
    Why can't the IDOC interface be interpreted ?
    I hope somebody can give me an advise.
    Thanks
    Florian

    Hi Florian,
    my solution:
    Create a simple BPM which will handle your situation
    BPM:
    reveicer step -> check step -> (transformation one or two ) -> send step
    in bpm you can use as many message interfaces (abstract idoc ) as you want
    Regards,
    michal
    Message was edited by: Michal Krawczyk

  • SP14 Multi-mapping - error in receiver idoc adapter

    Hi,
    I have a scenario where a business service should send some XML to SAP CRM. I get the file via a sender JMS adapter and try to post it to CRM via a receiver IDOC adapter.
    I have created a multimapping (1:N - 1 XML file to many Idocs) as should in the repository.
    In the configuration under Interface Determination, I have chosen 'RB_SPLIT' and selected the interface multimapping.
    It should be pointed out, that when testing both interface and message mapping i get no error. All idocs seem to be created as they should.
    When testing the setup 'real life' the message fails. The error message in the monitor says:
    - <!--  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_WRONG_INTF</SAP:Code>
      <SAP:P1>InterfaceCollection</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface InterfaceCollection</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Notice that the above error is when trying to send only 1 record, which in turn then should result in only 1 idoc.
    If trying to send multiple XML records, i get the following error:
    - <!--  Technical Routing
      -->
    - <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="OUTBINDING">MMF_ENGINETYPE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>A system error occurred in the outbound binding</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    In the monitor in the payload of 'Request message mapping' I see as many Maindocument, Submaindocument pairs as should be Idocs.
    Now i really don't know how to interpret the error messages in both cases, so I'm a little lost here...
    It should be pointed out that the idoc being used everywhere in this scenario, has not been modified - from all places it is being used (and only exists) in the 'Imported objects | Idocs' place.
    Also the Idoc is also being used as Inbound interface - so no mistakes here either.
    I really hope someone can help me here, as I'm otherwise pretty stuck in this case.
    Best regards,
    Daniel

    Hi Daniel,
    I have exactly the same type of scenario (under SPS14 and now also SPS15), sending an XML message over JMS to XI and trying a multi-mapping to many IDocs (actually a list of orders in XML is mapped to n ORDERS Idocs).
    I also face problems doing so, when I use the IDoc Adapter as outbound in the Receiver Agreement. I receive the following error:
    <i>CO_TXT_MMF_ENGINETYPE
    Messages in multi message format can be sent to one adapter engine only</i>
    However, I tested the same scenario by just changing the Receiver Agreement to a File Communication Channel and - surprise, surprise - it works. One file per IDoc is created.
    Of course, this is not what we want to accomplish, but when I checked this piece of documentation (sorry another link
    http://help.sap.com/saphelp_nw04/helpdata/en/42/ed364cf8593eebe10000000a1553f7/content.htm
    the IDoc adapter is not listed in the list of Adapters that are supported. Does that mean, that this feature is not supported for generating IDocs? Maybe that's a question for a SAP OSS Message?
    I hope that helped you a little further - if you find out more I'd be happy to learn about it.
    regards,
    Peter

  • Error in File to RFC scenario: ATTRIBUTE_WRONG_INTF

    Hello,
    My scenario is going from File to RFC which is simply writing to an SAP table.
    My mapping seems OK and tests OK but in SXMB_MONI I get red flag and error below:
    <?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_WRONG_INTF</SAP:Code>
      <SAP:P1>ZDWM_POS_UPDATE</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface ZDWM_POS_UPDATE</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    The posts I see in the forums with this text have to do with an external deffinition being incorrect. I don't have an ED, it is mapping right to our custom RFC interface ZDWM_POS_UPDATE.
    Does anyone have any ideas or pointers for troubleshooting this?
    Many thanks,
    Aaron

    Hi Aron,
    You should not create any message interfaces refering to RFC.Infact RFC acts both like Message type and Messge interface.
    In interface determination choose ALL radio button and choose Idoc itself instead of interface.
    Also the interface mapping should be b/w Fileinterface<-->RFC directly (no need of interface)
    Hope this helps.
    Regards,
    Divya

  • File to Idoc -- Unable to interpret IDoc interface mi_Orders05_In_Asyn..??

    Hi All,
    Im trying the File to Idoc scenario.. and im getting the following error in SXMB_MONI,
    Anyidea what might have gone wrong??
    <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_WRONG_INTF</SAP:Code>
      <SAP:P1>mi_Orders05_In_Asyn</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      +<SAP:Stack>Unable to interpret IDoc interface mi_Orders05_In_Asyn</SAP:Stack>+
      <SAP:Retry>M</SAP:Retry>
    Waiting for your answers.
    Thank You.
    Seema.

    Hi Seema,
    I think you are using mi_Orders05_In_Asyn as the IDOC interface.
    Use the imported idoc as the interface. i.e you dont need to create Inbound Message interface for IDOC. You can use the imported idoc structure as interface.
    Let us know if that doesnt solve your problem.
    Regards,
    Sumit

  • Multi-mappings for IDoc receiver

    Hi ALL,
    Im working on a scenario in which multiple purchase orders are selected from a database and i want to post an idoc for each purchase order.
    Im using JDBC and IDOC adapters respectively.
    I tried to split the source message using Multi-mapping (Enhanced Interface Determination), but according to SAP Documentation, you cannot use IDOC adapter in case of multi-mappings.
    Is there a way to do this?
    Please help.
    Thanks n Regards
    Akshay

    Hi ALL,
       I referred the note 814393 and did my design as specified in it. But im getting the following error
      <b><?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_WRONG_INTF</SAP:Code>
      <SAP:P1>Inbound_XSD_ORDERS</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface Inbound_XSD_ORDERS</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></b>
    But i had one query...the note doesn't mention abt creating message interface for the external definition.
    Do we need to create one?
        Michal & Vijaya,
               BPM is a good solution...but wht do u think abt the other solution?

  • IDOC_ADAPTER ATTRIBUTE_WRONG_INTF

    Hi Experts,
       I have a scenario where, i want to create as many number of IDOCs as the number of rows in the source XML.
    For this i have done the following.
    1)I have exported the XSD schema of the IDOC.
    2)I have changed the occurances to Unbounded.
    3)I have reimported the xsd as external definition.
    4) Developed the Message mapping and the Interface mapping as per the requirement.
    When I execute the scenario, I get the following error:
      <?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="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_WRONG_INTF</SAP:Code>
      <SAP:P1>Orders_Multiple_Oubound_Async_MI</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface Orders_Multiple_Oubound_Async_MI</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can someone help me in this regard?
    Thanks and Regards,
    Ravi Kanth Talagana

    HI,
    Just you need to delete the IDOC metadata from IDX2 and then have to process the scenario.
    You have changed the occurance in External defination but the IDOC Metadata pertain to the old one...
    Try it out as well as Refer similar discussions
    IDOC Adapter error  / ATTRIBUTE_WRONG_INTF
    What does this error mean in idoc_apapter
    Problem sending multiple IDOC
    Thanks
    Swarup

  • File-IDOC, idoc interface error

    Hi,
    Scenario: File-IDOC (Multiple records in source file to be mapped to multiple CREMAS IDOCs) without BPM.
    Modified the occurance(maxOccurs = 'unbounded') in XSD structure of IDOC(CREMAS) and saved it as external definition.
    I have <b>used this external definition in message mapping and interface mapping</b>.
    In configuration, i have used the same message interface (corresponding to external definition) as inbound interface.
    Now, I get the following error.
    - <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_WRONG_INTF</SAP:Code>
      <SAP:P1><b>MI_Cremas04_multi_external</b></SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack><b>Unable to interpret IDoc interface MI_Cremas04_multi_external</b></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please help.

    Hi,
    >>I have used this external definition in message mapping and interface mapping.
    In interface mapping you need to use <b>Imported IDOC</b> not <b>External definition</b>
    This solves your problem.
    let me know if you have any issues still.
    Cheers,
    Jag

  • Error in Collecting of IDOCs

    Hi All,
    Thanks to all who r giving immidiate response for threads.
    i am working with File to Mul IDOCs Scenario. Please give me solution for the following error.
    Thanks in Advance.
    <?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_WRONG_INTF</SAP:Code>
      <SAP:P1>MIIB_ORDERS05_LIST</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface MIIB_ORDERS05_LIST</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

    hi
    you are doing the file to multiple idoc scenarios
    check the steps
    IR
    data type
    message type
    message interface
    message mapping
    interface mapping
    import the idoc in to the external definition
    ID
    sender and Receiver channel
    interface determination
    receiver determination
    sender and receiver agreement
    in the receiver determination give the condition that is create the multiple receiver and give the condition
    that is after executing these condition data goes to perticular idoc
    and copy the source code in to the source file
    and check in the runtime workbench
    i hope it will solved
    thanks
    Regards
    vijay

  • ATTRIBUTE_WRONG_INTF

    I got this Problem. Searched Forum and several of them says I need to Use IDOC itself in Receiver determination. But I can not do that as I'm packaging Idocs in BPM.
    My Scenario is
    File --BPM -- IDOC
    I imported Idoc and changed to unbounded as I'm doing IDOC Packaging.
    Everything works fine until it try to send IDOCS in Call Adapter Step.
    Call Adapter step has following error:
    <i><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_WRONG_INTF</SAP:Code>
      <SAP:P1>Cost2SAP</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface Cost2SAP</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></i>
    Can someone help me please ?

    Hi,
    This problem has been solved.
    Even if you do IDoc Packaging, you have to give actual Idoc name ( for example MATMAs.MATMAS05) in Interface determination and Receiver Determination

  • Unable to interpret IDoc interface ReplenishmentOrderNotification_In

    Hi All,
    I am trsfering orders03 idoc from r/3 4.5 B system to XI and from XI to SNC system using idoc adapter.
    In sxmb_moni, When I double click on particular XML message with errors
    I am getting error in call adapter
    details:
    <?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_WRONG_INTF</SAP:Code>
      <SAP:P1>ReplenishmentOrderNotification_In</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface ReplenishmentOrderNotification_In</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

    Hi
    I am creating JDBC to IDOC scenario but experiencing the same issue.
    Can you advise how you solved this?
    Thanks.

  • RWB- adapter monitoring - IDOC missing ?

    Hi, I can not see IDOC adapter in adapter monitoring(RWB). when I tried to execute my scenario(File to Idoc), I got the following error.
    - <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"><b>ATTRIBUTE_WRONG_INTF</b></SAP:Code>
      <SAP:P1>MI_Cremas_IA</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack><b>Unable to interpret IDoc interface MI_Cremas_IA</b></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error><b></b>
    1. How do i check if IDOC adapter is running ok or not?
    2. I am sure IDOC adapter is installed as I can see adapter metadata objects under http://sap.com/xi/XI/System of SAP BASIS swcv in IR. What configuration I need to do to make IDOC adapter appear in adapter monitoring(RWB) ?
    3.Is above error due to problem with interface determination or receiver determination ?
    Please help.

    Hi,
    1. File to File works fine. I just tested this.
    2. File to File using BPM works fine. I just tested this.
    3. <b>File to IDOC is failing</b> with the following error message. I have checked port and RFC destination in XI server which are working fine.
    <?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=<b>"IDOC_ADAPTER">ATTRIBUTE_WRONG_INTF</b></SAP:Code>
      <SAP:P1>MI_Cremas_IA</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack><b>Unable to interpret IDoc interface MI_Cremas_IA</b></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Does this due to any authorizations error ? Please help.
    I have tested the configuration in ID which looks good except a message(sender agreement not found).
    SXI_CACHE is upto date.
    CPA cache refreshed successfully.
    <b>SAI_CACHE_RERESH report failed with cx_ai_cache_xms exception. How to fix this</b>. Not sure if this is causing any cache problem.

  • Xi sending the IDOC to R/3: Error

    Hi
    I am sending the idoc from XI, i am getting following error "  <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_WRONG_INTF</SAP:Code>".
    Kindly let me know have i done anything wrong in configuration in XI and r/3 for posting IDOC.
      <?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_WRONG_INTF</SAP:Code>
      <SAP:P1>MI_In_IDOCDebmas</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface MI_In_IDOCDebmas</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

    Hi,
    did you import correct IDOC type in the Integration Repository?
    do u have external definition created for mapping ? Check those all are correct?
    Re-import the IDOC into the IntegratioN Repository and activate again..
    Also make sure that you are using IDOC itself as an Message Interface during Interface Mapping. No need of creating new Message Interface for the IDOC.
    I think you have done mistake in creating the Message Interface for the IDOC. It is not required Use the same IDOC itself
    related tips:
    File-IDOC, idoc interface error
    Hope this helps,
    rgds,
    Moorthy
    Message was edited by:
            Krishna Moorthy P

  • ATTRIBUTE _ WRONG _ INTF error in idoc adapter

    hai
    iam creating file to idoc scenario in that
    iam copying the CREMAS in to XSD file
    and chenge the occurence of name1
    filed.
    and this xsd file iam using at reciving side interface
    my reciver adapter is idoc adapter
    sender adapter is file adapter
    when i configure this
    iam getting this error
    <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_WRONG_INTF</SAP:Code>
      <SAP:P1>CRMAS_IF</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Unable to interpret IDoc interface CRMAS_IF</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    so pls any body can help me
    what is this error

    hai
    THANKS FOR UR HELP
    NOW IAM GETTING THIS KID OF ERROR
    WHAT IS THIS IAM NOT UNDER SANDING
    During the application mapping com/sap/xi/tf/_cr_mp_03_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformation
    iam trying to vreate multi ple segments at reciver side for one field .at that time iam getting this error
    i changed the occurs of that filed to unbouned .
    is it need to change the idoc structure at r3  system also ?
    can any body help me pls
    <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_cr_mp_03_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>During the application mapping com/sap/xi/tf/_cr_mp_03_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>

  • Gerneric IDoc Interface

    Hi,
    We have the following set up:
    A JMS sender channel sends IDocs in a non XML format (some kind of flat file IDoc). I created a ABAP mapping that converts this flat IDoc to an XML IDoc. The problem is, that the sender sends diffrent kind of IDocs through the same channel.
    1.try: I imported all possible IDoc types and tryed to do a content based routing. The problem is the input message. Due the fact, that this is no XML on input side, I cannot check the input data. Is there a possibility to do content based routing AFTER the mapping?
    2.try: I created a dummy IDoc interface. The message type is just one tag (I created the complete IDoc XML in the ABAP mapping). So I send all data from the JMS to an IDoc receiver with the same dummy interface. The content of the receiver message contains all IDoc control data (EDI_DC40). The idea is, to use this interface as an generic IDoc interface but I get the error "ATTRIBUTE_WRONG_INTF" - "Unable to interpret IDoc interface MI_IDoc_any_IB_Async". Is there a way to set the IDoc attributes generic in the ABAP mapping or do I have to use the IDoc interface, that I imported?
    Thanks for your help
    JP

    1. The use of BPM may ease the routing part after mapping wherein u may use transform step folowed by send step
    2. While doing idoc communication, even if u change the structure, u ll have to use the interface name as the original imported idoc name only. Otherwise u ll get the same error.
    Regards,
    Prateek

Maybe you are looking for

  • Spry menu rendering errors

    Hi, I created a spry horizontal menu bar in Dreamweaver.  It renders correctly in Dreamweaver designer but not in Firefox or Internet explorer. Below are three pictures.  The menu is the blue line above the title "Cliff Steele". The Firefox displays

  • Showing swing components in the palette og jdeveloper

    hello, I have found a problem with jdeveloper, as a user uses jdeveloper since 2 years I have never found a problem like this. (IDE problem). like habitude I created a simple java project which contains a jframe and an entry class (main class), but w

  • Visible (Screen Only) not working properly

    This seems like it should be such and easy thing to figure out, yet I cannot understand why, when I print the form, it still prints. Can someone troubleshoot this one for me please? Here's my form: https://acrobat.com/#d=Bktug5D4t0vBOcim5z2AQA The fi

  • MacBook pro will not boot.  Battery shows full charge.

    I usually just keep my MacBook pro sleep.  The lasting I try to use it, it won't come unswept.  I tried force quitting.  The battery is fully charged as per the lights on  the backs of the battery.  Nwhen I push the power button, the sleep light come

  • How do i delete an ipod or computer i no longer own from home sharing?

    I just downloaded itunes to my new laptop and tried to sign in to home sharing and it didn't let me since i  reached the max of 5 computers or devices. I dont even remember all the devices logged onto my profile. How can remove or deactivate a device