SSM KPI weighted consolidation

Hello,
I am using SSM 10.1 and I want to create a measure (mea3) from another measure (mea1) with consolidation among dimensions weighted by other measure (mea2).
The value of mea3 must calculated using the following formula
mea3 = mea1 * mea2 / sum(mea2)
where sum(mea2) is the total value for all the dimensions of mea2
e.g.
dimension Company
          COMP1          COMP2          COMP3
mea1     10               10                   10
mea2     20               30                   50
mea3     2                 3                     5  
I tired to modify the CONSOLINFO document in order to call a custom made procedure but I am not pretty sure about how to do it.
Kind regards

For a single dimension (e.g. LOCATION)
sel LOCATION *
set mea3 nocon
set mea1 nocon
set mea2 nocon
calc mea3 = mea1 * mea2 / mea2 in COMPANY TOTAL_COMPANY full
I have not done this for multiple dimensions so you'll need to experiment with the syntax. I would guess something like.
calc mea3 = mea1 * mea2 / mea2 in COMPANY TOTAL_COMPANY GEOGRAPHY TOTAL_GEOGRAPHY full

Similar Messages

  • Reg:SSM KPI Drill Down (Once Click KPI need to display relevant measures)

    Dear Friends
    I have the enclosed requirement. Pl. suggest proper solution.
    When we drill down need to display the calculated measures of respective KPI.
    Here same KPI has different measures in drill down.
    Does we need to have different KPIs or can we have different measures for single KPI as per dimension member
    Pl. suggest
    Rgds
    SriG

    Sri,
    Are you saying that you have a KPI that has 2 dimensions but the 2 dimensions have completely different metric calculations so that the component metrics that that are combined to make your DIMM1 have no influence on you DIMM2?
    If this is the case then I think you would need 2 separate KPIs which would have different structures.
    There is no problem combining multiple metrics together to create a KPI and even incorporating calculations into that combination.
    To use an example from the insurance world: Combined Operating Ratio is derived by combining net claims, net commissions and net expenses, each of which is derived from multiple data elements and each of these metrics can be dimensioned by for example product, channel, region.
    Regards
    Colin

  • SSM KPI Security:Restricting the measures to Users

    Hi
    I want to restrict only few KPIS(measures) to be accessed by a particular user. I was able to restrict only 22 measures(4 KPIs), beyond which i get an error.But this user should be able to access 20 KPIs(20*5 measures).  The syntax that i used:
    INDEX USER
         CASE USER1
              SELECT VARIABLES KPI59_ACT,KPI59_TAR,KPI59_TRD,KPI59_TARDEV,KPI59_TRDDEV,KPI20_ACT,KPI20_TAR,KPI20_TRD,KPI20_TARDEV,KPI20_TRDDEV,KPI58_ACT,KPI58_TAR,KPI58_TRD,KPI58_TARDEV,KPI58_TRDDEV,KPI57_ACT,KPI57_TAR,KPI57_TRD,KPI57_TARDEV,KPI57_TRDDEV,KPI2_ACT,KPI2_TAR,KPI2_TRD,KPI2_TARDEV,KPI2_TRDDEV
    ENDINDEX
    1. Is there any way that i can restrict the access to 20 KPIs (20*5 measures)?
    I also tried the following syntax but of no avail:
    For example here i tried restricting access to 3 KPIs(each of which has 5 measures:Tar,Act,Trend,Gap Performance,score)
    SELECT VARIABLES KPI1_* , KPI21_* , KPI33_*
    2. Is there a limit on the number of characters used in the select statement because of which only few measures were included in my case?

    Hello!
    I would suggest in these cases to use the folowing syntax:
    INDEX USER
    CASE USER1
    SELECT VAR KPI59*
    SELECT VAR PLUS KPI20*
    SELECT VAR PLUS KPI58*
    SELECT VAR PLUS KPI57*
    ENDINDEX
    When you are trying to just exclude one (or even just a few) measure(s), it will be more effective to type it like this:
    INDEX USER
    CASE USER1
    SELECT VAR *
    SELECT VAR MINUS KPI20*
    SELECT VAR MINUS KPI58*
    ENDINDEX
    After creating the SECURITY procedure, run it with
    job SECURITY
    command in IDQL command line. You will then be able to see right away if and where any syntax error occurs.
    Hope this helps!
    BR,
    Ricardo Vieira

  • Hide Null Value in Drill Down KPI

    Dear Sir,
    I have Problem : i want to Hide the Null Value in SSM KPI. This is the link picture ( http://tinypic.com/r/aak9r6/5 ).
    Thanks for your answer.

    Por,
    Can't remember if you are on 7.5 or 10. On 7.5 , go to Administrator interface Scorecards > Set Scorecard Defaults > select the Context from the picklist and in the middle of the page KPIs - Set Missing or Null Data. The default is Display KPI, hide indicators, but you can also choose Hide KPI.
    In SSM 10 this same function is under Context Management > Scorecard Defaults. Contexts are listed in box instead of picklist.
    Regards,
    Bob

  • SSM - Doing a Weighted Average in Time Series Consolidation

    Hi,
    We have a requirement wherein the Yearly/ YTD View of a scorecard has to be a weighted average of the Quarterly Values.
    Please let me know if there is any way to implement this while doing a time series consolidation.
    Thanks,
    Peeyush

    Hi Peeyush,
    You can use the following standard methods for time consolidation:
    SUM,
    FIRST DATA VALUE,
    LAST DATA VALUE,
    INCLUSIVE AVERAGE,
    EXCLUSIVE AVERAGE,
    WEIGHTED ON ANOTHER MEASURE
    The command in IDQL to set the time consolidation for a measure  to WEIGHTED is the FOLLOWING:
    SET VAR kpi1 WEIGHTED kpi2
    You can also use the Measure Properties dialog box (in the tab 'Numeric') to set this property. You may need to first issue the command SET SHORT in IDQL in order to correctly choose a variable selected from the dropdown list.
    If the measure kpi1 is monthly, for example, then the quarterly and yearly values will now display as weighted average with kpi2.
    Hope this helps!
    Best regards!
    Ricardo

  • Can a target value for KPI calculation be loaded at the Result level in SSM

    Hello
    we are working on a POC where we are loading data at the input level of a dimension for a measure. that measure is averaged up to the result level passing through 1 output level.
    Now my problem is that we can load the target data using Entry and Approval at the same level as we load the actual data i.e at the input level. But our requirement is that the client needs to load the target values at the result level but not at the input level.. how can this be done ?
    Vijay
    Edited by: vijay kumar on Mar 20, 2009 7:20 AM

    Hi Vijay,
    If you are using the BICA to define your KPIs, you can create there Actual and Target Measures with different Dimension Consolidation options. In order to be able to also load data at the output or result level, you can choose from the dropdown the option "ENTER" as the Dimension Consolidation option for the target measure you are creating.
    But if you are using the Cube Builder to create your KPIs, then unfortunately it isn't possible to define different Dimension Consolidation options for the Actual and Target measures of one KPI. In this case, and in the case you are creating your measures directly in PAS, you have to edit the CONSOLINFO document in the PAS model in order to allow for the entering of data in E&A at the output/result level.
    You can set this option by locating your measure in that document and replacing the string "INPUT", at the end of that line, with "ALL". If no line exists yet for your measure (which will happen if you created the measure directly in PAS), then you will need to add it, as in the following example:
    EXAMPLE_MEASURE_ACT,consvar_pmdb.pro,INPUT
    ...in case the actual measure should be consolidated as SUM
    EXAMPLE_MEASURE_ACT,calcavg_pmdb.pro,INPUT
    ...in case the actual measure should be consolidated as AVERAGE
    EXAMPLE_MEASURE_TAR,NONE,ALL
    ...in order not to consolidate the target measure and allow E&A to plan on all levels of its dimensions
    Hope this helps!
    Best regards,
    Ricardo

  • SSM 10.1 - Attributes X KPI

    Hi SSM 10.1 Experts,
    for people who have worked with this SSM 10.1 version, I want to ask you if is there any restriction about creating
    attributes for KPI, the client requirement is that each KPI must contain a lot of details, I got another question about
    if it's possible to create new measure units as a detail of a KPI.
    Thanks a lot.

    Ingrid
    What do you mean attributes for KPI?
    How much of the information you populate will determine how far you have progressed. For example you just create a shell of a KPI that you hold in the Library and not pull into any Context. The point of this would be to create a Placeholder so you know what you have to complete at some later stage. .
    To be included in a Context you would need to attach it to metrics in the relevant PAS model using the drop downs on the KPI form but these could be Placeholder metrics if the 'real' metrics were not available.
    You could then add further information as it becomes available or as you progress.
    Regards
    Colin Cooper

  • How to transport  KPI, Initiative, milestone,...from SSM2007 into SSM 7.5

    Dear all,
    My current system is SSM version 2007, it doesn't have Netweaver CE installed.
    So, I want to know how can we transport our existing Context, Perspective, Objective, KPI, Initiative, milestone...?
    from the old version 2007 into version 7.5 that i just installed.
    In SSM version 7.5 we use transport tool, but in SSM version 2007 i really don't know how.
    thanks, if any answers

    Hi Chamnap,
    Because the metadata in SSM 2007 was in a file structured database (SQLite) and the metadata in newer versions are in other structures (SQL Server, Oracle, etc) with different formats, limits, etc. you won't be able to migrate all the information yourself from one version to the other one, instead you need SAP Support to migrate them for you.
    There are some steps on how to do this in the migration guide.
    I hope this helps.
    Hector

  • Average Consolidation in SSM 7.5

    Hello SM friends,
    I got a question and hope you guys can help me.
    How do I consolidate a dimensional data in PAS, but I want the average of its members and not the sum.
    The target of the kpi, for each member in the dimensional data is adding (default), and thatu2019s not correct, anyone has deal with these before?
    Cheers
    Fred

    Behind the measure (e.g. KPI001_ACT) you need two supporting measures. Let us suppose KPI001_ACT is dollars per hour. First create two new measures;
    KPI001_Dollars
    KPI001_Hours
    niether of these are KPIs.
    Load data to each
    Consolidate each.
    Now you have two options.
    First you can define KPI001_ACT as a virtual variable with a formula of KPI001_Hours / KPI001_Dollars
    Alternatively you can write a PAS procedure to do the calculation of KPI001_Act as a batch process at the end of your data load.
    This is a common requirment and we do it on most cubes we build.

  • SSM 7 - How to create more than 100 standard KPIs on admin interface?

    Good day all,
    Has anybody successfully increased the the number of standard kpis that can be created in the Admin inteface to greater than 100 standard kpis?
    I have followed the instructions on page 39 of  the 'Server configuration guide for SAP Strategy Management for sp 2 or higher' pdf to modify the
    kpi limits but I still get a popup on the Admin interface telling me that only 100 standard kpis can be created when I try to add the 101th kpi.
    btw the procedure in the pdf mentioned above refers to changing the scorecard.pro file but in this file the wording for a kpi i.e.
    '&$KP99PARAM0STD' is not the found but the wording "P" is use instead of "PARAM". In the file jscorecard.pro the wording "PARAM" is used.
    I have adding 100 extra parameters to these files. But I still get the restrictions of only creating 100 kpis as mentioned above.
    Please assist in this matter.
    Thanks in advance,
    T

    Hi Taariq,
    In the same server config guide, please check the section about Modifying the Objective Limits. The parameter you have to change here will influence both the Objective and KPI limits. Unfortunately this is not stated in that document yet...
    So in addition to the steps you have already implemented, try changing this property!
    Best regards,
    Ricardo Vieira

  • SSM 7.0 - Schedule status calculation of initiatives

    Hi,
    Does anybody know how SSM calculate the schedule status of initiatives?
    For example:
    - 1 initiative (I1) with "Rule based on status" with 2 milestones (M1 and M2).
    - M1 finished before target end date, completion = 100% and importance = high.
    - M2 is delayed, completion = 50% and importance = low.
    Status (traffic lights) obtained are:
    - I1 = red.
    - M1 = green.
    - M2 = red.
    M2 has a low importance. M1 (high) is much more important that M2, but the I1 is red.
    I would like to know which elements SSM take into account in order to calculate the schedule status of the initiative and what is the calculation.
    Does SSM consider percent completion, importance and dates of M1 and M2?
    Are there any rules?
    How SSM weights these elements to calculate the schedule status result?
    Kind regards,
    Santiago

    Santiago,
    Unlike KPIs, Initiatives don't have any calculation functionality. The status of an Initiative is straight-based off the schedule. If one part is behind on the schedule, the whole Initiative's status is behind.
    Part of the reason for using Comments, associated with the Initiative, is to be able to provide an explanation or insight. That way, the comments would explain that, using your example, that the important first milestone was completed ahead of schedule, though the second milestone, which doesn't share the same importance, has experienced a delay.
    You also have the option of manually determining the status of an Initiative and could take into account those calculations and score it yourself.
    Regards,
    Bob

  • Blueprint document for SSM

    Dear Gurus,
    Could you please share the template of SSM implementation blueprint document.
    contact arif.qurishiATgmailDOTcom
    I will be thankful to you.
    Regards
    Arif

    Dear Bob,
    Thanks for reply.
    I belive ,I don't need to explain what a blue print document contain , for any SAP Module implementation ( FI ,CO,SD etc) , we have to prepare a document to mention what we understand from the customer requirement in SAP terms ( including gap analysis),  in simple word blue print for module implementation.
    I am looking for a template which has following segamnets
    Model input , out put results , consolidation rules ,
    Act ,Tar , Virtual variables corosponding to each KPI to be implementaed.
    User interface input , Entry approval input ( workflow) , authorization level.......... etc
    A Blank template  , based on I can create my implementation blueprint document.
    "Just a reminder, that sometimes these items have a cost associated with them" , I am OK with thatr if it suites my requirement , lets discusses over personal communication channel.
    Regards
    Arif

  • Replacimg performance Manager with SSM(SAP Strategy management)

    Hi,
    Can any body tell me  how to migrate all the scorecards, KPIs  based on Performance Manager to SAP Strategy Management. Is there is a tool for that in SSM if not should those be rebuilt in SSM from the scratch.
    how do we replicate everything fromPM to  SSM
    From the developer perspective what will their tasks.
    Edited by: chrisbaker1999 on Jun 16, 2011 1:01 PM

    Chris,
    What the External Data Loader does is to allow you to transfer your scorecard structure from Performance Manager to Strategy Management. What you are importing is the structure of Contexts, Perspectives, Objectives and KPI aspects. It allows you to put all of these in the loader, verify the structure in the loader, and then using Transport to bring into SSM.
    There are additional definitions and settings that SSM requires that will have to be added after you Transport the loader's data.
    You will still have to build PAS models separately, because the External Data Loader does not build models.
    The Transporter tool in SSM allows you to export (and then import) your scorecard metadata from DEV to PROD. Moving between systems is a two-step process, and Transporter is step one. PAS is separate (step two) and you make a dump of the model in your DEV system, take that dump file from the Home directory in DEV and move it to the Home directory in PROD. In the PROD system you create a new PAS model frame and then load that dump into the new framework.
    Each SAP customer has a super-administrator that can add users to the SAP Service Marketplace. Find out who your super-admin is and get yourself added to allow you access to those areas on Service Marketplace.
    Regards,
    Bob

  • Information about SAP Strategy Management (SAP SSM )

    Can someone tell me where I can find the modul "SAP Strategy Management 2007" or where I can order it? Is it a standalone solution or is it part of a package, maybe of the CPM? I couldn't find it in the catalog.
    Thank you in advance...
    Rob

    Rob,
    As Jean pointed out SAP Strategy Management (SSM) 7.0 has just been released for Ramp-Up.
    SSM 7.0 is integrated tightly to Netweaver. This can be a stand-alone product, and it is also designed to work in the larger Financial Performance Management suite, that would include BPC (Budgeting, Planning, & Consolidation) and PCM (Profitability and Cost Management).
    I was not sure what you meant by ordering the SSM product. You can contact your account executive if by ordering you meant purchasing.
    Since the product just entered Ramp-Up, even partners or consultants would have to be part of the Ramp-Up process to gain access to SSM 7.0.
    With integration to Netweaver, I strongly suggest that you consider SSM 7.0 if you are looking for strategy management.
    Thanks for your interest!
    Bob

  • Multiple KPI for the same Initative or Perspective

    Hi all,
         Here we are facing a problem with a customer BSC model that we need to adapt to SAP SSM
       The customer has the following  BSC structure ":
       1)  Multiple KPIs for ONE Perspective ( in SSM the maximum that we have it is a Perpective related to one KPI )
       2)  Multiple KPIs for an Objective ( Ok, SSM  is OKJ in this point )
       3)  Multiple KPIs for an Initiative ( in this customer they use a Initiative as a lower level of the Objective )
           ( in SSM a Initiative is associated only with one KPI if necessary )
       As we can see the itens 1 and 3 I see a limitation to adopt in SSM cause SSM  does not provide a n for n relationship ( Multiple KPIs for One Perspective and
         Multiples KPIs for a same Initiative )
       Does somebody knows how can I solve this kind of SAP SSM tool limitation ?
       Regards,
          Alfred

    Alfred,
    Index KPIs is going to be the solution for each of these questions.
    1) Multiple KPIs for ONE Perspective ( in SSM the maximum that we have it is a Perpective related to one KPI )
    SSM is set up in a hierarchical structure, so that the assumption is that KPIs drive Objectives and Objectives drive the status of the Perspectives. If you have multiple KPIs that are going to drive the status of a Perspective, you would have to create an INDEX KPI in Set KPIs. Then you can assign that KPI as the status driver for your Perspective.
    2) Multiple KPIs for an Objective ( Ok, SSM is OKJ in this point )
    Index KPIs need to be created.
    3) Multiple KPIs for an Initiative ( in this customer they use a Initiative as a lower level of the Objective )
    Initiatives are set to be tied to Perspectives and Objectives and you have the option of setting a Status for that Initiative based on a KPI. Again, you can create an Index KPI if you need multiple KPIs to drive the status of an Initiative
    The reason that you have to create these in Set KPIs and then assign that Index KPI to Perspectives and Initiatives is that you need to use that Set KPIs area to set and define the relationships and relative values of the combined KPIs.
    Regards,
    Bob

