Você está na página 1de 12

DATA TRANSFER ECC TO HANA

USING SLT METHODOLOGY

Author: Subir Dutta


Creation Date: 20-Aug-2018
Last Updated: 20-Aug-2018
Version: 1.0
Document Control
Change Record

Date Author Version Change Reference

20-Aug-2018 Subir Dutta 1.0 Initial Version

Contents
Document Control .....................................................................................................................................................2
Introduction .............................................................................................................................................................3
Purpose.................................................................................................................................................................3
Definitions and abbreviations ...........................................................................................................................3
Assumptions ........................................................................................................................................................3
Functional Expectation...........................................................................................................................................4
Architecture of SLT .................................................................................................................................................5
Technical Design .....................................................................................................................................................6
Create RFC Connection ......................................................................................................................................6
Create LTRC Connection ...................................................................................................................................8
Verify Schema at SAP-HANA system ........................................................................................................... 11
Introduction

Purpose
The purpose of this document is to capture functional expectation to transfer real-time
data from SAP (ECC) system to SAP-HANA system. This document will explain -
 Source System – SAP (ECC)
 Target System – SAP-HANA
 SLT Application Server
 Connection methodology SAP-ECC with STL-Application Server
 Connection SLT server with SAP-HANA

Definitions and abbreviations


Abbreviation Description

SAP-ECC SAP system


SLT System Landscape Transformation
SAP-HANA Target system – SAP-HANA database
RFC Remote Function call

Assumptions
 SLT application server is installed in as standalone server or can run on any SAP system with
SAP NetWeaver 7.02.
Functional Expectation

Transfer records from SAP-ECC system to SAP-HANA using SLT configuration. Simple diagram as show
below -

SLT
ECC Application HANA
Server
Architecture of SLT

 SAP LT is trigger based, Real time replication method.


 SLT replication system is connected with Source SAP ECC system by RFC (Remote
Function call) connection and with target HANA system by DB Connection.
 SAP source system contains Application tables, logging tables, triggers and read module.
 SLT server contains Control Module (Structure mapping & Transformation) and Writer
module.
 When replication start, logging table and trigger created in source system and data gets
replicated to target system via SLT replication server and any changes in source system
gets automatically replicated to target system.
Technical Design
To achieve the functionality to transfer data from ECC to HANA, we have to perform following step by
step –
1. Create RFC Connection
2. Create SLT Configuration (LTRC)

Create RFC Connection


 Logon to SAP system
 Enter T-Code – SM59

Step-1: T-Code – SM59

Step-2: Create RFC


Step-3: Define RFC
RFC Destination SAPHANA_ECC
Connection Type ABAP Connection
Description SAPHANA_ECC
Target Host Put Target Host Name
Logon & Security Enter logon information for ECC
Step-4: Test Newly Created RFC

Create LTRC Connection


Step-1: T-Code – LTRC
Step-2: Create Configuration

Step-3: Define Configuration - Enter Configuration name

Step-4: Enter the created RFC


Step-5: Enter Target System Information

Step-6: Enter other parameters

Step-7: Review & Create


Step-8: Verify Newly created configuration at Cockpit

Verify Schema at SAP-HANA system


Step-1: Logon to HANA eclipse and open the Data Provisioning system

Step-2: Open the provisioning system


Step-3: Verify following default tables are created –
 DD02L
 DD08L
 DD02T

Você também pode gostar