cancel
Showing results for 
Search instead for 
Did you mean: 

Fault data type usage?

Former Member
0 Kudos

Hi,

Can anyone please tell me what's the use of ExchangeLogData & ExchangeFaultData? How can we use it?

Is it helpful in Outbound ABAP Proxy?

Instead of ExchangeLogData & ExchangeFaultData can't we create different data type and mention in Fault Message of Message Interface?

thanks,

KP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

For its use please refer the fallowing link

http://help.sap.com/saphelp_erp2005/helpdata/en/dd/b7623c6369f454e10000000a114084/frameset.htm

The Exchange fault data can't be used at outbound interface because its basic use is to send application specific error generated at receiver side to the sender.Application specific errors can't originate on sender side.

Also Receiver Interface can't be an outbound interface.

For its use You can refer the fallowing Link

Hope it will solve ur problem.

Former Member
0 Kudos

Hi,

The basic purpose of teh fault message types is to track the application specific errors and send it to the sender system.They find their use in scenarios like ABAP and java proxies.

this would definitely help you.

http://help.sap.com/saphelp_erp2005/helpdata/en/dd/b7623c6369f454e10000000a114084/frameset.htm

For exchangefaultdata and exchangelogdata:

http://help.sap.com/saphelp_erp2005/helpdata/en/5d/a45c3cff8ca92be10000000a114084/frameset.htm

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

Message was edited by: Priyanka Balagangadharan