cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP outbound proxy & fault message problem

Former Member
0 Kudos

Hi guys!

I'm using outbound ABAP proxy in my scenarion and on the inbound side, there will be a SOAP receiver adapter, so web service. When I create inbound interface on the receiver side, I can specify inbound message type and fault message type.

How will be handled error in the abap code in the sending abap part?

Could someone of you write a little part of code, how will be implemented outbound code in ABAP on the sender side?

Will it be something like:

try.

'call abap proxy execute-asynchrous

.

catch.

fault message exception?

However, the exception is not part of the structure on the outbound side.. So? What's the approach?

Thanx a lot, Olian

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

In an asynchronous scenario you cannot catch the application fault messages on sender site. You can use them:

- for monitoring

- for acknowledgments

Regards

Stefan

Answers (1)

Answers (1)

prabhu_s2
Active Contributor
0 Kudos

<a href="/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy Proxies in XI(Client Proxy)</a>

prabhu_s2
Active Contributor
0 Kudos

<a href="/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1 fault message from client rpoxy</a>