cancel
Showing results for 
Search instead for 
Did you mean: 

<SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>

Former Member
0 Kudos

Hi,

I am doing purchase requsition scenario. ie.

ECC> PI>SRM

The message are coming successfully from ECC to PI from Pi to SRM.

But when we check the Srm system SXMB_MONI we are getting the following error

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--

Call Inbound Proxy

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SRM/SE/Global">ExchangeFaultData</SAP:ApplicationFaultMessage>

<SAP:Stack>Application has thrown an exception</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Kindly help me on this...

Thanks in advance

Kasturika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This means, it is application error and not XI error. When you go in SXMB_MONI, the system should give you details of application error in seperate window if you click on status of the message.

Alternatively you can go to message and under Payloads-->Main document to see the details of application error.

Answers (0)