on 2014 May 07 10:11 AM
Hi,
we are using SRM 7.01 and ECC 6.06 and have implemented the peer-to-peer services.
The backend purchase order is created with program BBP_SC_TRANSFER_GROUPED.
The ECC system generates and sends the XML-Message PurchaseOrderERPConfirmation_Out.
Within SRM the XML-Message PurchaseOrderERPConfirmation_In is in status error (Transaction code SXMB_MONI).
Following the error message:
<?xml version="1.0"
encoding="UTF-8" standalone="true"?>
<!-- Fehlermeldung -->
<SOAP:Envelope xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Header/>
<SOAP:Body>
<n0:Fault
xmlns:n0="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>n0:Client</faultcode>
<faultstring xml:lang="de">Application
exception occurred!</faultstring><detail>
<nm:ExchangeFaultData xmlns:prx="urn:sap.com:proxy:SD2:/1SAI/TAS570F727BD12E0D378A86:702" xmlns:nm="http://sap.com/xi/SRM/SE/Global">
<standard>
<faultText/>
</standard>
</nm:ExchangeFaultData>
</detail>
</n0:Fault>
</SOAP:Body>
</SOAP:Envelope>
I've attache the file PurchaseOrderERPConfirmation_In.xml with the xml of SRM SXMB_MONI.
I tried to set an external break-point but the debugger is not opening.
What setting have I missed?
How can I debug the processing of PurchaseOrderERPConfirmation_In?
Thanks in advance for all your inputs!
Kind
Regards
Stefan
Request clarification before answering.
Hi Stefan,
Have you activated FEH? See also note 1270081. It'll be helpful to analyze the error of XML processing.
To debug the inbound XML processing, you should use transaction sproxy.
Open the relevant service interface and execute.
Choose "Debug Method" in the pop-up.
Go to edit mode of the Test Service Provider Request.
Load the XML.
Then execute, you'll be able to go into debugging.
Regards,
Wendy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.