Proxies are executable interfaces that are generated for the target application language like ABAP / JAVA.
- Proxies are used when ABAP applications (SAP ECC) need to send and receive data.
- Proxies bypass the adapters and provide adapter less communication with the JAVA/ABAP business systems in landscape.
- Proxies are generated from the WSDL description of interface objects and have same attributes as message interface. There are ABAP and JAVA proxies available.
- Proxies can be used for Inbound and Outbound interfaces.
- Proxies for outbound interfaces are called Client Proxies.
- Proxies for inbound interfaces are called Server Proxies.












































