You are on page 1of 5

 Implementation of proxy class in outbound

and inbound scenarios

Proxy

 TCode: sproxy In PMR


Prerequisite:
Integration be ECC and PI is required to display PI objects.

1. Go to the transaction SPROXY in the Receiver Application system. Right click on the Inbound
Service Interface EmployeeAddress_In and select Create Proxy.

2. Create Service Provider Wizard appears. Choose Local Object and enter the prefix as ZPI
and click on Continue.
Click on Finish button.

3. The proxy interface is created. Click on Save button. Right click on the inbound Service Interface and select
Activate Proxy.

Activate Proxy
Proxy Provider Class

4. Double click on the Provider proxy class ZPICL_EMPLOYEE_ADDRESS_IN for implementation.


NOTE

In the proxy class, the following steps need to be implemented:


Call the EXECUTE method of the service implementation class.

Implement method in the provider class.


In case of outbound Proxy:
• Open the node for your Service (Inbound / Outbound) & Right click

• Click on CREATE PROXY.

• This Development is for Outbound Proxy.

• In this Case, choose Outbound Service Interface for Creation of Proxy.

• After Completing this creation process, this screen will be there.

• For Outbound Proxy, an executable code in ABAP will be written to call that proxy.

• In this Example, we are writing that code in Executable program in SE38.

• First Pick data from Table.

• Fill Proxy Structure & send to Integration System.

You might also like