SAP PI ABAP Proxy to JDBC Synchronous Interface Part III
In this part I will show that how to configure integration runtion for abap proxy and PI ID.
4. Configure Integration Runtime
4.1 SLD Connection from ABAP to AEX SLD
Tcode: SLDAPICUST
Tcode: SLDCHECK
4.2 RFC Destination to PI SOAP Adapter
Tcode: SM59
Create the destination to PI SOAP XI Adapter
Because I want to use “XI Message Protocol” in SOAP Adapter, so the “Path Prefix” is :
/XISOAPAdapter/MessageServlet?ximessage=true
If you use XI Adapter, the “Path Prefix” should be:
/sap/xi/engine?type=entry
Maintain the PI user info.
4.3 Integration Engine Configuration
Tcode: SXMB_ADM
The value of “IS_URL” the “dest://<RFC_NAME>”, and <RFC_NAME> is maintain above.
4.4 Register the jobs to auto execute queues
4.5 Activate the XI engine service
Comment: This step is no need for proxy consumer, but required to use proxy provider.
Tcode: SICF
5. Configure ID
5.1 Configure Scenario via wizard
Choose the Service Interface in ERP side and SOAP Adapter.
Choose the Service Interface in 3rd side and JDBC Adapter
Enter the CC name
Specify the Operation Mapping
Enter the Receiver CC name
Enter the scenario name
5.2 Configure the SOAP adapter
Apater type is “SOAP”, and Message Protocol is “XI 3.0”.
5.3 Configure the JDBC adapter
The value of “JDBC Driver” and “Connection” can be found in the JDBC Driver help:
At last activate all the objects configured above!