cancel
Showing results for 
Search instead for 
Did you mean: 

Fault Message concept needed

Former Member
0 Kudos

Hi

I'm doing one file to Proxy scenario.. if the source file contain some mandatory fields then only my file should be processed.. otherwise i need to raise an exception.. for this.. how fault messages concepts can we apply.. because i does't know any thing abt falut messages.. how can we use.. and where can we define and where can we add these ..

plz give me the clear idea abt this..with basic steps

thanks

babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Babu,

<b>if the source file contain some mandatory fields then only my file should be processed.. otherwise i need to raise an exception..</b>

I Didn't get this Query.

Please Confirm my Understanding is correct or not

you want to process the file, if the file has records otherwise no process.

Regards

Bopanna

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Babu,

If the proxy that u r using is ABAP oriented then u have to go to the TC called SE91 ............there u can define the messages for faults.............

For Fault message concept below is the link in which u can get the help with screenshots .....so kindly click on it:

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

Reward with ponits if helpful

Regards

Sai Ganesh

GabrielSagaya
Active Contributor
0 Kudos

Fault messages generally used for used for synchronous interfaces assume when a proxy is generated from a message interface an exception class is generated for a fault message type. You use this exception class to handle application errors at runtime.

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

Former Member
0 Kudos

HI,

Refer the below weblog for the same:

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

Also refer this thread which discuss about the fault message:

I hope this will help you.

Thnx

Chirag Gohil