Maybe you are looking for

  • Drill Through in BPC 10

    Hi, For setting up the drill through to Bex query in BPC 10, I can see 2 tabs , one for "Query String" and other for "Fragment". What is the use  of "Fragment" tab. I could not find any information in the help document. regards Kiran

  • F13 will not allow me to load

    when I [only user, admin] try to run setup file, it fails [returns to fild location immediately]. When I switch to "admin" it refuses bec. the password is blank. When I create an admin pswd, prog says it's wrong, blocks me. This is a new cptr, but af

  • Oracle 11g dg4odbc OpenLink postgres odbc driver for Linux... Integer issue

    We were using scuccessfully the openlink driver for postgres odbc driver to connect oracle and postgres in solaris and oracle 10g hsodbc we are migrating to Linux Oracle 11g and installed linux psotgres odbc driver and configured oracle 11g dg4odbc g

  • Connect lexmark prospect pro 205

    I have Toshiba Satellite L1875.  I'm trying to connect my Lexmark Prospect Pro 205 printer to wireless and have security key but unable to connect.  I have tried the IP address in the browser but did no see get a popup box for password.  What do I do

  • Query Re: 'Show Clipping for Black/White Points'

    Good morning. Please can anyone help me with a query. I have recently come across the 'Show Clipping for Black/White Points' in Levels and Curves and it's driving me mad! Until recently, I have always opened raw images in Camera Raw or Lightroom, che