Monday, March 17, 2025

Using XI adapter Sender Interface - migrating from old PI SI

 

Configure all of this so the existing old Service interface (in ECC/HANA used for old PI) points to the new iFlow in Cloud Integration

  • SM59 to create a new HTTP Connection to an external server.
    • It should be like existing SAP_CPI connection with these parameters changed:
      • Name:                 SAP_CI_IF_SF_ACOUNT_CODES
        • ‘CI’ for Cloud Integration, ‘IF’ for Interface.
      • Description 1: urn:hants.gov.uk:interface:AcountCodes:SFLMS:Download
      • Host:                   hcc-integration-test.it-cpiXXX-rt.cfapps.eu10-XXX.hana.ondemand.com
      • Path Prefix:        /cxf/TestRajesh               à This will be changed later.

 

  • Define Sender/Receiver Definition

Transaction SXMSIF, new entry.

Sender/Receiver ID:       SF_ACTCODES_OUT

Message Cat.:                  Request (radio button)

Description:                     SI_SF_XXXXX_Outbound_Out             

Interface Name:              SI_SF_XXXXX_Outbound_Out

Interface Namespace: urn:xxxx.uk:interface:AcountCodes:SFLMS:Download

 

 

  • Activate Interface-Specific Endpoint

Transaction SXMB_ADM à Integration Engine Configuration à Specific Configuration, create New entry.

Category:           RUNTIME

Parameters:       IS_URL

Subparameter: SF_ACTCODES_OUT

Current Value:  dest://SAP_CI_IF_SF_ACOUNT_CODES

 

For reference, I used this blog Cloud Integration - Configuring Scenario Using the... - SAP Community