cancel
Showing results for 
Search instead for 
Did you mean: 

fault message types

Former Member
0 Kudos

hi,

what r fault message types and in what situations do v use them.

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

A fault message is a message that describes an application-specific error situation.

Fault message types are designed for application-specific errors that occur on the inbound side and that are reported back to the sender or persisted in monitoring.

· In the synchronous case, when an application-specific error occurs on the inbound side, instead of sending a response message back to the sender, the application can send a fault message to handle the error.

· The fault message of the application for an asynchronous ABAP server proxy is persisted for monitoring. In the case asynchronous of Java server proxies, the fault message is part of a negative application acknowledgement (see Acknowledgments).

Application-specific means that the application on the inbound side triggers the error itself because, for example, the request message did not contain sufficient information.

http://help.sap.com/saphelp_erp2005vp/helpdata/en/dd/b7623c6369f454e10000000a114084/frameset.htm

http://help.sap.com/saphelp_erp2005vp/helpdata/en/5d/a45c3cff8ca92be10000000a114084/frameset.htm

Please see the below links

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee5bc490-0201-0010-e9b5-a258cf08...

/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1

Regards

Chilla

Former Member
0 Kudos

Rambabu,

fault datatypes are used when you send the error message to the sending system or receving system.

supoose if the you doing synch scenario from legacy to r/3 if r/3 is down you send fault message type as response to legacy indication their failure.

RameshGulipall
Active Participant
0 Kudos

Hi Rambabu,

Refernces Fault message types for the Exception handling .

Fault message types corresponding to the standard SOAP Fault type can be included (execepted in the outbound Asynchronous case)

Regards,

Ramesh