Import transports into SAP System

For customers upgrading from our legacy S/4HANA solution, you will need to install 2 transport requests.

Order Transport Request Request number
1 Workbench request S4HK902298
2 Customizing request S4HK902299

To install these Transport requests and corresponding files:

  1. Copy the transport files from the Transport package, into the corresponding SAP folders:

    • Into example: E:/usr/sap/trans/cofiles
      • Workbench Co-File: K902298.S4H
      • Customizing Co-File: K902299.S4H
    • Into example: E:/usr/sap/trans/data
      • Workbench Data-File: R902298.S4H
      • Customizing Data-File: R902299.S4H
  2. Repeat these steps for each of the above 4 files in order:

    1. Log into SAP and enter the transaction code: STMS.
      SAP transaction code field
    2. Select the Import overview button (first icon).
    3. Double-click on the system you want to import the transport files. This screen will appear:
      SAP import screen
    4. Add the transport to the queue by navigating to Extras (top menu bar) > Other Requests > Add.
    5. Enter the transport file name: S4HK900XXX into the Transport Request field and click OK.
    6. Click Import Request.
    7. Enter the target client to which you want to import the transport and click OK.

Create new RFC Destinations

  1. Go to transaction SM59, select the HTTP Connections to External Server option & click Create.

  2. Create a RFC Destination for Address Validation with the details below:

    • RFC Destination: edq_rest_api
    • Connection Type: HTTP Connection to External Server
    • Technical Settings:
      • Host: api.experianaperture.io
      • Path Prefix: /address/search/v1
  3. Create a RFC Destination for Address Validation Details with the details below:

    • RFC Destination: edq_rest_api_det
    • Connection Type: HTTP Connection to External Server
    • Technical Settings:
      • Host: api.experianaperture.io
  4. Create RFC Destination for Address Data Enrichment with the details below.

    • RFC Destination: edq_rest_api_enrich
    • Connection Type: HTTP Connection to External Server
    • Technical Settings:
      • Host: api.experianaperture.io
      • Path Prefix: /enrichment/v2

Import transports into SAP System

For customers implementing the new S/4HANA solution for the first time, you will need to install 4 transport requests. You will need to do this for both Address Validation, and Email and Phone Validation.

Order Transport Request Request number
1 Workbench request S4HK902300
2 Customizing request* S4HK902299

* Only import this if you are using EMail/Phone validations without Address Validation.

To install these Transport requests and corresponding files:

  1. Copy the transport files from the Transport package, into the corresponding SAP folders:

    • Into example: E:/usr/sap/trans/cofiles
      • Workbench Co-File: K902300.S4H
      • Customizing Co-File*: K902299.S4H
    • Into example: E:/usr/sap/trans/data
      • Workbench Data-File: R902300.S4H
      • Customizing Data-File*: R902299.S4H

    * Only import this if you are using EMail/Phone validations without Address Validation.

  2. Repeat these steps for each of the above 4 files in order:

    1. Log into SAP and enter the transaction code: STMS.
      SAP transaction code field
    2. Select the Import overview button (first icon).
    3. Double-click on the system you want to import the transport files. This screen will appear:
      SAP import screen
    4. Add the transport to the queue by navigating to Extras (top menu bar) > Other Requests > Add.
    5. Enter the transport file name: S4HK900XXX into the Transport Request field and click OK.
    6. Click Import Request.
    7. Enter the target client to which you want to import the transport and click OK.

Create new RFC Destinations

  1. Go to transaction SM59, select the HTTP Connections to External Server option & click Create.

  2. Create a RFC Destination for Email Validation with the details below:

    • RFC Destination: edq_rest_api_email
    • Connection Type: HTTP Connection to External Server
    • Technical Settings:
      • Host: api.experianaperture.io
      • Path Prefix: /email/validate/v2
  3. Create a RFC Destination for Phone Validation with the details below:

    • RFC Destination: edq_rest_api_phone
    • Connection Type: HTTP Connection to External Server
    • Technical Settings:
      • Host: api.experianaperture.io
      • Path Prefix: /phone/validate/v2

Uninstall the Pro Web server

  1. Click on the Windows Start menu.
  2. Locate the Pro Web group folder.
  3. Select the Uninstall option.
  4. Select Yes when prompted asking if you are sure you want to uninstall the program.
  5. When the uninstall has completed, click Finish to exit.

Any address data that has been installed for Pro Web use can also be deleted.

Uninstall the .NET connector

  1. Open a PowerShell command window as Administrator.
  2. Run the following PowerShell commands:
    • Stop-Service -Name "EDQSAP Connector_S4HANA_PROWEB"
    • Remove-Service -Name "EDQSAP Connector_S4HANA_PROWEB"
  3. Delete the folder where .Net Connector executable is installed.
  4. After the executable for a service is deleted, the service might still be present in the registry. If that's the case, use the following command to remove the entry for the service from the registry:
    • sc.exe delete " EDQSAP Connector_S4HANA_PROWEB "