cancel
Showing results for 
Search instead for 
Did you mean: 

business system VS application(java/ABAP)

GabrielSagaya
Active Contributor
0 Kudos

can u differentiate business system VS application(java/ABAP) in terms of proxy???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

ABAP Proxy :

1. With ABAP proxy generation function it will be possible to generate ABAP proxy objects to an SAP system from an interface description in the SAP Exchange Infrastructure Integration Repository.

2. ABAP proxy objects can only be generated for SAP systems that are based on SAP Web Application Server 6.40.

If you use ABAP Proxy , you can reduce the overhead calling the function again and again.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies - Activate Proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies - ABAP Server Proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Client Proxy

Java Proxy:

1. JAVA proxy is used for J2EE based systems communicating with XI for sending or processing msgs in those J2EE based systems

2.It allows java applications to interact directly to Integration server with avoiding the configurations for the special adapters

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0... - How To Work with XI 3.0 Java Proxies

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a... Java Proxies and SAP XI - The Inside Story, Part 1

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e... - Java Proxies and SAP XI - The Inside Story, Part 2

Regards,

Kumar.

P.S: Reward Points if Helpful!!!!!

Answers (0)