Skip to Content
Author's profile photo Former Member

Migrating Between Source or Target Environments in SAP Hana Cloud Integration Data Services

Hi Everyone

This post aims to detail the steps involved in changing the source and target systems associated with an HCI-DS task.

In general, an HCI task uses one source Datastore and one target Datastore. The HCI server and Data Services agent have adapters and logic that determine which kinds of systems can be a source.

In contrast, only certain data stores can serve as the target. For example, flat files and IBP can be target systems.

This document assumes the HCI task has already been created, the Datastores for its source and target systems work, and all necessary tables have been imported.

Check with the basis and security team which ABAP execution option configuration the current and new source systems should have.

Changing the Source System

The steps are different for certain types of Datastores.

SAP Business Suite Application (ECC, APO, S/4HANA):

This assumes the current and new source systems are the same, with the same tables and naming. For example, the steps here would not apply if the source system changes from ECC to APO.

If the source system is an ECC or S/4HANA system, then changing between the two systems first requires adding a configuration to the existing source system’s Datastore. Next, an existing or new system configuration needs to use this Datastore configuration.

When the task or its design-time time executes, select the new System configuration in order to use the new source system.

*This step assumes all the required configurations and ABAP code transport have already been implemented in the new source system.

 

Flat files:

If the requirement is to use a different flat file with a similar format to the current file, in the same directory, only the input file name in the HCI Dataflow needs to be changed.

If the new source flat file has a different format, but is in the same file directory, you have to first add the new file format to the current flat file Datastore.

If the new source flat file is in a different directory, and you no longer need/use the current file directory, then just change the flat file Datastore Configuration’s Root directory.

 

 

SAP Integrated Business Planning

Oftentimes, changing the IBP source means changing the planning area. The Datastore stays the same. In this case, only the source table needs to be changed in the HCI dataflow, but make sure the new table has been imported to the IBP Datastore. Afterwards, simply use the table tile to import the new table.

 

Changing the Target System

This guide focuses on switching between SAP IBP and between flat file target systems.

SAP IBP

Similar to the case with IBP as the source system, changing the IBP target system usually means changing the planning area. Make sure the new target table has been imported to the IBP Datastore. Afterwards, use the ‘Copy to new target’ option within the HCI task to select the new target.

Double check that the field mappings are correct.

 

 Flat Files

If the requirement is to use a different flat file with a similar format to the current file, in the same directory, only the target file name in the HCI task needs to be changed.

If the new target flat file has a different format, but is in the same file directory, you have to first add the new file format to the current flat file Datastore.

Afterwards, in the HCI task, use the “Copy to new target” option and pick the new file format. Within the dataflow, you can edit the target file name, similar to above.

 

 

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Pablo Casanova
      Pablo Casanova

      hi Roy,
      I’m having the following error :
      |Session TASK
      Syntax error at line <1>: <>: found <[end of text]> expecting <‘(‘, &ERROR, __AL_LOOKUPEX_TRAN, __AL_SEARCH_REPLACE_TRAN,
      __RFC_FUNCTION, __AL_SCRIPT_FUNCTION, __AL_STORED_PROCEDURE, __AL_EXTRACT_FROM_XML, __AL_EXTRACT_FROM_JSON, __AL_TRAN_FUNCTION,
      +, AL_UNSPECIFIED_PARAM, CONVERT, a float, identifier, an integer, a null, a quoted identifier, ;, a string, a decimal,
      VARCHAR, VARIABLE, +, NOT>.
      1 error(s), 0 warning(s).
      Check and fix the syntax and retry the operation.

      SESSION TASK
      Error parsing global variable values from the command line: <$G_LOAD_DATE= Sysdate();$G_PLAN_AREA= ‘SAPMODEL1’;$G_TIME_PROFILE=
      -1;$G_BATCH_COMMAND= ‘INSERT_UPDATE’;$G_SCENARIO= “;>. Check the syntax and try again.

      Could you help me please
      Regards