Objective
In this section, we import remote tables from two connected source systems to make the data available in your space. First, we import Microsoft SQL database tables as a source in the view modeling tool. Afterwards, SAP BW/4HANA aDSOs (Advanced DataStore Objects) are imported directly from the Data Builder start page. In general, both import procedures are valid for Microsoft SQL, SAP BW as well as other source object types.

The access method is a pure federated (virtual) one! The tables including their data are still in the Microsoft SQL Database and in the SAP BW system and not in SAP Datasphere.
Many connections (including most connections to SAP systems) support importing remote tables to federate or replicate. Some connections support real-time replication and for others, you can keep your data fresh by scheduling regular updates.
Before importing the remote tables, we test if both source system connections are ready. The first source, a Microsoft SQL database is bound to our SAP Datasphere by using the connection MSSQL. The SAP BW source system is bound by using the connection BW4_DSP.
Select Connections (step ‘A’) in the side navigation area and your space if necessary.
Select the connection MSSQL (step ‘B’) and choose Validate (step ‘C’).
A message appears informing you about the availability of supported features and provides details in case of errors in the connection.

Select the connection BW4_DSP and repeat the steps 2-4.
In this second step, we use the Microsoft SQL database as the data foundation. We will import two tables from the product area. For this task, you use the Data Builder to leverage the Graphical View Editor for the remote table imports.
Select Data Builder in the side navigation area, choose your space if necessary.
Select New Graphical View tile to open the view editor.

Choose the Sources tab, expand Connections and press the Import … option of the MSSQL connection.

In the Import Objects from Connection window, expand dbo schema -> Tables.
Choose Products and ProductTexts.

Select the Next button.
Mark both table entries and press the Import and Deploy button.

Both objects are imported as remote tables into SAP Datasphere now.
On the canvas the Products and ProductTexts entities are placed for modeling. Typically, we would add further objects from other sources and perform transformations to create a view. Since we only wanted to import the objects as remote tables, we don’t continue with the modelig part.
Alternatively to this integrated import step, part of the modeling, there is also a direct import option available for SQL objects. This direct import procedure is described for the Business Partner objects later.
Close your graphical view builder and confirm to Discard this view in the pop-up window.

The MSSQL tables Products and ProductTexts are listed as remote tables in the object list overview.
Select Products to open the table editor.

In the table editor, the semantic usage of the table and the columns can be adapted depending on the table type (local or remote). You can create associations, hierarchies, filters or switch from federated access to persistency, loading the data into SAP Datasphere.

Close the table editor again.

What was done ?
In this step, we replicated the metadata of two Microsoft SQL tables into SAP Datasphere, as remote tables.
The access method is a pure federated (virtual) one. The tables including their data are still in the Microsoft SQL database physically and not in SAP Datasphere.
In the third step of the data harmonization, we use an SAP BW/4HANA system as the data foundation. This source is bound to our SAP Datasphere by using the connection BW4_DSP. We import two BW aDSOs as remote tables in our SAP Datasphere. Here, the data refers to business partners.
For the Data Flow creation, the required remote tables are imported first.
In the Data Builder, select Import -> Import Remote Tables.


Press the Next Step button.
Expand Extractors -> BW -> D… and select the tables DWC_BP and DWC_ADR.

Press the Next Step button.
Adapt the Business and Technical Name for both objects:

Select the Import and Deploy button, to confirm and import both remote objects.
After successful import execution, press the Close button.
Both remote tables are listed in the object list overview.

In this step we replicated the metadata of two SAP BW/4HANA aDSOs about business partners into our SAP Datasphere.
The access method is a pure federated (virtual) one! The tables including their data are still in the SAP BW system physically and not in SAP Datasphere.
For data persistency, below options are available.
Select the Remote tab or scroll down to the Remote section.
Choose Start Data Replication as replication option.

Select the ‘Refresh Replication’ icon to monitor the progress. A message about successful replication appears. The table Data Access property is changing from *Remote to Replicated (Snapshot).
Open the Go to Remote Table Monitor link.

The replication action details are displayed in the Data Integration Monitor.

Close the Replication Task view of Business Partners.

In the Data Integration Monitor let us start the replication for the second SAP BW remote table too.
Go into the Details '>’ of the remote table Addresses.

Select Data Replication and choose the option Start Data Replication.

A message about initializing the replication appears. You may refresh the action details to see the progress.
Close the Replication Task view of Addresses.

The data of both SAP BW objects is persisted into SAP Datasphere now.
Select Data Builder in the side navigation area, leaving the Data Integration Monitor.

Your Data Builder object list shows your previous created objects:

What was done ?
In this step, we replicated the transactional data of two SAP BW/4HANA aDSOs (Advanced DataStore Objects) into our SAP Datasphere. The access method changed from federated (virtual) to persistent. Both tables including their data are physically stored in SAP Datasphere.
Congratulations
You have taken an insight into the system source connections and their validations. Based on the source connections, you have imported remote tables from Microsoft SQL database and SAP BW/4HANA aDSOs to make the data available in your space.
First the access method is a pure federated (virtual) one! The tables including their data are still in the source systems.
Alternatively, the source data can be replicated into SAP Datasphere, which you have done for the SAP BW/4HANA objects. Optionally, the replication execution can be scheduled, depending how often the (master) data in the source system changes.