cancel
Showing results for 
Search instead for 
Did you mean: 

Fault data types

Former Member
0 Kudos

what is Fault data typs?

Is there any code for Fault Data types for Inbound side

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

"Fault message types enable developers to send information about errors in the receiver application program to the sender or to monitoring by using a fault message. In most standard cases, the structure specified by the ExchangeFaultData and ExchangeLogData data types is sufficient. You can also reference other data types if required.

Fault messages aren't available for asynchronous outbound message interfaces or asynchronous abstract message interfaces. In the case of these message interfaces, you can query the status by using acknowledgement messages in the application program or in the integration process."

Hope this helps.

Regards,

Gökhan

Former Member
0 Kudos

Hi,

Fault message are predefined structure,just we have to create them and at Proxy side we have to genrate the Fault message and the structure will be imported at ECC side.

Follow this thread:

?

Regards,

Nithiyanandam

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.

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