Question:
Hi Fans,
We are using 3.0(b) patch 8. We have a unique requirement. We have two ODSs. The first ODS gets data from the generic DataSource. After the first ODS gets filled with Data, an ABAP program "zrem" should be run. This "zrem" program will take the data from the first ODS and fill a table "zfill". On this table a datasource is already created, which feeds the data for the second ODS. Can anybody explain me how to automate this. I thought process chain could be used here. I do not know how to use it?
Thanks
- Gary
Answer:
Gary,, i think a process chain can be used very easily for this scenario.. but how do i start to explain..
did u even try to do something and it did not work ??
just start by shceduling the IP for loading the ODS and upon succesful completion there is process u can run to run an ABAP.. u can go on lilnking stuff like that..
but remember.. that the ODS has a activation process which also needs to be added as a seperate process after the load.. little bit different from a cube..