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

SAP BPC Standard Master Data Changes on the fly

Former Member
0 Likes
400

Hello,

I have a requirement in my project to update dates for particular dimension members via input schedule on the fly by the planners.

Please advice, how can I update dimension member properties by passing excel reference in the prompt from the input schedule.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi Vadim,

I have implement the master data on the fly solution, this document only mentions about creation of new members, my requirement is to change the properties of existing members.

There are unique planners per dataset, there is no question of conflict.

Thanks,

Vaishali.

former_member186338
Active Contributor
0 Likes

Sorry, but you have to change few lines in abap code! Not a rocket science 🙂

former_member186338
Active Contributor
0 Likes

P.S. "There are unique planners per dataset, there is no question of conflict." - what do you mean??

After each master data change the full dimension processing will happen...

former_member186338
Active Contributor
0 Likes

It's possible to change master data on the fly with the help of custom logic badi:

https://archive.sap.com/kmuuid2/2020b522-cdb9-2e10-a1b1-873309454fce/Master%20Data%20on%20the%20Fly%...

the issue is that if multiple planners will be updating master data locking conflicts may happen.

Another solution - dates can be stored as transactional data.