cancel
Showing results for 
Search instead for 
Did you mean: 

Application ERROR - Fault message Error in Inbound ABAP Proxy !!

Former Member
0 Kudos

Hi Folks,

I have got application error while doing in Inbound proxy scenario. This inbound message is ProductActivityNotification, this message has got fault message. This message is triggering for faults. How to control this fault message or how to divert this error as an alert to RWB. Please give me your ideas step by step. Error as follows:

<?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/SAPGlobal20/Global">ProductActivityNotificationFault</SAP:ApplicationFaultMessage>

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

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

</SAP:Error>

Please find the fault message has got following values

<?xml version="1.0" encoding="utf-8" ?>

- <n0:ProductActivityNotificationFault xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:RAS:/1SAI/TAS653D9A9CCD9A8EF3AF9B:701:2009/02/10">

- <standard>

<faultText>Proxy Class (Generated)</faultText>

- <faultDetail>

<severity>information</severity>

<text>Start of inbound processing: ProductActivityNotification (ID )</text>

<id>000(/SCA/BIF_PROACT)</id>

</faultDetail>

- <faultDetail>

<severity>error</severity>

<text>Message ID is missing</text>

<id>032(/SCA/BIF_MI)</id>

</faultDetail>

</standard>

</n0:ProductActivityNotificationFault>

Will you please focus bit light on this error message please?

Regards

San

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

application-specific errors that occur at the provider (inbound side) and are reported back to the sender.

so that the error can be handled there at the sender .

Former Member
0 Kudos

HI guys,

Many thanks prob solved.

Regards

San

Former Member
0 Kudos

Hello Sandhya,

I am also facing the issue. What was the root cause? Incorrect data?

Thanks in advance

Vikas

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Check your Source data is correct or not..beofr executing your scenario execute your inboud Proxy with valid data ,

check below blog...

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

Regards,

Raj