cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Synchronous ABAP Proxy

Former Member
0 Kudos

HI,

Does anybody have any details about how to develop a Synchronous ABAP Proxy. Or are there any Blogs. The ones I have found only seem to be about asynch.

Thanks

Martin

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Dear Martin,

This will help you,

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

http://help.sap.com/saphelp_bw30b/helpdata/en/64/30063c66171b3de10000000a11402f/content.htm

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Regards

Agasthrui Doss

0 Kudos

Hi Martin,

There's not much difference between a synchronous and asynchronous proxy implementation:

On the outbound side (where your application is making a call to a proxy), the only difference in the synchronous case is that you get a result (or fault) back from the proxy call.

On the inbound side (where you implement the proxy receiver), the difference is that you must return a result (or fault) which XI routes back to the sender application.

Does that answer your question or are you interested in a more specific aspect?

Cheers,

Thorsten