SAP Landscape Transformation ( LT )

What is SLT?


v SAP Landscape Transformation Replication Server (“SLT”)
is for all SAP HANA customers who need real-time or scheduled data replication, sourcing from SAP and NON-SAP sources
v Uses trigger-based technology to transfer the data from any source to SAP HANA in real-time.

SLT server can be installed on the separate system or on SAP ECC System.

Benefit of SLT system

v Allows real-time or schedule time data replication.
v During replicating data in real-time, we can migrate data in SAP HANA Format.
v SLT handles Cluster and Pool tables.
v This is fully integrated with SAP HANA Studio.
v SLT has monitoring capabilities with SAP HANA Solution Manager.
v SLT has table setting and transformation capabilities.

SLT Architecture overview between SAP System and SAP HANA


        SLT Replication Server transforms all meta data table definitions from the ABAP source system to SAP HANA.

For SAP source, the SLT connection has the following features -

v  If your source system is SAP then you can install SLT as a separate system or in Source itself.
v  When a table is replicated, SLT Replication server create logging tables in the source system.
v  Read module is created in the SAP Source System.
v  The connection between SLT and SAP Source is established as RFC connection.
v  The connection between SLT and SAP HANA is established as a DB connection.
v  If you install SLT in Source system itself, then we no more need to have an RFC Connection

        SLT Server automatically create DB connection for SAP HANA database (when we create a new configuration via transaction LTR). There is no need to create it manually.





Application Table:


      This is master and transaction data

Logging Table:


     A logging table in the source system that can record any changes to a table that is being replicated. This thereby ensures that SLT replication server can replicate these changes to the target system. 

What is RFC?


     RFC is a mechanism that allows business applications to communicate and exchange information (in predefined formats) with other systems. RFC stands for ‘Remote Function Call’.
RFC consists of two interfaces:

1.      A calling interface for ABAP Programs
2.      A calling interface for Non-SAP programs.


The SAP Note (1605140) provides complete information to install SLT system.

In case SLT Replication Server is installed in the Source System the architecture will be as shown below





SLT Architecture overview between Non-SAP System and SAP HANA





v The above figure shows real time replication of data from non-sap sources to HANA system. When the source is non-sap we have to install SLT as a separate system.
v The main changes when compared to the first scenario where the source is SAP System is
o   The connection between Source and SLT is going to be a DB Connection.
o   Read modules will be in SLT instead of Source.

Components of SLT

The main components involved in real-time replication using SLT are

Logging Tables:

Logging tables are used to capture the changed/new records from application tables since last successful replication to HANA.

Read Modules: 

Read modules are used to read the data from application tables for initial loading and convert the cluster type tables into transparent.

Control Module:

            The control module is used to perform a small transformation on the source data. Data from here will be moved to write tables.

Write Modules:

            The functionality of write table is to write the data to HANA system.

Multi System Support

·        SLT Replication Server supports both 1: N replication and N:1 replication.
·        Multiple source systems can be connected to one SAP HANA system.
One source system can be connected to multiple SAP HANA systems. Limited to 1:4 only.




1 comment: