cancel
Showing results for 
Search instead for 
Did you mean: 

Fault Message TYpe

Former Member
0 Kudos

Hi Guys,

Wat is d use of Fault Message Type ? For wat purpose it is used / can U give an Example of a Scenario where it is used?

Thanks.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks to all

ParvathyS_SAP
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

demo:

similar discussion on these threads:

Edited by: parvathy sriraman on Sep 23, 2008 2:24 PM

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.

u00B7 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.

u00B7 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-a258cf083bca]

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2759] [original link is broken] [original link is broken] [original link is broken];[;

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4846] [original link is broken] [original link is broken] [original link is broken];

Regards

Siddhesh

former_member182455
Active Contributor
0 Kudos

hi nilakanta,

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.

u2022 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.

u2022 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.

A fault message type is a special message type that can be used in message interfaces. As with a message type, a fault message type is made up of data types (see below). Fault message types are not permitted for asynchronous outbound message interfaces.

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.

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.

-


Fault Message Types - A Demo (Part 1)

regards

srinivas

Former Member
0 Kudos

Hi,

Fault message is a error meesage. Its like an exception in simple terms. The fault message is used to

store a log for application error. Fault messages is defined in IR.

To give a overview on Fault messages it is mostly used in synchronous communication. When an error

occurs at the inbound side instead of sending the response message back it sends a fault message back

to the sender system to handle error.

Fault Message are Msg type that provided whenever u create a namespace..they are usually used to get

the exception or error mapped which has occured while execution of Application at the sender/receiver

end....

Regards

Seshagiri

Former Member
0 Kudos

Hi

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.

But if you want for Asynch messages we can use this type of messages only for an asynchronous ABAP server proxy is persisted for monitoring. In the case of asynchronous of Java server proxies, the fault message is part of a negative application acknowledgement.

For detail help please go through the url:http://help.sap.com/saphelp_nw2004s/helpdata/en/55/c5633c3a892251e10000000a114084/frameset.htm

Regard's

Chetan Ahuja