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

SLT replication using function module

0 Likes
1,803

Hi Experts,

I have requirement to replicate a custom table from source ECC system to S/4 HANA Central Finance system using SLT. Some of the fields in the table has some mapping logic which will be maintained in some other custom table. Client does not want much developments in SLT system, hence we are planning to implement the mapping logic in S/4 HANA system. Is there a way that we can call a custom function module from SLT to update the S/4 HANA instead of direct table update. I know that the replication of standard table CFIN_ACCHD works using the function module concept. However I am not sure, how to implement thta?

Kindly advice.

View Entire Topic
Andrey_M
Product and Topic Expert
Product and Topic Expert
0 Likes

You need to have experience in design customer migration object. Similar to cFIN migration object you can develop you own one. Later, base on this new migration object, you can add table into replication using same mechanism as in cFIN scenario