Technology Blog Posts by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
vagarwal1
Explorer
5,528

In this article, we will learn how to move Remote Table, Local Table and Associated Dataflow from one space to another.

Pre-requite: For remote table export/Import, we need to define the connection in target space, like (identical) to source space. 

In Source Space:

vagarwal1_0-1720568036221.png

Let us consider below End-to-End design Flow (Order cancellation) for moving from one space to another:

vagarwal1_2-1720568101425.png

We are including below objects/artifacts for the movement:

  • Remote table for reading data from source system.
  • Dataflow – to capture required data from remote table and persisting on local table.
  • Local table, which store the final result.

Export process:

Select the first Dataflow from lineage view and click the option to open in new window.

vagarwal1_3-1720568223641.png

Select the option to export to CSN/JSON file:

vagarwal1_4-1720568261588.png

This will export the Dataflow along with dependent objects like, Remote table, projection view and final local table into default download directory.

vagarwal1_5-1720568298699.png

Once both Files are exported, switch to Target space in Data builder.

vagarwal1_6-1720568332580.png

Choose the option “Import Objects from CSN/JSON File:

vagarwal1_7-1720568358420.png

Select file to import and click on import. After select the file we will get option to import any selected object or all the objects together. It is important to import all the object to maintain the synchronization between them.

vagarwal1_8-1720568425548.png

Click on “Import CSN File”, from the selection screen. Once the import is completed, you will get message as:

vagarwal1_9-1720568529073.png

we can check the imported object in Data Builder Object list, along with its status (not deployed):

vagarwal1_10-1720568575279.png

Complete the deployment of object and execute the Dataflow in the order as placed in the source space. Here, deploy remote table first by selecting the table and clicking Deploy. 

vagarwal1_11-1720568639629.png

Validate the deployment is successful and you can see the data from source server within the remote table.

vagarwal1_12-1720568684736.png

Now deploy the target table of the dataflow as it is prerequisite to execute the dataflow. We can check table deployment status in Table view -> right hand side (Blur button). Move the mouse, it will say no deployed. To deploy click on deploy option.

vagarwal1_13-1720568849874.png

Finally deploy the Dataflow:

vagarwal1_14-1720568879288.png

Now execute the dataflow:

vagarwal1_15-1720569056640.png

Now click on final table to view the result of Dataflow:

vagarwal1_16-1720569197853.png

Finally, Validate the lineage and data dependency to ensure it matches with the source system.

vagarwal1_18-1720569404982.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

5 Comments
Labels in this area