cancel
Showing results for 
Search instead for 
Did you mean: 

parallel loading in DSO but with sequential start

Former Member
0 Kudos

i have three source DSO A,B,C which is getting loaded to target D.

i want the three loading A->D,B->D,C->D to happen in parallel but want A->D to start first then B->D and then C->D.

Kindly let me know how to do this in process chain.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Add all the three DTPs to a process chain in parallel branches. Use the delay option which is available in the process chain. Right click on the process variant and set the time delay in seconds. In this way you can set the delay by the required time.

Hope this helps.

Regards,

Shyam.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The option for setting delay is 'Debug Loop' available at the right click of a step in process chain.

Regards,

Shyam.

Former Member
0 Kudos

I can suggest you may write a ABAP Program.

In this program, you can trigger 3 different variants one after the other. I dont have handy the FM/program to execute DTP that you can use.

But i know you can execute FM RSPC_API_CHAIN_START to remotely start a chain.

Former Member
0 Kudos

This message was moderated.