Valid Combinations for DImension Members

Hi All,
We have dimensions for Cost Center and Company code in one of our BPC Applications..Is there a way we can avoid users planning for incorrect combinations?
E.g. -
Valid Combinations  -
Cost Center 1 >>>Company Code 1000
Cost Center 2 >>>Company Code 2000
In case the user selects Cost Center 1 & Company code 2000 in current view and enters plan values - the system should not allow the same...Is there a way to maintain valid combinations for dimension members (belonging to different dimensions) in BPC???

Hi Shibu,
It was just an example, to show you how to control the combinations. You might have to design it based on the exact business requirement.
Please note that this wont be a straight-forward process, and you might have to use some VB macros to ensure you get, what you require.
Lets say, based on the expansion, you have 5 company codes to be displayed in the template. You should, first, use an EVEXP function to list all the 5 company codes in some empty region of the template. Use a macro to concatenate all the 5 company codes separated by "|". Then, for the expansion on cost centers, you should again use a macro which will consider each of the 5 company codes at a time, and set the expansion to "P_COMPANY = ABC". Since you have 5 company codes, hence you will have 5 such combinations of member filter pertaining to each of the 5 company codes. Then you must concatenate them using "|", and this should be the memberset option for the cost center dimension.
I understand that this is going to be a bit complex, but I dont see any other option.
Hope this helps.

