ABAP proxy interfaces are often used in SAP Process Orchestration. These interfaces are defined in the Enterprise Services Repository (ES Repository), which then generates the ABAP objects using the SPROXY transaction on the SAP side.
With the availability of the XI Adapter in SAP Integration Suite, you can migrate your ABAP proxy interface. After successful migration, the proxy interfaces will still run as they did in SAP Process Orchestration. However, please note that you will not be able to make any further changes to these objects because the underlying ESR or SAP Process Orchestration will no longer be available.
Please consider that the migration of ABAP proxy interfaces from SAP Process Orchestration to SAP Integration Suite has some limitations as described in the following table.
Known Limitations
Limitation | Workaround |
---|---|
ABAP proxy generation using transaction SPROXY on the SAP system is not supported if you're using Cloud Integration. |
|
Acknowledgment is not supported. | There's currently no workaround for this limitation. |
Exactly Once In Order (EOIO) is not supported. | A custom solution can be built to read the messages from a data store and based on their entry sequence, using for instance a timestamp and/or sequence ID, deliver the message in order. |
There is a limit on the JMS resources. | Analyze your landscape and according to the expected usage of the resources and decide on the number of queues, consumers, etc. |
For detailed migration steps, in the Migration Guide for SAP Process Orchestration, choose Interface Migration → Migrating Proxy Interfaces.