cancel
Showing results for 
Search instead for 
Did you mean: 

Concept of Fault Message .

Former Member
0 Kudos

Hi ,

I need to implement fault in scenarios. and about which i have no idea .. How to capture application as well as system fault . and on anytype of fault i have to raise mail though alert monitoring ....

So kindly help me in the same ..

Regards

PS

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You sent the message successfully but you don't get acknowledgement back so at that time server waits for some time to take the response/acknowledgement, if the time exceeds it sends fault message back to sender.

So if receive fault message then some thing fail/problem at receiver side.

http://help.sap.com/saphelp_nw04/helpdata/en/56/b46c3c8bb3d73ee10000000a114084/frameset.htm

For more info

http://help.sap.com/saphelp_nw04/helpdata/EN/75/a55c3cff8ca92be10000000a114084/frameset.htm

Regards,

Venkata Ramesh

Former Member
0 Kudos

Hi, there are many blogs on SDN on this topic.

I recommend [this blog about Fault Message Types|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4846] [original link is broken] [original link is broken];.

You can setup Alerts within CCMS for the application errors in SXI_MONITOR. Refer [the blog about Configuring scenario specific E-mail alerts in XI-CCMS|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2894] [original link is broken] [original link is broken];.

Regards, Martin

Shabarish_Nair
Active Contributor
0 Kudos

do go thru these blogs

Async

Sync

Former Member
0 Kudos

Hi,

If you use the application log, or have access to error information from a BAPI return table, you can also use these directly to complete the fault message. In this case, you only need to call the method CL_PROXY_FAULT=>RAISE of the proxy runtime to trigger the error:

CALL METHOD cl_proxy_fault=>raise

please go throu below blog,

http://help.sap.com/saphelp_nwpi711/helpdata/en/48/5946db5f693912e10000000a42189b/content.htm

regards,

ganesh.