cancel
Showing results for 
Search instead for 
Did you mean: 

How does SAP SLT send messages to Web Services?

mengzhnag
Explorer
0 Kudos
121

I want to use SLT and Data Services to synchronize data from SAP HANA Database to PostgreSQL in real-time.

1. Firstly, I configured a DS task

mengzhnag_0-1732874300412.png

2. Then I added it to the real-time service

mengzhnag_1-1732874770065.png

3. Then I published it to Web Services

mengzhnag_2-1732874952997.png

 

My question is how to use SLT to send real-time messages to web services? Do I need to use RFC? Can someone help me.

 

View Entire Topic
jmuiruri
Product and Topic Expert
Product and Topic Expert
0 Kudos

@mengzhnag 

The supported method of replicating SAP SLT using SAP Data Services is ODP which offers you near real-time replication. By near real-time what i mean is that the Job in SAP Data Services will still run as a batch job, which you can schedule to run at a certain frequency e.g. every 15 minutes.

First perform the initial load and then after the initial load as completed, you should enable the Change Data Capture (CDC) and schedule the batch job to run after every X minutes(s)/hour(s). 

If there are any recent changes in SLT they will then be processed and loaded to your target PostgreSQL target.

Please see the link below for more information

 

Regards,

Joe