Showing posts with label Process Chain. Show all posts
Showing posts with label Process Chain. Show all posts

Tuesday, May 25, 2010

ABAP Program for a wait process in Process Chains

Using this program you can control all your process chains in a single meta chain even if you wish to trigger some chains at certain times.


Pic-1. - BW Wait Process ABAP Code

Example:  if you want to trigger one chain only after 12 midnight, but this chain aslo have dependant chains that should run ahead of this chain.

Create a program using the below code and create variants according to your requirement and use the ABAP Program process type in Process Type to create your own "wait till" process.