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

SAP BPC Update MD / Dimension members with badi

Former Member
0 Likes
771

Hi Folks,

Is it really advisable to update the dimension members with use of Badi .Need to update upcoming year through DM package run.

My requirement is to run the package on the last month of the year , need to provide input as the upcoming year, which should call scipt logic->badi and badi should update this year to time dimension, Here also i need to update the children of upcoming year.

i know that this should be done manually or through flat load.but still wanted to check if it is possible through badi also???

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

For sure, it's possible to add members in the badi! Please search for: Master Data on the Fly...

https://archive.sap.com/documents/docs/DOC-4276

Currently the link is not working, but you can find this document using Google.

But for time dimension you can add members for many years in future, what's the issue?

Answers (1)

Answers (1)

Former Member
0 Likes

Thanks for the reply Vadim .

I have found one document and gone through it but it states that we need to import some transport request files and then will have to do steps mentioned, well i am actually not aware of transport request files . But would like to try based on the existing class and methods using custom logic . Do you think that interface IF_UJA_MEMBER_MANAGER and method SAVE can help me with that .

If above interface is wrong then please help me with the correct class / interface.

Thanks in advnace.

former_member186338
Active Contributor
0 Likes

Better to import transport requests (with ignore version check)! It's an absolutely basic procedure 🙂 Ask basis team... but any ABAP developer need to know how to import transports...

After you import transport requests you will see a code containing everything you need!

In addition to this code you may also read: https://archive.sap.com/documents/docs/DOC-41342

This link is working!