cancel
Showing results for 
Search instead for 
Did you mean: 

fault message

Former Member
0 Kudos

What are fault messages can anybody please explain me about them briefly?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Fault Messages

Definition

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

Use

The proxy generation functions generate exception classes for fault messages. If an application triggers an exception using such an exception class, the ABAP proxy runtime automatically converts it to a fault message. Using the fault message, the application records an application error (for example, Requested Customer Profile Unknown).

The following threads can be useful to you :

Fault Message

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

http://help.sap.com/saphelp_nw04/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm

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

Cheers,

Puneet

Former Member
0 Kudos

hi..Radhika,

fault messages are used to propagate the error msg to the calling application. this is used when there is a failure on sender system needs to know where the error was occured.

regards,

Pasi

Former Member
0 Kudos

Hi radhika

Fault messages are used to propogate / send back the error maessage to the calling application. This is used when there is a failue and the sending system needs to know what the error was. This is more of catching Application Errors.

Also please go through the link below to get the details for fault messages...

http://help.sap.com/saphelp_nw04/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm

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

we have standardised fault message in XI.

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

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

See the below links

http://help.sap.com/saphelp_nw2004s/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm

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

You can use Fault messages when you want to handle errors at the Inbound side ie at the destination side.

check this nice blog also

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

<b>

Fault Messages</b>

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

Usage of Fault Messages in Synchronous interfaces

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

usage of fault messages in asynchronous interfaces

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

Have a look at "/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client"

Thanks!!!

Regards

Abhishek Agrahari

Shabarish_Nair
Active Contributor
0 Kudos

/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1 - this is sure to help you.

Former Member
0 Kudos

check this out

http://help.sap.com/saphelp_nw04/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm

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

regards,

Pratibha