cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Replication from ECC system to S/4 system using SLT

krishg
Active Participant
0 Likes
518

We have a requirement to replicate from ECC to S/4 using SLT. The tables will already exist in the target system. Is this scenario supported in SLT? and apart from data integrity concerns, are there any risks associated with this approach? 

Accepted Solutions (0)

Answers (1)

Answers (1)

Andrey_M
Product and Topic Expert
Product and Topic Expert
0 Likes

You need to configure table in LTRS and define for the table "Refresh behavior" as "nothing". In such case the target table will not be recreated or truncated and the new data will be simply added to existing table.

But you have risk to get an double key error if newly inserted data will have same key. If it's ok for you and you would like to overwrite existing data, then you can define "writing behavior" for the table as "Array Modify" under Performance Option parameters. Or define an own rule that somehow change the incoming records in way that they will not conflict with existing data.