cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP BPC 7.5.10 - Default logic - How to de-/activate?

Former Member
0 Likes
742

Hi Guys

How can I figure out, if the default logic is activated for package runs, manual input, ... other actions.

Best regards,

Maik

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

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...

Former Member
0 Likes

Thanks Vadim!

But two further questions:

1. What about the scope (CV; data for processing) for default logic? How/Where can I adjust that?

2. I use a process chain to start a package using this report UJD_TEST_PACKAGE. Do you know that? What about the scope at this point?

Best regards,

Maik

former_member186338
Active Contributor
0 Likes

Hi Maik,

The scope for default.lgf is explained here:

What package do you want to launch using UJD_TEST_PACKAGE? Please provide full details! Default.lgf has no relation to UJD_TEST_PACKAGE in general...

Vadim

Former Member
0 Likes

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

former_member186338
Active Contributor
0 Likes

"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

Answers (0)