cancel
Showing results for 
Search instead for 
Did you mean: 

Fault messages via HTTP

Former Member
0 Kudos

Hello,

I am trying to connect a thrid-party system that uses http to a R/3-System. I also want to handle application errors in the third-party-system. But right now I am a little bit confused about the fault messages. When creating a fault message in ESR, there is always the standard type ExchangeFaultData used which can't be changed. But my system is returning application errors in a different format which does not match to the ExchangeFaultData type. How can I deal with that?

Thanks in advance for any help.

regrads,

Jens Harzer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can have a look here :

http://help.sap.com/saphelp_nw04/helpdata/en/dd/b7623c6369f454e10000000a114084/content.htm

It explains the basics of fault/error msgs when designing msg interfaces

Chris