cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to interpret IDoc interface Idoc_MI

raviteja_satuluri
Contributor
0 Kudos

Hi Experts,

I have developed Idoc to Idoc scenario. I got one XSD file from client and imported in pi through External definition.

So receiver side I am Using Idoc adapter. because of using External definition i have created Receiver Service Interface.

When iam checking in SXMB_MONI I am getting the following Error.

Please find below Error Information

<?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>Idoc_MI</SAP:P1><SAP:P2/><SAP:P3/><SAP:P4/><SAP:AdditionalText/><SAP:ApplicationFaultMessage namespace=""/><SAP:Stack>Unable to interpret IDoc interface Idoc_MI</SAP:Stack><SAP:Retry>M</SAP:Retry></SAP:Error>

Please kindly help.

Thanks in Advance.

Regards,

Ravi.

Accepted Solutions (1)

Accepted Solutions (1)

raviteja_satuluri
Contributor
0 Kudos

Hi Buddies,

Thanks for your all replies.

The problem has been resolved by taking the standard idoc importing from ECC.

Regards,

Kamal.

Answers (2)

Answers (2)

former_member182412
Active Contributor
0 Kudos

Hi Ravi Teja,

If your scenario is IDOC to IDOC scenario don't create the service interfaces, use only IDOC's in your Message mapping, operation mapping and Integration directory.

Regards,

Praveen.

former_member184720
Active Contributor
0 Kudos

>>>I got one XSD file from client and imported in pi through External definition.

Why are you using IDOC adapter? What is that xsd? did you change anything from standard IDOC?