cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 10.1NW - Prevent Default Logic Trigger from Input Schedule

greg_rotvold
Explorer
0 Kudos

Hello Experts,

We have input schedules where we do not want to trigger the default logic.  With the new versions of BPC, has there been a way developed to prevent the triggering of the default logic for specific input templates?

Thanks in advance for any knowledge you have.,

Thanks,

Greg

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Greg,

No way! But can you explain the business case? In our system I can't imagine scenario when I will need to disable default.lgf... May be the issue is with default.lgf code? Please, show...

Vadim

greg_rotvold
Explorer
0 Kudos

Hi Vadim,

We have an input template where the expenses are being loaded where default logic is not required (whereas it is for other inputted forecast data from other templates).   The template is set up where a pull down selects each expense category and the expenses are added and uploaded triggering off the default logic each time.  When there are 10+ expense categories it adds quite a bit of time to the process.  I saw a TEST_WHEN parameter that could be used in the script but that must be for BPC MS.   I believe we'll have to handle it in a BADI to improve performance and to more easily skip the logic.

Thanks,

Greg

former_member186338
Active Contributor
0 Kudos

The issue is here: "expenses are being loaded where default logic is not required (whereas it is for other inputted forecast data from other templates)" It's always possible to write a correct logic to perform only required calculations! Please, provide your default.lgf!

Not sure that badi is the right solution... or even possible solution...

Vadim

former_member186338
Active Contributor
0 Kudos

P.S. Please read my document here:

former_member200327
Active Contributor
0 Kudos

Hi Greg,

It looks like you don't want default logic to run for performance reasons. Usually you can set it up in such a way that process will just go in and immediately out almost no taking any time.

For this you have to scope it in such a way that no members will be selected at least on 1 of the Dimensions. *XDIM_FILTER is very useful in such cases.

Regards,

Gersh

former_member228398
Participant
0 Kudos

Hi Vadim,

Recently, I have seen one problem. I have nothing in my default.lgf. After every input schedule, it gets executed in background and I can see the log in BPC audit data change report.

Unfortunately, default script get executed without the "EPM Add in Input"  and sign get changed from -100 to 100 . I have analyze the BPC audit data changes report and find this .

Attached is the audit report for your reference.

Can you please check this ?

Best Regards,

Milind

former_member212095
Participant
0 Kudos

Hi Greg

You can create a separate script logic and exclude it from default.lgf.

Whenever, you want to run a specific report you can create a  package which the user will run when you want the desired results.

Regards

Gaurav

former_member186338
Active Contributor
0 Kudos

Sorry, but "I have nothing in my default.lgf. After every input schedule, it gets executed in background" What is executed - nothing???

If you don't have default.lgf or if you have empty default.lgf then the only reason for some data changes is write back badi...

What do you mean by sign change? If you have INC account and you save positive amount then in the cube it will be correctly stored as negative...

Vadim

former_member186338
Active Contributor
0 Kudos

Hi Gauvas,

I can't understand your proposal: "create a separate script logic and exclude it from default.lgf"???

Vadim

former_member228398
Participant
0 Kudos

Hi Vadim,

Can you please go thru the attachment ?

Time : 30.12.2014 16:25:53 in text file. If you check this record,

User posted it for "proj" category using input schedule and data is saved to cube on "Actual" category, by executing default .

Regards,

Milind.

                     

Logic
  Script Execution
DEFAULT30.12.2014 16:25:5410,000,000.00ACTUAL
EPM Add-in Input30.12.2014 16:25:53-10,000,000.00PROJ
former_member186338
Active Contributor
0 Kudos

And what is your deault.lgf code? Please, post everything!

Vadim

And better open a new discussion - your issue is not related to the subject!

former_member228398
Participant
0 Kudos

Hi Vadim,

Sure. I will open new thread.

Regards,

Milind.