on ‎2016 Mar 16 9:34 AM
Hi Guys
How can I figure out, if the default logic is activated for package runs, manual input, ... other actions.
Best regards,
Maik
Request clarification before answering.
If you have default.lgf file in the model with some script inside then default logic calculations will be performed for manual input and journals (if you don't have journal.lgf).
Default logic is not executed automatically after DM packages.
Vadim
P.S. Some DM packages will ask user to execute default.lgf. For packages with script logic scripts you can include default.lgf in the script of the package...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
I did it already 🙂
A remote chain, triggered from a source system (located within BPC system), loads the data into a staging DSO. Afterwards UJD_TEST_PACKAGE start a process chain package with process chain /CPMB/LOAD_INFOPROV_UI, which push the data from the staging DSO into the BPC application cube.
The question is: What range will be used inside of default.lgf? Because the first step is a balance carry forward without any restrictions.
RUNLOGIC-flag is check in dynamic script
"The question is: What range will be used inside of default.lgf?"
"When launched the default.lgf will receive scope as a combination of all members of all dimensions of data sent by user and actually saved to the cube."
Combination of all members of all dimensions saved to the cube by CPMB/LOAD_INFOPROV_UI
Just debug the badi and you will see... Another question is how this badi is working with the incoming scope...
Vadim
| User | Count |
|---|---|
| 17 | |
| 7 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.