cancel
Showing results for 
Search instead for 
Did you mean: 

XML (File) to SAP PO posting IDOC to ECC using Http Soap.

Former Member
0 Kudos

Hi PI/PO Experts,

As we are using this scenario for the first time at our client location, can anyone share the document or the blog regarding XML to SAP PO to Soap posting IDOC to SAP ECC.

We have Java only SAP Process Orchestration system.

Requirement: system1 --> XML (File) --> SAP PO --> Http Soap posting IDOC to SAP ECC.

We have configured Integration directory as below, question is, do we need to configure anything in ECC?

for now we have created port, partner profile and distribution model in SAP ECC, but getting below error in SAP PO, message reached SAP PO and got this from PImoni 

Error:

<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>SOAP:Client</faultcode><faultstring>Error during conversion of XI message</faultstring><faultactor>http://sap.com/xi/XI/Message/30</faultactor><detail><SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30"><SAP:Category>XIProxy</SAP:Category><SAP:Code area="ABAP">INTERFACE_REGISTRATION_ERROR</SAP:Code><SAP:P1>ifmmessif</SAP:P1><SAP:P2>PORDCR1.PORDCR102</SAP:P2><SAP:P3>urn:sap-com:document:sap:idoc:messages</SAP:P3><SAP:P4/><SAP:AdditionalText/>

No implementing class registered for the interface (ABAP interface, request message PORDCR1.PORDCR102, request message, namespace urn:sap-com:document:sap:idoc:messages)   </SAP:Stack></SAP:Error></detail></SOAP:Fault>


<SAP:Stack>

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Niranjan,

Why dont' you use IDOC_AAE channel?

Former Member
0 Kudos

Do we have any documents available on IDOC_AAE? and does it fulfill what we are looking for.

System (XML) File --> SAP PO --> post IDOC in ECC.

And does it required to write any ABAP proxies or SAP PO custom mapping.

Thank you appreciate your quick response

Former Member
0 Kudos

And any clue on the error

<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>SOAP:Client</faultcode><faultstring>Error during conversion of XI message</faultstring><faultactor>http://sap.com/xi/XI/Message/30</faultactor><detail><SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30"><SAP:Category>XIProxy</SAP:Category><SAP:Code area="ABAP">INTERFACE_REGISTRATION_ERROR</SAP:Code><SAP:P1>ifmmessif</SAP:P1><SAP:P2>PORDCR1.PORDCR102</SAP:P2><SAP:P3>urn:sap-com:document:sap:idoc:messages</SAP:P3><SAP:P4/><SAP:AdditionalText/><SAP:Stack>No implementing class registered for the interface (ABAP interface, request message PORDCR1.PORDCR102, request message, namespace urn:sap-com:document:sap:idoc:messages)

</SAP:Stack></SAP:Error></detail></SOAP:Fault>

harish_babu5
Participant
0 Kudos

Hi Niranjan,

For posting IDoc to SAP ECC system, if you are on a single stack PO system then please use IDOC_AAE adapter. There is no need of ABAP coding. You would need to import the IDoc to SAP PI system.

Please check this link:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5050119d-9c47-3110-eab0-d90ebd211...

Answers (0)