cancel
Showing results for 
Search instead for 
Did you mean: 

How to define transformation rule in SLT?

sanjana_lingras
Active Participant
0 Kudos

Hi Experts,

We are configuring SLT to replicate data from ABAP (ECC) to ABAP (ECC) system. Source and target systems have different clients. So while transferring data we want convert source client as per destination client for which we can define Transformation Rule.

I am new to SLT. I need help on how to define transformation rule step by step for table level data transfer. Also will there be any negative impact on data transfer performance and data inconsistencies because of transformation rule.

Step by step approach to define transformation rule will be helpful. Thanks.

Regards,

Sanjana

Accepted Solutions (1)

Accepted Solutions (1)

former_member252769
Active Participant
0 Kudos

Hi Sanjana,

You can use tcode LTRS for advanced replication settings.

- Go to LTRS

- Select your configuration

- Add your table in "Rule Assignment".

- Add Event-related rule

- Select "Begin of Record" event

- In line of code add this code "<WA_R_<table name>>-MANDT = '<client>'".

for ex: you want to out client 111 for MARA table

<WA_R_MARA>-MANDT = '111'.

Regards

BJ

Answers (0)