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:Envelopexmlns: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>
<faultstringxml:lang="de">Application
exception occurred!</faultstring><detail>
<nm:ExchangeFaultDataxmlns: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