The new wiki link for this data flow is here:
Please update the new doc there and no longer here.
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.





4.Re-create the virtual table choosing the remote table source :
![]()
5.Activate and run the replication task.
6. Update the associated calculation view to add the new field in the projection step based on TB* table

7. Replicate the datasource based on the previous calculation view to display the new field
![]()
Transport :
Be careful, before transporting the replication task you need to :
1.Delete the virtual table in the target system (refer to step 2.).
2. Ask to Dynasys Interface Team to add the new field in the Dynasys view on Test System or Prod System (if you move to prod).
3. Recreate the virtual table (refer to step4.)
4. Check the new field is available in the virtual table
5. Move the TR with the replication task on the target system.