With the migration to the Cloud and the new connection type available with HANA, it has been decided to create a new connection between Dynasys and BW using SDI (Smart Data Integration).
The SDI is able to create the table on HANA and this can be used directly on calculation view or BW datasource.
As we have a large volume for transactional data in Dynasys, it is a good option to implement this type of connection.
With UD Connect it was necessary to clear the cache of the datasource strcuture in J2EE Layer in case of modifications, not anymore with SDI.
Before continue, it is mandatory to have access to the WEB IDE tool => See the link SAP WEB IDE.
And also see Dynasys Catalog :
The storage of the data is organized into 2 different catalogs on HANA DB:





Before the loading of the DTP, it is important to fill the VT_* tables from Dynasys using the replication tasks.
We'll not run every tasks manually but we'll use the program ZBW_RUN_REP_TASK.
An associated Variant is existing for each Dynasys view.
In the variant you must fill the Schema and the replication task to run like below :

Then, the program will be used in the process chain before the stop of TP running.


