on 2022 Sep 27 8:26 PM
Hello,
Would be grateful for someone's input.
I have a requirement in SAP BPC 10 Standard edition where I am trying to provide the Flexibility for a user via EPM Add in Excel to be able to populate an attribute of a Dimension - therefore creating the MD record almost via user interaction instead of pre-loading attributes.
For example, I have a project dimension which has a project stage.
Attributes
ID. NAME. STAGE
123ABC. Test Proj. Draft
Update via user to
123ABC. Test Proj. IN PROGRESS
There is no source of this data so the option is to either preload all the projects manually into the dimension and the user chooses each project from the list via the context pane OR provide some functionality to allow each attribute to be populated AND updated by the user via the input schedule.. which is preferred.
For example, to update the project stage the user can choose from a drop down list of validations like, IDEA, PROGRESS, IMPLEMENTED and update this via the form.
Not sure how to do this but have read the MDOF guide and still a bit stumped?
Is this possible and how to achieve this? I will try with project dimension and then try and apply it to others..
Thank You
Request clarification before answering.
By the way, instead of changing master data you can update transactional data for some account like STAGE: 0 - Draft, 1 - In Progress, 2 - ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
syraja
Sorry, but what is not clear?
MDOF is using Data Manager package prompts to define properties of master data.
If you have the property values entered in some cell in the worksheet then my VBA code will pass the mentioned values to DM prompts without any user interaction.
The user will fill the values and press VBA button like - update project.
P.S. If you want to only modify (not create) MD then you need to adjust MDOF code a little.
Creating Master data on fly from EPM without Data manager can be tricky. The challenge is how to transfer the various master data components like attributes , ID, Parenth1 from excel interface to backend BADI. There is another HTG to achieve this by executing the DM in background by filling all the DM prompts from Excel cell ranges.The HTG on MDoF uses DM as a medium to transfer these details to backend BPC Master data class methods which actually create the master data. In my project we have used ABAP webdynpro screens to create a form which does this jobs for us. All the validations and dropdowns have been created in wbdynpro via supporting ABAP tables and finally the user input from the screen and dropdown is passed to the BPC classes and methods to create the master data. I have used this for my capex projects in capex planning and I can say that its scalable and more flexible solution. Finally to make it easy for the users we have included the webdynpro URL in BPC Business Process Flow hyperlink which makes the overall experience even better. Using ABAP tables to populate dopdowns in Master data form is more central and flexible.
I would suggest that you can explore webdynpro as a possible form solution for Master data creation.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I read the HTG but that doesn't seem to work anymore and I was trying to achieve this without DMP or any user interaction other than choosing the values from a list..
All solutions gratefully considered..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.