Process Chain

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 20

Process chain

A process chain is a sequence of processes that wait in the background for an event.
Some of these processes trigger a separate event that can start other processes in turn.
If you use Process chains, you can

* automate the complex schedules in BW with the help of the event-controlled


processing,
* visualize the schedule by using network applications, and
* Centrally control and monitor the processes.

we had already created ETL for customer overdue analysis.. now lets automate it using
process chain..

Each time we cannot manually go and execute infopackage , DTP, activate DSO...

jobs like this are scheduled using a process chain...

Tcode - RSPC
click on period values

click on daily and save


click save button ..
give the name of our delta infopackage...
we had done upto activation od DSO.. now we need to run DTP to pull data from DSO to
cube...
give the name of our update DTP
we have completed automating ETL for customer overdue analysis..

Activate and execute now...

now lets check how we can monitor execution of process chains..


process which are succesfull will be shown in green color... in our screen Activtion of
DSO data is processing...

after completion it will turn green...


This is how we automate the ETL process

You might also like