cancel
Showing results for 
Search instead for 
Did you mean: 

Fault message types

Former Member
0 Kudos

When we use fault message types?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Fault message types are used with interfaces, from which are created proxy objects (or RFC call). In case of exception in proxy object, fault message is sent back XI. During this exxception you can fill its attributes with appropriate error description..

Peter

Former Member
0 Kudos

Thank you very much for you all ..

Manoj

Former Member
0 Kudos

Hi,

what is the different point? Fault message and one element of result string to fill error description in

thanks in advance.

Dennis

Answers (2)

Answers (2)

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

One scenario where i had used it from Soap to RFC where i defined the exception in rfc source code at

r/3 end...I mapped that exception to Fault msg type that i created of my own type(didnt used the

default)..

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

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

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Fault data types are used in error reporting from Inbound Side to XI server in case of any problem while processing the message. We can send info abt error in the receiver application

Follow the links which might help u:

?

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

http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm

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

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

http://help.sap.com/saphelp_erp2005/helpdata/en/f3/c26c3cbfac384fe10000000a114084/frameset.htm

Regards,

Nithiyanandam