cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ABAP Proxy Doubt - CPI

David_Davis
Participant
0 Kudos
334

Dear All,

We have a number of proxies developed using SAP PI ESR in our ERP system. We are calling same proxies using the XI adapter of CPI as there has been no requirements of modifying the proxies. We now want to discontinue the PI/PO and there will be no ESR. How do we mange the proxies that are existing in ERP without PI/PO. Please suggest the approach.

View Entire Topic
ShaikAzmathulla
Active Participant
0 Kudos

Hi ,

To manage the existing proxies in ERP without PI/PO, we will need to create custom proxy objects directly in SAP ABAP, as CPI does not support DT (Data Type) and MT (Message Type) steps.

For guidance on creating proxy interfaces, please refer to the following link, which provides a helpful tutorial: Creating Proxy Interfaces.: https://developers.sap.com/tutorials/aif-proxy-monitoring-interface-create..html

Regards ,

Azmath.

David_Davis
Participant
0 Kudos
Thanks alot for the reply. It is helpful.