cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel process Chain

Former Member
0 Kudos

There is an InfoObject ZCUSMAS with master data and a process chain is running on this InfoObject to load master data.

This Object was enhanced by adding 2 attributes(already contains data).

Attribute change run was performed to activate the master data of ZCUSMAS

Now the loading of these 2 attributes must also be included into the same process chain of ZCUSMAS.

How can this be done?

Should these loading of attributes be done parallely i.e. adding two more process of executing Info Package from Start Process.

(The data flow is in 3.x)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Suppose you have A Attribute and A Text, now you have enhanced B and C Attributes.

In your earlier Process chain

Start Process -->Infopac(A Attribute) ->Infopac(A Text)-->Attribute Change Run.

Now to Include your enhanced Attributes you can do asl below...

Start Process -->Infopac(A Attribute) >Infopac(B Attribute)->Infopac(C Attribute)->Infopac(A Text)-->Attribute Change Run.

Regards,

Vishnu.

Former Member
0 Kudos

I have a InfoObject A, which has master data already.

It was enhanced with B and C attributes.

My requirement is to load these parallely along with A .

Is this the flow

Start -> Infopackage A

-> Infopackage B

-> Infopackage C

or

Start -> Infopackage B ->

-> Infopackage C -> And Process -> Infopackage A

Since the Process chain is already running, should it be stopped and after adding processes should it be started.

Edited by: akshara20 on Mar 1, 2011 7:43 AM

Former Member
0 Kudos
                    IP attribute B
Start ->                                    -> AND process  -> IP InfoObject A
                    IP attribute C

Is this flow right?

Former Member
0 Kudos

Hi

are these 2 attributes comming from different sources than other attributes?

if no then you just need to do mapping in transformation and existing load will incorporate loads for these 2 attributes as well.

if not then you can sequence these 2 attrbute loads after existing load and should work ok.

run attrbute change run at end after all loads.

hope this helps.

Regards

Sudeep

Former Member
0 Kudos

The data for attribute B and attribute C are coming from different sources.

InfoObject A contains these two as attributes

Former Member
0 Kudos

You can load the IPs parallely or serially. Should not be an issue.

Former Member
0 Kudos

So is the flow which i have given earlier is right?

                     IP attribute B
Start ->                                    -> AND process  -> IP InfoObject A
                     IP attribute C

Former Member
0 Kudos

From the flow you gave, I understand that the source for att B and attr C are different. Yes you could model the way shown.

What does infopak A load? I guess someother attr for infoobject A. You can run the 3 packages in parallel, then.

Former Member
0 Kudos

InfoPackage A has master master data, B & C are A's attributes.

I am creating a flow with IP B and IP C. AND process of IP B and IP C . AFter this IP A

After attributes are loaded. Master data is loaded in InfoObject A.

SO is this correct.

Or should I Make all the IPs in parallel

Former Member
0 Kudos

The 3 IPs could be run in parallel.