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

SAP SLT replication with RFC

john_pj30
Explorer
0 Kudos
1,079

Dear Colleagues,
I am currently working on a Proof of Concept (POC) regarding SAP SLT. My objective is to replicate or transfer the content from a custom table (eg ZSALES_INFO) in the source system (HANA DB) to the target system (S/4 HANA).

For this purpose, I plan to utilize RFC-enabled connections between the source (HANA DB to SLT) and the destination (S/4 HANA to SLT), without employing direct database connections.

Given that this replication involves application-level processes to the target system, could you please advise on the necessary steps to achieve this within the SLT and target system?

Looking forward to your guidance.

Regards,
John

Accepted Solutions (0)

Answers (1)

Answers (1)

Andrey_M
Product and Topic Expert
Product and Topic Expert
0 Kudos

You cannot  replicate data into HANA DB (on DB level) if you don't create secondary DB connection. But connection could managed by SLT (in this case connection will be created by SLT and deleted also by SLT when configuration is deleted) or not managed by SLT (when you created own connection).

Alternative, if you have ABAP stack over the target HANA DB you can use scenario RFC - RFC. But in such case replication is possible only into ABAP schema.