cancel
Showing results for 
Search instead for 
Did you mean: 

Stop/Start SLT replication: Is it possible to schedule this?

former_member204746
Active Contributor
0 Kudos

Hi,

We would like to be able to schedule the SLT replication to be stopped when another sattelite system is on maintenance.

We can manually stop/start replication with tocdes LTR or LTRC.

CAn this be schedule in a scheduled background job?

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Eric,

The master job which handles all the jobs in replication is not available in the release mode thus there is no conventional way of doing it or lets say method with SAP recommendation is not available.

as a work around please find the below function module which you can play with to create a  new job so as to stop the replciation you can use the same function module to even start the replication.

Function module :

IUUC_REPL_START_JOBS.

Report :

IUUC_REPL_START_STOP_JOBS

Let us know your feed back.

Amar Ghuge

Answers (2)

Answers (2)

former_member204746
Active Contributor
0 Kudos

Thanks guys,

I will investigate usage of these FM with my ABAP team!

0 Kudos

All SLT API's are listed here :

To start a job :


IUUC_REPL_START_JOBS

To stop a job :

IUUC_REPL_STOP_JOBS


Pawel Mierski