Similar Messages

  • Assigning access for combinations of dimension members

    Security Dilemma Example          
         Two Dimensions: Site and Department          
              Site Members     Department Members
              Site A     Dept 1
              Site B     Dept 2
              Site C     Dept 3
         Question: Is it possible in BPC version 4.2 SP4 to set up the following access for an user?          
         User A needs access to Site A and all departs only for Site A          
         User A needs access to Site B and only Dept 2 for Site B          
         User A needs access to Site C and only Dept 1 and 3 for Site C          
         My understanding is that if a user is given access to all departments, then he would be able to pull those depts for ALL sites he has access to. How can I assign access for combinations of members from different dimensions?

    Hi,
    Just to understand what you specified,
    Site Members Department Members
    Site A Dept 1
    Site B Dept 2
    Site C Dept 3
    These 3 Dept's are there in all the 3 Sites. Is my understanding correct?
    If that is the case, better would be to maintain 9 IDs for Dept dimension
    Dept1_SiteA, Dept2_SiteA, Dept3_SiteA,
    Dept1_SiteB............................................
    ...........................................Dept3_SiteC
    That means you have 9 Dept members. Now it becomes very simple to assign access.
    I dont think there is any way to assign security to combination of dimensions.
    Hope this helps.

  • Activating audit for Dimension Members in BPC 7.5 NW

    Hi,
    Is it possible to activate dimension member audit in BPC 7.5 NW. Meaning, can we trace changes to master data (dimension members) in BPC 7.5 NW?
    Best regard
    SSC

    Hi,
    The Activity Auditing tracks Administrative and User tasks at the Appset level.
    This will be controlled by the Administrators to check whether activity auditing is enabled or not.
    To enable this future go to -> Administration for the Web, choose Manage Activity Audit -> then choose one or both types of activities to audit.
    Please check the help file for the same.
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/a0/2d2e0ec3da472c82a3f0ff5a96d9ce/content.htm
    Regards,
    Raghu

  • RDMBS tables for Dimension Members Security

    Hi
    We have assign user access to Dimension members in Planning. I just want to know, which is the RDBMS table where i can get detail of the access for some reporting purpose.
    Pls its very urgent
    Regards

    If you are an Oracle dbms user then try the below - I have rewritten the script from the Cameron Blog for those of us fortunate enough not to be in sqlserver....
    SELECT
        O.OBJECT_NAME,
        -- Subquery to get user or group name
        (SELECT OA.OBJECT_NAME
            FROM HSP_OBJECT OA
            WHERE OA.OBJECT_ID = AC.USER_ID) AS UserGroupName,
        CASE
        -- Subquery to get user or group type
            (SELECT OA.OBJECT_TYPE
                FROM HSP_OBJECT OA
            WHERE OA.OBJECT_ID = AC.USER_ID)
            WHEN 5 THEN 'User'
            WHEN 6 THEN 'Group'
        END AS Security_Type,
        CASE AC.ACCESS_MODE
            WHEN 1 THEN 'Read'
            WHEN 3 THEN 'Write'
            WHEN -1 THEN 'Deny'
        END AS ReadWrite,
        CASE AC.FLAGS
            WHEN 0 THEN 'Member'
            WHEN 5 THEN 'Children'
            WHEN 6 THEN 'IChildren'
            WHEN 8 THEN 'Descendants'
            WHEN 9 THEN 'IDescendants'
            END AS Hier_Function,
        OT.TYPE_NAME AS Object_Type
    FROM HSP_OBJECT O
    INNER JOIN HSP_ACCESS_CONTROL AC
        ON O.OBJECT_ID = AC.OBJECT_ID
    INNER JOIN HSP_OBJECT_TYPE OT
        ON O.OBJECT_TYPE = OT.OBJECT_TYPE
    -- Sort on Object name, object type
    ORDER BY 6, 1

  • Getting error at validation stage for entity members

    Hi all,
    Any one could pls resolve the below error in FDM.
    Version:
    FDM:11.1.1.3
    Essbase: 9.3.0
    We r loading the data into essbase using FDM and its working fine until now.
    In Essbase Under "Entity" dimension we have hierarchy as below:
    --Entity (Gen1)
    --P10000(Level2)(Gen2)
    --P10010(Level1) 
    --P10009(Level0)
    --P10008(Level0)
    --P10007(Level0)
    ---LL10000(Level1)(Gen2)
    --LL10020(Level0)
    --LL10030(Level0)
    we deleted level0 members under P10010 parent in the above Entity hierarchy
    i.e:P10009 , P10008 level0 members
    After doing these changes in outline and run FDM job , it throughing error at validate stage saying that the following Entity dimension member "LL10030" are not in essbase or not a base member.
    After seeing this error in FDM , we crosscheck in essbase i.e the member "LL10030" is their in essbase as base member only.
    After getting this error, instead of deleting two level0 members we deleted only one level0 member i.e P10009. and executed the FDM job its working successfully.
    Really its strange error we r getting.
    could pls any one resolve the above error we r getting.
    quick response really appreciated.
    Regards,
    Prabhakar.

    Hi Prabhakar,
    We were having the same issue with HFM instead of Essbase. However, for us it was caused by the fact that we use a dedicated FDM server that occasionally has issues connecting with the HFM server. Actually we are still investigating this issue. Sounds stupid, but for us it worked to just press 'update grid' in maps or validating like 5-10 times and then it was ok.
    KR. J
    Edited by: JDeM on 27-jan-2011 5:27

  • How to specify what is displayed for dimension members in the Crosstab

    Is there a way to programatically specify what the Crosstab displays for each dimension member. I want to be able to switch between the short label and long label of the member data. Thanks

    Hi,
    At the moment there is no facility to do this. However, the next version of BI Beans which will be shown at Oracle World in September should have this capability.
    Hope this helps
    BI Beans PM Team
    Oracle

  • Setting "Aggregation For Plan" for Scenario members in  Dimension Library

    In the Dimension Library, I have a Scenario which has two members (B and C) which roll up to a parent member (A). Unlike the other types of dimensions, I am unable set the Aggregation as the properties (Aggregation for Plan 1, Aggregation for Plan 2, Aggregation for Plan 3) are not available under the Planning category.
    If I view the outline in EAS, I am able to modify the aggregation for the A and B members directly but I'm unsure as to what impact this would have on the planning application.
    Any ideas why the properties aren't available? The BPMA Administrators guide seems to suggest I should be able to do this.
    Can I go ahead and modify the members direct in EAS?
    Cheers.

    I did take a look at the custom dimension and it's members with their storage properties both in DEV and PROD and there were NO Dynamic/Label Only members. Checked the relational database as well and it too showed that there were no members with Dynamic/Label Only storage properties in the custom dimension.
    To my surprise this morning, when I checked the numbers in EAS the two columns had the same numbers. It looks like its fixed now as the IMPLIED_SHARE setting took effect and both the "Members in Dimension" = "Members Stored".
    I noticed that the server team had stopped and started all the server again yesterday night sometime in DEV so maybe that's when the setting actually took affect and for some reason it didnt take affect the first time they restarted the servers Or maybe because I refreshed the database again from workspace this morning. I am not sure which one fixed it.
    Thanks Celvin for your time and inputs.
    - Krrish.
    Edited by: Krrish on Apr 25, 2013 9:39 AM

  • Looking for BPC user contacts with large numbers of dimension members

    I would like to make contact with other BPC users that have multiple dimensions with dimension members in excess of 10K.
    Thanks,
    Cary Schulz
    Newfield Exploration
    281-674-2004

    Hi Helene,
    With 3,000 members you should not be experiencing these problems, if your report is designed properly.
    I'm running BPC 5.1 SP8 on SQL 2005, with a dimension containing 22,000 members. Client PC's are typical (XP, Excel 2007, 1 or 2 gig RAM).
    Using EVDRE and this dimension expanding on the rows, most reports & input schedules can expand & refresh in the range of 10 to 30 seconds.
    The faster times are when I use a row expansion memberset using dimension properties, such as Active="X". The slower times are when the memberset is hierarchy-based, such as BAS.
    If you're using a dynamic template (one using EVEXP for the expansion) then you should start over using EVDRE. It will be much faster, particularly if you optimize your row expansion.
    It's often a good idea to add dimension properties specifically for the purpose of optimizing the report expansion, if the dimension has thousands of members. I sometimes go as far as to add properties which mimic the hierarchy (MyLevel2, MyLevel3, etc) just for this purpose.

  • Display aggregate total for multiple members of a dimension.

    When multiple members of a dimension are selected in a row or column in Financial Reporting tool, it tends to display the result in multiple rows or columns. Is it possible to display the aggregate value of all the members and not display the individual details. I have tried the Auto Calculation which shows the "Total" but also shows the Individual members that were selected in multiple rows or columns. Any suggestions would be great.
    Ajay.

    Brian, I will post all my future questions in the Reporting Forum as you suggested. Coming back to my question, I do not want to display all the Individual members that I had selected in the report. I only need the aggregate value (Custom Totals) of all the Dimension members together.
    eg: If I choose the following account members in one row (Salaries, Bonus, Advertising), I do not want to display the individual line items for the three members, I only need one row called "Expenses" that has the aggregate value for the three members. Essbase by default (even if I don't select "place selections in separate columns" ) will put the members in separate rows or columns.
    Thanks.

  • How to Combine 2  dimensions in ASO cube for Reporting

    Hello,
    We have several OBIEE reports being extracted out of ASO Essbase cube through the RDP Layer.
    The requirement by a new report is to Combine two dimension in the Underlying ASO cube.
    The following two dimension needs to be combined into one, using MDX intersection
    PRODUCT
      - OIL
      - GAS
    REGION
      - APAC
      - AMEA
    Combined Dimension
       - OIL_APAC   [MDX]
       - GAS_APAC [ MDX]
    Can you please help me the MDX syntax for acheiving the above
    Cheers
    MS

    Hi,
    Thank you for sharing this with us, and it will help others who have met with this issue.
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • How to check for a large cube (100K or more dimension members)

    Hi Experts,
    We have a customer with trouble returning large data sets.  How can I check for a large cube (100K or more dimension members) on BI7?
    Is there a tuning parameter in BW to increase the result buffer?
    Thanks!
    Sapna

    You can do a count of the n° of entries in the dimension tables.
    But that's a pain in the ***.
    You might consider running program SAP_INFOCUBE_DESIGNS.
    This program gives a list of all infocubes with a ratio between the dimensions and fact table.
    So you can see if a cube is well-designed or not.

  • Validation table for region/sales district/postal code combination

    Hi Folks,
    Is there any validation table for region/sales district/postal code combination? As I am looking for some standard functionality where a user if puts a wrong zip code/ postal code for a specifc city or country while creation of customer master then system should not allow and throws any kind of error or warning message.
    Please let me know if there is somethiong like this.
    I have some failt idea that we have something in standard SAP where we get a pop warning where postal code-country and postal code-city combination does not exist.
    Please let me know the transcation code and table name for that.
    Thanks and cheers,
    Sandy

    Hello,
    I'm not aware of any settings for this which include sales district.  For the rest a few spots to look at:
    -SAP NetWeaver>General Settings-->Set Country-Specific Checks (some controls for postal code per country)
    -SAP NetWeaver>General Settings-->Set Country-Insert Regions (country to region ties)
    ---Flexible Real Estate Management >Address Management>Regional Structure/City File-->Cities (have not worked with this area but you'll see several nodes for dealing with cities here).
    Hope this helps.

  • Combination for Assignment and Validation

    Hello Experts
    I am looking for some insights on particular assignment-
    Condition: In my MDM box if I have a field calles S field (source field)  and a look up field L field - here both represent for the same master data object .
    suppose from some front end if user putting "valid" data for S field then respective "valid" data should be assign to L .
    Here can I make a combo for validation as in the "Valid" Data for S.  I think for that separate Validation needed. and directly I cannot call this validation into Assigment.
    Can somebody put more light..as in how the formula should be.
    TIA
    Deep

    Hi Deepak,
    if my source system ID is "X" then it should assign MDM id "Y" . here both are legal set of values and I dont want them to hardcode. See, i don't see any harm in writing values as hardcode if this solves your concern, Like i suggested in above workflow branch step (Condition). You can write following expression in Validation
    Status ID = "X"
    So when this validation pass, it will go to Assign step where assign step have expression as Y and then move to step stop1. If status ID is different than "X" it will not pass (means fail) thus should move to step stop2 without Assign step.
    as in future it may change. Ideally it should not change even if it changes then before reaching this file in MDM, you can also handle this thing in PI/XI (Msg Mapping) So as such it will not impact your MDM system.
    Also, if you don't want to handle this thing in PI, changing Expression in MDM does not take more than 1 minute to rectify it.
    Regards,
    Mandeep Saini

  • Deploying app.view in BPMA does not add dimensions/members to application

    Hello,
    I've searched the forum for a solution to this problem, but I couldn't find any.
    Problem:
    I'm working on Hyperion Planning 9.3.1.0.66, EPMA version is 9.3.1.0.0.73, Workspace version is 9.3.1.0.0.248. I've created a classic application that was later upgraded. Now, I need to make some changes to dimensions (add some generic dimensions) and add some members to an existing dimension. Everthing is set in workspace and added to the application view. Validation of the application view is successful, so is the deployment (both create outline and refresh outline were tested, in all combinations), however when I open the application, or verify the outline in Essbase, there is no changes in the outline (no new dimensions/dimension members added, etc.)
    Does anyone know the reason for such application behaviour?
    Is there any solution/fix to solve the problem?
    Best regards
    Marcin Stawny

    Hi,
    I would definitely recommend patching EPMA and Planning to the latest patches, many issues have been addressed with EPMA and it is should always be the first steps if you have issues.
    You can download the following patches from Metalink3
    8211868 - System 9 Release 9.3.1.1.10 Service Fix
    7305465 - EPMA 9.3.1.1.5 Service Fix
    7272558 - EPMA 9.3.1.1.4 Service Fix
    7209507 - EPMA 9.3.1.1.3 Service Fix
    7161248 - EPMA 9.3.1.1.2 Service Fix
    7227802 - EPMA 9.3.1.1 Service Pack
    7110941 - EPMA 9.3.1.1.1 Service Fix
    They include readmes instructing on how to patch.
    This maybe related to your issue which was fixed in patch 9.3.1.1.6
    7117173 - You cannot incrementally deploy Oracle’s Enterprise Performance Management Architect (EPMA) applications to Planning.     
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Drop down in the Input Schedule for Dimension

    Hi Friends
    In my input schedule, for the Dimension Entity ( I have 13 entities which i am presently chossing from Current View), i want to put separate Tab for each entity in my input schedule. So that instead of chossing from the current view, they will choose the TAB in the input Schedule.
    And also, for another dimension members, i need to have a drop down ( as we do in excel validation). So instead of choosing the current view for that dimension, user will choose from the drop down from the excel sheet.
    Looking forward to your suggestion .
    Thanks
    Viv

    Hi Shoba
    Thanks for your reply.
    See if we can use EVMBR function, which will Pop up the screen same as when we click the CV only thing is that the Current View will not change.
    We can also use EVCVW is a particular cell same as the way EVMBR, but when we use this EVCVW, the Currrent View will also change fine
    Exactly i am looking for a option where in a particular Input Schedule Cell, there will be a drop down as we do in normal excel validation, .
    My Input Schedule is dynamic in Rows, which reflect the Material.
    I am trying the EVLST, but efforts are in vain.
    Looking forward
    Reg
    Viv

Maybe you are looking for

  • Unable to load the necessary SQL connectivity library

    I am installing an older (non-Microsoft) program (32bit) that manages mail online and it requires an access to SQL Server to create database to complete installation. I am installing it on Windows Server 2003 standard. This program I am installing re

  • How can I tell if my OS is 32 bit or 64 bit?

    Where do you go to find this out? I am running Windows 8.1 on a new Dell computer (just purchased) with i5

  • How to install Windows 7 on 3 new Macs?

    Hi. I have three Macs I want to install Windows 7 Home Premium on. Never had Windows install on any of these Macs. This will be the first time. Which Windows 7 do I purchase? 1. Home Premium Family Pack Upgrade 2. Home Premium single use The reason w

  • Text boxes are not interactive until the PDf is downloaded

    So, what I am trying to do is send PDF files to clients and have them type there name in a text box, but when I send the email and they view the PDF file the text box is non interactive, the text box only becomes interactive after they download the P

  • Carl's Auto Updating Report example with Apex 3.0

    Hi, I'm try to develop a page very similar to Carls' "Auto Updating Report" page and been very new to Apex I find it very hard to work out all the things I need to do from the example pages. Is there anywhere I can download a sample application so I