cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PurchaseOrderERPConfirmation_In not processed within SRM

Former Member
0 Likes
441

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





Accepted Solutions (1)

Accepted Solutions (1)

wendy_xu
Product and Topic Expert
Product and Topic Expert
0 Likes


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

Former Member
0 Likes

Hi Wendy,

thanks a lot!

With your help I'm able to debug asynchron service.

That makes live much easier

The error was my fault - I've changed item number for backend po creation in XML-BADI of SRM.

In SRM table bbp_pdbei it was still the old one

Regards

Stefan

Answers (0)