cancel
Showing results for 
Search instead for 
Did you mean: 

Process chain

Former Member
0 Kudos

Hi

I'm trying to create a process chain.

Aim: to load 4 packages for same info source with different selection criteria in to various Info providers depending on the Selection criteria.

I have two info providers eg X & Y.

I have created package P1, P2 to load X and P3, P4 to load Y.

tricky thing:

My process chain should be like.

Step 1:

a) Load P1 only till PSA

b) Load P3 only till PSA

Step 2:

a) Load P2 only till PSA (should be successor of Step 1.a )

b) Load P4 only till PSA (shoudl be successor of Step 1.b)

Step 3: AND gate (when all 4 loads are completed till PSA)

Step 4: Load P1 from PSA to Data target followed by P2.

Parallely load P3 from PSA to Data targetfollowed by P4.

Problem facing.

When I try to put my packages in teh process chain its not getting split by various steps...(loading package till PSA, loading data from PSa to DT, activating ODS object, further processing.)

how to solve this. Help me.

thanks for your help.

regards,

Meps

Accepted Solutions (0)

Answers (1)

Answers (1)

klaus_werner
Active Participant
0 Kudos

If you specify in the InfoPackage that the data should be loaded to the PSA only then you have to include the update from teh PSA to data target, so it is split.

Regards, Klaus