cancel
Showing results for 
Search instead for 
Did you mean: 

Method to update Consolidated data in BPC Model

pranav09
Explorer
0 Kudos

Business Process of consolidation is configured in a way that multiple line items in a Model get consolidated to one line items. The balancing of the amount is accurate; However, one of the dimension value that consolidated entry picked is not correct. Consolidation is happening at Account classification level and have no control over what value would the process be picking up for the dimension of the concern.

Problem statement here is to find out the placeholder/BADi/Configuration which will enable the update on the dimension value post/during consolidation process is executed.

Dont want to lead this discussion in a particular channel but is WRITE BACK BAdi an option to update consolidation data?

former_member186338
Active Contributor
0 Kudos

Sorry, but absolutely not clear. Something theoretical...

pranav09
Explorer
0 Kudos

Hi Vadim

We have a need to trigger the UJR_WRITE_BACK BADI to perform a custom derivation and update values before they are written to the cube. However the BADI isn't triggering when I run a data manager package that is creating records that are being written back to the BPC cube. I have used the below filters - Appset ....... Module ID = DM; any ideas on what may be going wrong?

former_member186338
Active Contributor
0 Kudos

Sorry, but still not enough details!

In general write back badi will process all records written to the cube...

srikanth_ramachandran
Participant
0 Kudos

Hi Vadim,

Basically we have created a new active implementation against the BADI name BADI_UJR_WRITE_BACK. Filter values are environment, model and module id = DM. But the placeholder code (just set a break point) inside this implementation is not getting executed when records are being written to the cube by running an existing process.

Any idea why?

Thanks,

Sri

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor

Use the following method to debug:

In the badi insert endless loop.

Use SM50 to find endless loop execution and go to debug.