cancel
Showing results for 
Search instead for 
Did you mean: 

collector process

Former Member
0 Kudos

hi,

     please explain me about collector process in process chains..

   explain me by use a very small exaple

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Venkat,

Please refer to

http://help.sap.com/saphelp_nw04/helpdata/en/41/15843b74f7be0fe10000000a114084/content.htm

There are three types available AND process, OR process, XOR process.

Consider an example if in  a process chains if you want to activate your ODS after getting loaded from three infopackages. then in this case we will use AND process between Infopackages which are loading parallelly in a process chain and ODS activation step.

Regards,

Harish.

Former Member
0 Kudos

Hi Venkatesh,

There are three types of collection processes used in Process chains.

1.AND:

This process will start only after all events of the predecessor processes, that is including the last event, that it has waited for, have been successfully triggered.

Use this collection process when you want to combine processes and when further processing is dependent on all these predecessors.

2.OR:

The application process starts when either of the predecessor process event has been successfully triggered.Use this collection process when you want to avoid multi-scheduling the actual application process.

3.XOR:

The application process starts when the first event in one of the predecessor processes has been successfully triggered .Use this collection process when you want to process processes in parallel and schedule further independent processes after these ones.

Regards,

Shilpa