Hello All,
Could someone please help me with the following,
As we all know, actual data loading and plan data loading into transaction cube cannot be done simultaneously, and loading behavior need to be changed according to plan and actual data.
when in production system, what is the time schedule or automation mechanism for this loading behavior change.
someone suggested me the following method, but I am looking for the time schedule, and what is the triggering activity for this change
*"Normally in production system , you can do directly by switching the cube to transactional behaviour..
Or else you can execute the below function module to switch over the cube.
RSAPO_SWITCH_TRANS_TO_BATCH - Switch from plan to load
RSAPO_SWITCH_BATCH_TO_TRANS - Switch from load to plan .
If you want to do it automatically through process chain , create a zreport and call the function module to switch the cube to loading activities before executing the infopackage and after the data loading and again switch back the cube to plan mode.
eg : In process chain, start - > pgm (switch to load) -> load infopackage -> pgm (switch to plan)." *
Hope I am clear,
your responses would be greatly appreciated
Thanks