cancel
Showing results for 
Search instead for 
Did you mean: 

Sync/async bridge and proxy

Former Member
0 Kudos

Hi all. I am going to implement a sync/async bridge in the following scenatio:

JMS -> XI -> PROXY -> R/3

My question is how to hold the sync connection in R/3 using the Proxy class. Should i make a call from my inbound proxy class to the outbound proxy class, when returning data?, and if so, how is the sync connection being hold?

Thanks

/Thomas

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member537867
Active Contributor
0 Kudos

Hi Thomas,

Just go thru links given below ur doubt will be cleared:

Synchronous Proxies:

Outbound Synchronous Proxy

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bp...

Inbound Synchronous Proxy

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsa...

go thru the weblog /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies which explains how to activate proxies

Regards,

Vinod.

Former Member
0 Kudos

@Vinod

Thanks - this looks right

Former Member
0 Kudos

Hi

refer the following links

File to R/3 via ABAP Proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC

/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File

http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc

http://help.sap.com/saphelp_erp2005vp/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm - fcc cOUNTER

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/da1e7c16-0c01-0010-278a-eaed5eae... - conversion agent

cheers

reward points if found useful

Former Member
0 Kudos

My question is related to sync/async bridge. Not content conversion or setting up proxies (which I did 1½ years ago).

Former Member
0 Kudos

Hi,

Go through this block

ABAP proxy

: /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Java proxy-1 /people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

java proxy-2 /people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

JAVA PROXY-3 https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd2...

Thanks

Vikranth Khimavath

Former Member
0 Kudos

My question is related to sync/async bridge. Not setting up proxies (which I did 1½ years ago).