cancel
Showing results for 
Search instead for 
Did you mean: 

types of fault message types

Former Member
0 Kudos

Can someone tell me the different types of fault message types available in XI?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Fault Message Types

are used only for returining messages form the inobund side (application)

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

if you want to create error handling for a mapping

you can use transformation step (in a BPM)

add a block and catch the mapping error inside this block

(and for instance send a file from this exception branch

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)

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

Thanks

Swarup

Edited by: Swarup Sawant on Mar 28, 2008 3:05 PM

Answers (3)

Answers (3)

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

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

Thanks

Swarup

Former Member
0 Kudos

Anything else

prateek
Active Contributor
0 Kudos

The fault message is handled separately for java and abap environment. See this for complete detail

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

Regards,

Prateek

prateek
Active Contributor
0 Kudos

In XI there is only one type of fault message used for application specic errors at outbound

Regards,

Prateek