Balanced Scorecard : Reversal of sign before showing value

hi Experts,
We want to multiply measure value coming from query by -1 before displaying in the scorecard. So in the attribute tab of measure definition for that measure for planning attribute in Reverse +/- signs we have put -1 as in F1 help its given as ( Reverse +/- signs Determines whether the plus/minus sign should be reversed or not. Enter 1 if the sign should not be reversed; enter -1, if the sign should be reversed. ).
After that we have buffered the scorecard for that measured but no change took place.
Please guide us how to achieve this requirement.
Thanks in advance.
Regards,
Somenath

U  can use Formula like
M1*(-1).
Assign this formula while assigning the Measure to value field in  Balanced Scorecard with value as Measure.

Similar Messages

  • Is there a BAPI function module which reverses the sign of an integer

    Hi Friends,
                     Could u plz tell me  a BAPI function module which can reverse the
    sign of an integer ?
    For example:       
    if i get the integer value in work area as <number> <sign> , i need to change it to <sign><number>. 
    i.e if i get the integer value in work area as    "248-" ("-" indicates minus sign) to " -248 ".
    i.e if i get the sign after the value , my requirement is to get the sign before the value.
    The actual ABAP query is:
    data: QTY_1 TYPE CHAR10,
            QTY_2  TYPE CHAR10,
            WA_DISTK_PORTLET-QUANTITY TYPE INT4.
    QTY_1 = WA_DISTK_PORTLET-QUANTITY.
                    SEARCH QTY_1 FOR '-'.
            IF SY-SUBRC = 0 AND SY-FDPOS <> 0.
              SPLIT  QTY_1 AT '-' INTO  QTY_1 QTY_2.
              CONDENSE  QTY_1.
              CONCATENATE '-'  QTY_1  INTO QTY_1.
              CONDENSE  QTY_1.
            ELSE.
              CONDENSE  QTY_1.
            ENDIF.
            CLEAR: WA_DISTK_PORTLET-QUANTITY.
         MOVE : QTY_1 TO  WA_DISTK_PORTLET-QUANTITY.
    when i move this QTY_1 to work area  quantity field The sign is coming after the numeric value.
    Note: There is no possibility to change the datatype of quantity field.
    I have tried my level best with 'CLOI_PUT_SIGN_IN_FRONT' function module.
    I will assign full points to the correct function module.

    Hi Ram,
    try this ang look into fields.
    data: fields type table of SVAL with header line.
    fields-tabname = 'MARA'. fields-fieldname = 'MATNR'. append fields.
    fields-tabname = 'BKPF'. fields-fieldname = 'BUDAT'. append fields.
    CALL FUNCTION 'POPUP_GET_VALUES'
      EXPORTING
        POPUP_TITLE           = 'Value Insert'
      TABLES
        FIELDS                = fields.
    Regards, Dieter

  • Balancing Segment Value set Does't show values and Giving error Page.

    In R12,LOV of Balancing segment, doesn't show values and giving error page while creating Retained Earnings Account in Ledger Options Page.
    If once the ledger options finished, and it gets the status completed, can't we modify the Ledger options in future.
    By mistake we finished. can i delete Primary ledger from Accounting stucture?
    Thanks in advance,
    VRC Murthy

    Turn on the dynamic insert for your chart of account structure.
    Make sure you have at least one value in each of the value value set attached to COA segments. Make sure retained earning account value exists in your Account value set.
    Now you will be able to pick your retained earnings account in Accounting Setups screen.
    After completing your ledger setup you will be able to modify some options like suspense account, reversal set, future enterable periods etc.
    I have explained the GL setup in detail in my online training videos at http://handsonerp.com
    Regards
    Edited by: user2648997 on Nov 13, 2009 11:50 AM

  • How to show $ sign alongwith the value in message styled text field.

    Hi,
    How to show $ sign alongwith the value in message styled text field.
    The value is coming from the table column in VO.
    I am working on OAF R12.

    Hi,
    Resolved.
    I used the below code in CO for the solution.
    Formatter currencyFormatter = new OADecimalValidater("$#,##0.00;($#,##0.00)",
    "$#,##0.00;($#,##0.00)");
    OAMessageStyledTextBean msrpField = (OAMessageStyledTextBean)webBean.findChildRecursive("MSRP11");
    msrpField.setAttributeValue(ON_SUBMIT_VALIDATER_ATTR, currencyFormatter);

  • Adobe form not showing negative sign before amount

    Hi Experts,
    We are having a strange problem. Our developers displaying
    negative
    amount in my adobe output. Its working fine in our development
    system.
    But for the similar set of data in testing system, negative sign before
    the amount is not coming. The same adobe form, layout and print
    program
    is there in both development and test environment systems. Please
    help.
    Thanks,
    Sunny

    Hi Sunny ,
    Check with the development team .. The field attribute while display types which you can restrict in the adobe form layout settings.
    I am pretty sure this  will help you and revert back if you have any questions in this regard.
    Thanks ,
    Gowrisankar

  • Reversal of +/- sign in report painter

    Hi everyone,
    I have created an EC-PCA report using Report Painter. There are the usual coloumns Actual Data, Plan Data,
    Absolute Deviation and Deviation as a percentage of plan data. In the upper part of the report rows the revenue elements are
    displayed, while the cost elements are displayed below them. Since the users didn't like the revenue accounts being displayed
    with a negative sign (standard), I activated the reversal of the sign for the revenue part of the rows. But this reversal
    does not have any effect on the values in the coloumns showing the relative deviation, i.e. they have the wrong sign.
    Is there a possibility to reverse the values in the cells defined by the rows with revenue accounts and the coloumn
    of relative deviation, but leaving the values in the rows with costing accounts unaffected?
    Thanx,
    Fred

    Yes, but that would also reverse the sign folr the rows containing the cost elements, which should be unchanged.
    Meanwhile I have found the solution. The formula for the coloumn "Variance in %" - formerly: (( X002 - X003 ) / X003 ) * 100 - must be changed as follows: (( X002 - X003 ) / ABS (X003) ) * 100.
    Regards,
    Fred

  • OCM, the Balanced Scorecard, and Fostering Collaboration

    Many organizations try to implement a management methodology, like the Balanced Scorecard, in order to improve performance and meet the shifting needs of the marketplace.
    When developing a scorecard, the organization identifies what it believes are the key performance indicators that are driving the business. And while it is easy enough to formulate a plan with shared goals and teamwork, realizing and executing on that plan can be more challenging.
    During every step of this process, from communicating the goals, to identifying KPIs, to executing on the strategy, requires attention to change management.
    How does an organization move toward a unified set of objectives when that means getting collaboration between departments and functions that typically compete for attention, turf, and resources?
    Do you have any examples of how Organizational Change Management was effectively used to better the cooperation and interaction between departments? Were there any good lessons learned?
    Bob

    Hi Bob,
    We have used the "Portfolio" approach effectively to address the competing needs of various departmernts,functions.
    A portfolio of the plans / initiatives under progress with the details in terms of money,Time etc is drawn and discussed in the workshop of the stake holders.The dependencies are also identified and discussed in detail.This is signed-off.
    Based on the above it is easy to draw a heat map in terms of sensitivity and significance.This largely helps in bringing under control the competing departments etc.
    If still the problem exists or in case of a tie,we can apply other constraints like money-cost of capital-,pay back period,skill set requirement, higher ROI relevant to a particular plan etc.
    If we apply the yard stick logically in terms of the "value creation",the job of change management  is half done.
    In practice i have seen the delayed execution of the plans,the quality problems,the delayed collection of cash,bad relationship with the client really upset our plan.There should be a good governance in these areas.In a portfolio of "Resource constrained projects" the above will have a telling effect.
    Lesson learned:
    The Managers who fight for priority on logical reasoning in fact do good to the firm.They bring in the scenarios -often real time-and potray the effect.On the other hand the pliable Managers accept to every thing resulting in to missed oppurtunities, abnormal idleness in terms of idle time,idle resources,thus allow changes to happen at a very high price.In the process they inflict an irreversible damage.
    Often the "good will" considerations prevail,meaning,even if the project is ranked last in the portfolio,if the customer is powerful or is potentially important from a future point of view,then these low ranked projects pierce thro' the filter at the cost of the  "good ones" to the detriment of the organization.The significant side effect is,the performing departments get demoralized,frustrated with the poor allocation of the resources,delay etc.This sets a domino,which may threaten the very "business continuity".Resource buffering is essential to counter these.
    In Change Management "For every Prize,there is a Price".This has to be examined from the value perspective.otherwise we are lost.
    My 0.1%.
    Reagrds.
    Ramesh
    Edited by: Ramesh Ramaswamy on Jul 28, 2008 1:49 PM

  • Flash 2D Bar CHarts suddenly showing Values

    Hi,
    We have just upgraded to Version 3.1.2 and we have seen a strange change in our Flash Horizontal 2D Column (percent) charts.
    The charts used to work fine but now we see Value Text being displayed over the bars. I cannot find anyway of removing these values from display.
    We have a Series 1 simple query that counts the number of items where signed_flag = 'Y' and the number of items where signed_flag = 'N'. This therefore shows two stacked bars that total 100%. Everything was fine, but now the charts are showing the text 'Singed Off, 25%' and 'Not Signed Off, 75%' over the bars (and over the labels).
    I cannot find a way to hide this text. If I open the Chart Attributes and look at the Display Settings the 'Show Values' check box is empty but grayed out. I cannot change this. I have also tried changing the font settings for every available item and this has no affect either - the text is displayed in the same size/colour etc. whatever I do.
    Can anyone help? Is this a 3.1.2 bug or has something changed at macromedia?
    All assistance is gratefully received.
    Martin

    Hi Martin,
    Thanks for posting the metalink number. For others that run into the same issue here's MetaLink's Solution:
    1. Download and unzip the 3.1 installation medium:
    http://www.oracle.com/technology/products/database/application_express/download.html
    2. Find the /apex31/images/flashchart/Stacked2DColumn.swf file.
    3. In the directory where the 3.1.1 images reside, find the /images/flashchart/Stacked2DColumn.swf file.
    a. Rename the original file (Stacked2DColumn.swf_orig)
    b. Replace the 3.1.1 version of <directory name/images/flashchart/Stacked2DColumn.swf with
    the 3.1 version of Stacked2DColumn.swf into this directory.
    Martin
    [http://apex-smb.blogspot.com/]

  • Balanced Scorecard : Y axis should specify appropriate units !!

    hi Experts,
    In the Time series screen of a balanced scorecard, Y axis should specify appropriate units. In case of amounts it should say (000) to denote 2 as 2000 that is to show the scaling factor along Y axis.
    Thanks in advance.
    Regards,
    Somenath

    The logfile /var/log/Xorg.0.log might have some information in it about what's going on - looking for warning lines (start with WW) or error lines (start with EE) might give you some insight.

  • SEM-CPM Balanced Scorecard and time-variant results/scores

    Hi everyone!
    I have successfully created a basic Balanced Scorecard with SAP SEM 4.0. By configuring the "Value Fields" and using "Formula Result-Score Assignment", I have specified which results are equivilant to what score. As an example, a have defined that a process cycle time of 25 minutes is equivilant to a score value of 85 (out of 100) and a process cycle time of 20 minutes is equivilant to a score value of 100.
    Since I want to use my Balanced Scorecard for strategic planning (along with SEM/BW-BPS), I want these result-score assignments to vary of the upcoming period. As an example, in 6 months time a process cycle time of 20 minutes should be a score of 100 (as above). But since I want to improve my operational performance, in 12 months time a cycle time of 17 should be 100 (as my process cycle time should have improved by then). In other words, my planning targets should be dynamic (depending on time) and not only static (always the same).
    My question is now, how can I define different Result-Score Assignment (in other words: goals/targets) for different time horizons? Can I do that with integrating SEM/BW-BPS?
    Best regards,  Daniel

    Leelananda and others PLEASE NOTE!
    This original post was in 2006 and Jason does NOT seem to be an active member. His member email bounces so he will not receive any alerts about updates to this post.
    SEM-BSC is a product that has been sunset. The current SAP product for using the Balanced Scorecard is SAP BusinessObjects Strategy Management, (SSM).
    I would be happy to provide information about SSM if you would like. Contact me directly.
    Regards,
    Bob

  • Period in Personal view in SEM Balanced Scorecards

    Hi all
    I have a problem regarding Personal Views in SEM Balanced Scorecards. I have saved some Personal views, so that I can easily find the drilldown and selection I am interested in. The problem is, that the views are saved with the period initially selected, and when time passes, and I enter a new period, the views still contain the period initially saved, so I have to change alle views manually. Does anybody know how to make the period dynamic, so that saved views always shows current period?
    Thank you in advance
    Carsten B. Dahl

    Sorry, I posted in the wrong forum - I will post it correctly immedeately . . . .

  • Balanced ScoreCard Problem

    Hi,
    We are creating Balanced ScoreCard in SAP SEM System.
    The steps which we are following are like this:
    1) First we created Scorecard Elements like Strategies,Perpsectives and init etc. in UMC_CUST tc.
    2) Now, I am creating a Measure in UMK_MB and in Datasource tab, when i assgin a Value field..the RFC Connection and Infoprovider and Report is not coming. (i have created a Value Field at umc_cpm_strat..and i checked the RFC connection also which supposed to be local system only.)
    Can any body throw light on linkage between measure builder and Infoproviders(Transactional One)?
    I have some Questions regarding CPM-BSC asked by users to me
    1) Can initiatives be set with Measure?
    2) Is it possible to display tachometer and trend chart comparisons between two score cards?
    3) Can more than one score card be displayed at a time?
    4)How difficult/easy is it to add columns to reports or score cards?
    5) Is it possible to change the decimal points?
    6) How difficult/easy is it to add a new metric or delete an old one
    7) Is possible to develop personal views
    Can anybody help me! it's Urgent. Thanks
    Regards,
    Prerna

    hi
    i can give feedback for some points:
    Can more than one score card be displayed at a time?   Yes
    Is possible to develop personal views?  Yes
    Can initiatives be set with Measure?
    Generally for objective we will hv measures and initiatives
    tx
    srin

  • SEM Balanced Scorecard - Trends

    Hi Guys
    I have been asked by a client about Trend Indicators in Scorecard. At the moment the Trend Indicator appears against each measure and indicates the trend period-on-period, but is there a way we can have Trend Indicators for the top-level status or score eg. Strategy or Perspective via the Analysis View?
    Thanks
    Scott

    Dear Sir,
    I invite you to participate in the study of exploring factors for implementing a balanced ScoreCard(BSC). I would like to inform you that my questionnaire is still active and you can find the on-line page on:
    http://www.labunix.uqam.ca/~jd091305
    Please complete the questionnaire and if you have any follow-up questions do not hesitate to contact me. An executive report will be sent electronically to all respondents at the end of this project.
    I am deeply grateful to all of you who already responded. Your participation is of great value to the advancement of my knowledge.
    Cordially
    Malika Hadj henni
    Candidate for Masters in Management Information Systems
    UQAM- Université du Québec à Montréal
    E-mail : [email protected]

  • APD: query to CSV flat file  , sign indicator after value

    Hi Guys,
    I have created one APD process in BI 7, which will execute query and will send out put to CSV file in application server . When i am executing query through BEX i am getting sign indicator before value but in APD after excution sign indicator is coming after value . for example in BEX i am getting value -24 but in APD i am getting value 24-.
    I wrote ABAP code also but SAP programme is converting again sign indicator after value.
    Can any one throughw some light.
    Thanks in advance
    Andrew

    Hi Andrew,
    yes, APD does work with internal representations of ABAP only. It expects values in that format on the input (file data source), and creates the corresponding format on the output (file data target). The makes it possible to simply apply the MOVE logic of ABAP.
    This format is bad when using the file in other tools like excel. I do understand that you would like to specify the output format, but it is not yet possible, sorry.
    Cheers,
    Thomas

  • How to reverse amount sign if Cost Element starts with 6

    Hi experts,
    I have a requirement to reverse Amount sign, e.g. from 1,000 to -1,000, if the Cost Element starts with 6.
    The problem is that I update the Cost Element value in Update Rule as a Master Data Attribute of Reporting Variable (a customized Characteristic). As a result, it is not available in my Communication Structure.
    Can someone suggests me how can I achieve that?
    Thank you very much.

    I think I am almost there.
    Can someone rectify the error?
    SELECT SINGLE 0COSTELMNT FROM /BIC/PZC_ES1002
      WHERE /BIC/PZC_ES1002-ZC_ES1002 = TRAN_STRUCTURE-/BIC/PZC_ES1002.
    IF 0COSTELMNT+0(1) = '6'.
      RESULT = TRAN_STRUCTURE-ZK_WTGBTR * -1.
    ENDIF.
    result value of the routine
      RESULT = TRAN_STRUCTURE-ZK_WTGBTR.
    E:Unknown column name "0COSTELMNT". not determined until runtime, you  
    cannot specify a field list.                                           
    Thanks!

Maybe you are looking for