Hello gurus,
I am trying to simulate a modify budget process in Hyperion Planning to send differences to EBS (GL). Therefore, I have created the following solution:
1. I have create a WriteBack Rule to transfer differences made in Hyperion Planning and send to EBS (GL). This rule created in FDMEE (Data Management) is called "WB_Rule2_Mod". And transfer budget stored in a temp version called "Modificacion_temp"
2. Then I have created two business rule in Hyperion Planning (Calculation Manager) called:
2.1. "R1_Mod": This business rule calculate the new difference in a budget and save it in the version "Modificacion_temp".
2.2. "R2_Limpiar_mod_temp": This business rule clean the version "Modificacion_temp"
Finally what I want is to create a batch that execute this three rules in FDMEE in the following order so that I can set a schedule to it in FDMEE:
1. "R1_Mod"
2. "WB_Rule2_Mod"
3. "R2_Limpiar_mod_temp"
Please it is really important your help
Note: Hyperion Products are installed in only one server. I am using "Oracle Linux 6" in the server.