Skip to Content
Author's profile photo Zhang Chao

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

/wp-content/uploads/2015/09/48_782094.png

  /wp-content/uploads/2015/09/49_782095.png

Tcode: SLDCHECK

  /wp-content/uploads/2015/09/50_782102.png

4.2 RFC Destination to PI SOAP Adapter

Tcode: SM59

Create the destination to PI SOAP XI Adapter

  /wp-content/uploads/2015/09/51_782103.png

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

  /wp-content/uploads/2015/09/52_782104.png

Maintain the PI user info.

4.3 Integration Engine Configuration

Tcode: SXMB_ADM

  /wp-content/uploads/2015/09/53_782105.png

  /wp-content/uploads/2015/09/54_782106.png

  /wp-content/uploads/2015/09/55_782107.png

The value of “IS_URL” the “dest://<RFC_NAME>”, and <RFC_NAME> is maintain above.

4.4 Register the jobs to auto execute queues

  /wp-content/uploads/2015/09/56_782108.png

  /wp-content/uploads/2015/09/57_782109.png

4.5 Activate the XI engine service

Comment: This step is no need for proxy consumer, but required to use proxy provider.

Tcode: SICF

  /wp-content/uploads/2015/09/58_782110.png

  /wp-content/uploads/2015/09/59_782111.png

  /wp-content/uploads/2015/09/60_782112.png

  /wp-content/uploads/2015/09/61_782113.png

5. Configure ID

5.1 Configure Scenario via wizard

  /wp-content/uploads/2015/09/62_782114.png

  /wp-content/uploads/2015/09/63_782082.png

  /wp-content/uploads/2015/09/64_782083.png

Choose the Service Interface in ERP side and SOAP Adapter.

  /wp-content/uploads/2015/09/65_782120.png

Choose the Service Interface in 3rd side and JDBC Adapter

  /wp-content/uploads/2015/09/66_782121.png

Enter the CC name

  /wp-content/uploads/2015/09/67_782122.png

  /wp-content/uploads/2015/09/68_782123.png

Specify the Operation Mapping

  /wp-content/uploads/2015/09/69_782124.png

Enter the Receiver CC name

  /wp-content/uploads/2015/09/70_782125.png

Enter the scenario name

5.2 Configure the SOAP adapter

  /wp-content/uploads/2015/09/71_782126.png

Apater type is “SOAP”, and Message Protocol is “XI 3.0”.

5.3 Configure the JDBC adapter

  /wp-content/uploads/2015/09/72_782127.png

The value of “JDBC Driver” and “Connection” can be found in the JDBC Driver help:

  /wp-content/uploads/2015/09/73_782128.png

At last activate all the objects configured above!

The links of other parts:

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.