cancel
Showing results for 
Search instead for 
Did you mean: 

fault message

Former Member
0 Kudos

where and how we will use fault message? is that we will use it in proxy scenarios only?

Accepted Solutions (0)

Answers (4)

Answers (4)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Look blog provided by me would solve your doubt.

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

We can use it in Proxy scenario and also other scenario like SOAP, it's basically used for error reporting.

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

Former Member
0 Kudos

for example in file to file sceanrio we create fault data type and mention this in inbound interface then in directory where we use it?

sunil_singh13
Active Contributor
0 Kudos

Hi Add p,

We use fault messages to catch Application errors. These application errors may be from Proxy, RFC or from any other application.

We can select fault messages for Inbound asynch/Synch and Outbound Synch.

When we select Fault message in Message interface then in Interface mapping we get A tab as Fault message and there we can select a suitable mapping.

When we select Interface determination in ID this fault messages resides inside that.

Thanks

Sunill Singh

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

-


Fault Message Types - A Demo (Part 1)

When to use Fault Message

Former Member
0 Kudos

my question is whether we will use it in proxy scenarios only or any other scenarios?

Former Member
0 Kudos

Hi,

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_erp2005/helpdata/en/f3/c26c3cbfac384fe10000000a114084/frameset.htm

You can search the SDN you can get more information about Fault Message Types.

Regards

Goli Sridhar