cancel
Showing results for 
Search instead for 
Did you mean: 

fault message type

Former Member
0 Kudos

hi Experts,

why do we go for fault messages types? is it helps in our scenario

Thanks,

Metha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (7)

Answers (7)

Former Member
0 Kudos

Fault datatypes are used when you send the error message to the sending or receiving system. Suppose if you are doing synch scenario from legacy to r/3 and if r/3 is down you can send fault message type as response to indicate the failure.

Have a look at these:

http://help.sap.com/saphelp_nw70/helpdata/EN/dd/b7623c6369f454e10000000a114084/frameset.htm

Former Member
0 Kudos

Hi,

If you are handling any application specific errors then you need to go for fault message types.

For Example: You are going for SOAP-XI-RFC it is a synch communication that means soap message is expecting response message from RFC, if RFC has exceptions then it will throw exceptions that exceptions will be mapped with you fault message type. for that you need to create a fault message type and map to RFC exception. Yeah its very helpful in your scenario.1

Thanks

VIkranth

Former Member
0 Kudos

hi Metha,

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.

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

Regards

Sampath

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.

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

Former Member
0 Kudos

hi

go through this

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

Fault messages are used to propogate / send back the error message to the calling application. This is

used when there is a failure and the sending system needs to know what the error was. This is more of

catching Application Errors.

http://help.sap.com/saphelp_nw04/helpdata/en/dd/b7623c6369f454e10000000a114084/content.htm

dharamveer_gaur2
Active Contributor
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...

Hope this helps.....

Edited by: Dharamveer Gaur on Sep 15, 2008 7:52 AM

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 refer the below mentioned link: url:http://help.sap.com/saphelp_nw2004s/helpdata/en/55/c5633c3a892251e10000000a114084/frameset.htm

Regard's

Chetan Ahuja