cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Collecting of IDOCs

Former Member
0 Kudos

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>

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

I believe either you have specified wrong Interface or you haven't given input to the IDOC. Check both the situations and find cause of exception

Regards

- Vinod

*

turmoll
Active Contributor
0 Kudos

Hi,

You have to use the original Idoc as the target message interface, not your own interface.

For all details ref this note: [Note 814393 - Multiple IDoc instances in an XI message|https://service.sap.com/sap/support/notes/814393].

Point 😎 is the most important.

Regards,

Jakub

Former Member
0 Kudos

Hi Sai

follow these links

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping - File to Multiple IDocs

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change - IDOC bundling

abap mapping - /people/alessandro.guarneri/blog/2006/03/05/managing-bulky-flat-messages-with-sap-xi-tunneling-once-again--updated

just a standard one:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4...

Thanks

sandeep

Ps if helpful kindly reward points

prateek
Active Contributor
0 Kudos

There is no need to create the Message Interface MIIB_ORDERS05_LIST

Instead in the Interface Determination in ID and Interface Mapping in IR, use the name ORDERS.ORDERS05.

Regards,

Prateek

Former Member
0 Kudos

Hi,

Make sure that you have took the External Def that u have changed the occurence of IDOC in Message mapping

Make sure that u are using the Original IDOC Interface in Interface Mapping not the External Def.

Only use the External Def Interface at Message Mapping Level. Where ever you require the IDOC Interface use the Original IDOC message Interface only.Dont use the External Def other than in Message Mapping

Reffer this

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

Regards

Seshagiri

Former Member
0 Kudos

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

#@#