Key figure correction in loaded data

Experts,
We had a bug in our datamart where in a particular key figure value was doubled throughout.
It has been identified and addresses but before the new transports go in, how do we correct this so that the reporting is correct.
Selective deletion will remove that entire record and then we ll have to wait for the fix to come in before we can load again.
Is there any other way we can take care of this issue?

If you are on BI7 than make use of remodeling toolbox
refer:
/people/mallikarjuna.reddy7/blog/2007/02/06/remodeling-in-nw-bi-2004s
Another alternate solution refer:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f421c86c-0801-0010-e88c-a07ccdc69601

Similar Messages

  • I have a key figure in my master data table i want to display the key figur

    Hi All,
    I have a key figure in my master data table i want to display the keyfigure in my report how can i display it can somebody help me in this scenario 
    Regards
    Kiran Kumar

    Hi Kiran,
    Assume that Material master data table material has price as an attribute. To get this price as key fig in query, get material number in rows and in columns create new formula with replacement path to get material price as key figure.
    Note: Without taking material number into rows, we can't get the price into columns.
    Hope this helps u..
    Cheers......
    Sk babu

  • Key Figure in cube loaded zeros, Strange problem

    Cube with three key figures
    1)counter(for each record, CONSTANT 1)
    2)Count with Exception aggregation (CONSTANT 1)
    3)NO OF DAYS
    NO OF DAYS is calculating and displaying correctly, where as   other two key figures in the cubes are zero (backend cube data as well as query).
    Working fine in DEVELOPMENT AND NOT IN TEST.

    Hi TR,
    Pls do activate the update rules in test. Also check the  update rules display. I hope the reason for this problem is the 'update type' set to 'no update' for the keyfigure.
    Hope this helps...Let me know
    Regards,
    R.Ravi

  • Will Restricted key figure give no applicable data

    Hi,
    After the query is run it shows no applicable data.
    There is applicable data as far as characterstics and filters are concerned.
    But the key figures are restircted ones and there is no data matching that restirction.
    But shouldnt the query in that case give the output with the char rows which are present and the key figure column as 0.
    Kindly provide pointers to the same.
    Thanks & Regards,
    Rathy

    If there is no data that matches the restrictions on the RKFs, then no data will be displayed. The values are not "0" in this case, they don't exist.
    Perhaps an example will clarify...
    Let's assume there are 3 RKFs restricted by Calendar Month to 01/2007, 02/2007 and 03/2007. If I request data for a date range including these months, then the appropriate data will be displayed. However, if I request data for 07/2007 -> 09/2007, it would not make sense to show "char rows which are present" for those months with "the key figure column as 0".
    However, you can essentially get the result you are looking for by turning off all zero suppression and hiding all of the RKFs.
    Hope this helps...
    Bob

  • Planning Book Macro which can read different key figures from data views

    Hi Experts,
    I am looking for help to create a Planning book level macro which is having capabilities to read different Key Figure across the different Data Views. For example DataView 1 has Sales Orders and Data view 2 has Forecast and I want put in Data view 3 the netted numbers from SO and Forecast.
    Please provide me some quick pointers.
    Regards,
    Rahul Mohnot

    Hi,
    Not only is it the easiest way, it is the only way to do it as Laurence has put it. As you can see, macro workbooks are created for a Planning Book/Dataview combination.
    Thanks
    Mani

  • Problems with Key Figure and Drilldown

    Good day to you, experts. Several of our reports are required to include a key figure which shows a percentage value. The Query must show something similar to the following (please ignore the "-"):
    Total Products---Products Sold--
    Percentage sold
    Shop A / Jan--5020--
    40%
    Shop B / Jan--2828--
    100%
    Shop C / Jan--10030--
    30%
    TOTALS / Jan--17878--
    56.66%
    We can see this information for all months. As you can see, it shows the "Shop" Characteristic as well as the Calendar Month (or year, or year/month). The information is updated monthly. The percentage total is calculated as average.
    So far so good. The problem is that whenever I take away the Calendar Month characteristic (in order to see this information summarized and not detailed by month), the "Percentage Sold" Key Figure (which is loaded along with the rest of the information, not calculated in the Query) shows strange data, something like this:
    Total Products---Products Sold--
    Percentage sold
    Shop A--250140--
    220%
    Shop B--108100--
    454%
    Shop C--466180--
    150%
    TOTALS--824420--
    274.66%
    So as long as I keep the most detailed information on the table, it is displayed correctly, and as soon as I take away any of the details (it also happens with the Shop characteristic), the percentage sold displays wrong data. I have tried displaying individual values differently. I also tried using a formula to calculate the percentage sold, which appeared to solve this issue, but after testing it I found that the data on "TOTALS" was incorrect both with and without the monthly detail. This issue has become quite urgent as we are supposed to publish these reports very soon.
    Any ideas for solving this issue?

    Hi, thanks for the quick reply. I forgot to mention that. As I wrote before, this percentage is given to us directly in the file that is loaded on the system, but since there were problems when taking away a characteristic from the table, I created a formula which should give us the same data. The formula is Percentage = "Products Sold / Total Products" (I used the Percentage part operator, so it looks like this "Products Sold %A Total Products"). The TOTALS value is validated with the person in charge of giving us the file to load.
    A sample data record:
    DATE--SHOP_ID-DEPT-PRODUCTS-SOLD---PCT.
    20080101--125020--
    40
    Edited by: Pedro Olvera on Aug 1, 2008 12:21 PM

  • Calculated key figures Vs local formula

    HI,
    I am having 4 queries on a cube.
    i am now using calculated key figures instead of local formulae.
    I want to know "which is better in performance wise/ or may be pros and cons of using each one."
    Can any one clarify me.
    I know that
    1.when we select the option Calculation after aggregation will improve performance.
    2.we can do some more things only with Cal. Key Figs using formula variable.
    Here my concern is not that.
    I am concerned about general case like -
    i have to add, multiply or divide some direct key figures and use some data functions like nodim, NDIV0 functions.
    Thanks in advance.
    Regards,
    Raghu

    Hi Raghu,
    Formulas cannot be directly reused, but if they are saved to a global structure, then the structure may be reused. If you are creating a calculation that will be widely used, it is best to create it as global...this helps a lot when you need to revisit the definition, and make changes as one chnage is reflected in all queries.
    However, there are some functions like SUMCT, SUMGT, SUMRT, %CT, %GT, %RT which are available only to the formulas (local), so if you need to use them, you cannot use a CKF.
    In addition to the differences, A formula can only work on other formulas/selections already in your query (in the same structure as your new formula), while a calculated key figure can only work on other key figures, calculated key figures or restricted key figures. However both can use formula variables.
    CKF are calculated at the time of loading data.
    Your Formula calculates at the time of running the query.
    Hope this helps...
    Regards,
    Yokesh.

  • Restricting key figures

    Hello Experts,
    I am trying to restrict a key figure by a master data value. This value exists in master data but not in transaction data in the cube. When I try to restrict by this value on a key figure, the selectable restriction values do not show this value as a selection. I think its due to it not in cube transaction data. But does this mean its not possible to have a keyfigure restricted to master data values not found in fact table? I need this be done so that in future loads, when transaction data containing/refering to this master data value is loaded can be shown in the columns. That means, even if now, there is no transaction data containing this value, I still want to show the column as blank.
    Pls throw me some hints.
    Thank you.
    Regards,
    Pascal Gabin

    Hello,
    I checked the infoobject and its BEx settings for query definition & execution filter value selections are all set to values in master data. Also, the filter section / selection condition screen, in the query definition, shows that 'only values in infoprovider' is not selected.
    Yet, I could not restrict to all of the values.
    I had reactivated the infoobject and there was no change run detected by system. So, I am not sure if I am missing something. Yes, I have experienced restricting by values in master data before but in this case, I cannot.
    Regards,
    Pascal Gabin

  • Query regarding characteristics and key figures

    Hi All,
    Can anybody pls tell me in what scenarios a key figure can be used as a attribute of a characteristic?
    what are the scenarios in which each type of DSO can be use?

    Hi,
    Can anybody pls tell me in what scenarios a key figure can be used as a attribute of a characteristic?
    if  your key figure in trasnctional data level it's give you the Fact.
    If you use your key figure in your master data lvel it's give you the present truth.
    Like this you have 0Material and Material price has the attribute of 0Material.
    read below link
    http://help.sap.com/saphelp_nw04/helpdata/en/dd/f470375fbf307ee10000009b38f8cf/content.htm
    what are the scenarios in which each type of DSO can be use?
    We have 3 DSO in BI 7.
    1. Standard DSO : it's contaions 3 tables (New,Active,Change log tables) : If you want overwrite funcationality go for this dso
    2. Direct Update DSO : It's Contaion only Active Table : If you want write some data using with  APD and BAPI go for this dso.
    3. Write Optimized DSO : It's Contaion only Active Table : If you want load mass uploads and stageing purpose we use this dso.
    Hope it helps you.
    Regards,
    Venkat.

  • Cumulative key figure and non cumulative key figure

    Hi BW Expertz
    Could any one give me the clarification about cumulative and non cumulative key figures .Why we go for cumulative key figure and non cumulative key figure.If any docs could u just mail to the following [email protected]
    Thanx In advance
    Best regards
    sankar prasad

    Cumulative values are those key figures (KF) that are cumulated using all characteristics, thus also using time.
    Ex: Sales revenue, Quantity....
    Non-cumulative values are those key figures that are measured in relation to a period in time; they cannot be meaningfully cumulated over time. Non-cumulative values are summarized over time using so called exception aggregation.
    Ex: Number of employees, Inventory, Stock prices, Account balance,.....
    AGGREGATION TAB
    Non cumulatives are evaluated by non-cummulative values. Non-cummulative values are special key figures that are different from other key figures (cummulative values) in data transfers and saving as well as in aggregational behaviour. These are measured in relation to a period in time; that is to say, they cannot be meaningfully cumulated over time. Non-cumulative value are summaraized over-time using exception aggregation.
    Non-cumulative values such as 'number of employess' are cumulated using characteristics such as 'cost center'. It does not make any sense, however, to cumulate the number of employees using different periods. The result at the end of any particular period would be the sum total of number of employees for each posting during the period. This would of course be wrong.
    Instead, the aggregation of the KF can be defined as exception aggregation wherein an additional references characteristics is utilized to tell BW which value to use during the period, in this case, 0CALMONTH is used, in the above example, to indicate that only the last value of 0HEADCOUNT, updated by costcenter, is to be taken for any calender year and month.
    Cummulative vs Non-Cumulatives
    The purpose of non-cumulatives is to optimize the data transfer in BW, the data retention and the database access. The data transfer from OLTP to BW is minimized and only the meaningful data is saved and processed.
    It is recommended that you use non-cumulative values for areas that dont change frequently such as warehouse stock or number of employees.
    Non-cumulatives are modeled in BW using a non-cumulative value with the fields belonging to it for storing the non-cumulative or for inflows or outflows.
    Non-cumulative values are stored with special KF that differ in terms of data transfers and aggregational behaviour.
    Features of NON-Cumulative Values Transfering and Saving Data:
    - NC values are mapped uisng one KF for NC changes or two KF for inflows and outflows.
    -NC are transferred in an initialization run and the change runs that follow (initialization can also be omitted here)
    - A non-cumulative value always has a time-related exception aggegation.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a62dee07211d2acb80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/82/f2dc37f0f12313e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/82/f2dc37f0f12313e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/d2/e0173f5ff48443e10000000a114084/content.htm
    with Example
    Re: Non-Cumulative keyfigure example
    Re: Types of non-cumulative keyfigures
    /community [original link is broken]
    /community [original link is broken]?forumID=131&threadID=29557&messageID=273049
    /community [original link is broken]?forumID=131&threadID=111914&messageID=1248243
    ****Assign Points If Useful*********

  • Hi Gurus, To Add New key figure in BW 3.5 flow ODS- Infoset

    Hi Gurus ,
    I have rquerimennt to add a new  keyfigure in ODS and then into  Infoset .  The histrorical data for this keyfigure is not needed . Can you please let me know what the are changes needed to be done in Transfer structure -> cs->updaterules->ods->infoset.
    should i delete data from dso before I add keyfigure?
    Rehards
    sriram

    Hi
    are going to get the values for the new key figure from source or is it going to calculate in BW side?
    If yes, then add that key figure in source DS, replicate the same BW system.
    Now add this key figure to your ODS and activate.
    create transformation for this. and activate.
    as this is key figure, you will get data for this in info set automatically.
    Regrads,
    Venkatesh

  • Using Key figure attribute of a characteristic in a query

    Hi All,
    I have the following scenario. I have defined a key figure attribute for a characteristic Infoobject. I have included this characteristic infoobject in an Infocube. I now want to use the key figure attribute as a regular key figure when I create a report based on the Infocube. Is it possible and if so how is it possible?
    Thanks
    Sundar

    Hi Saundar,
       There's another way.Set the characteristic with key figure attributes as a data target under your info area. Create a MultiProvider and include your Cube and this characteristic. Here you can set the key figure as your MultiProvider key figure.
       Don't forget to take care of the identification of MultiProvider.
       Hope this helps.
    Regards,
    Aaron

  • Can we filter the Key figure ( by not using Bex Conditions)

    Hello Friends,
    I have a requirement in which I am passing the result of one query "A" to another query "B" ( using replacement path). Also there is a requirement to filter the keyfigure of the query "A"
    Problems I face:
    1) If I use Conditions, it does'nt filter the actual rows from the info cube, but just the query result
    2) Hence when I pass the query result of "A" to query "B", it sends more records which I dont need.
    Question:
    Hence is it possible to filter the keyfigure values at the database level?
    Thanks... Hope some one will guide me.....................

    Hi,
    I've had a similar problem in the past, not specifically for a replacement path but because the number of rows returned by the query was too great to use conditions. In the end what I did was create a characteristic char version of the key figure that was loaded from the same source as the key figure. You then effectively have a key figure that can be filtered in the same way as a normal characteristic.
    Hope this helps.
    Gareth

  • Creating the Key Figure in Demand Planning

    Hello
    I have a Issue , where a user wants to know what is the Remaining Allocation for a Planning Material with the Wild Characteristic (&&&&&&) .
    Presently we have 2 Key figures Namely:
    AEMENGE-Incoming Orders Qty and KCQTY- Prod. Alloc.Qty corrsponding to Info Objects Z0CTK0062-Consumed Allocation Qty and Z0CTK0063-Total Allocation Qty.
    This gives us the Total Allocation and Total Consumed Allocation and these key figures we are using in the Macro and difference gives us the remaining Allocation. But now the requirement is to find the remaining Allocation for the Wild Characteristic (&&&)
    Eg : Total allocation for Planning Material : X is Say 15000 Kgs
    We have allocation for Planning material and Sold to Party Level
    Say Material is Sold to 2 Parties A & B and Remaining C is not for any Parties and represented as (&&&)
    Say XA - 8000, XB-3000 , X (&&&) - 4000.
    The Consumed allocation is XA-5000, XB-2500 and X (&&&)-3000
    The system gives the Remaining allocation as 4500 (XA-3000,XB-500 and X(&&&)-1500)
    We want to Display the Remaining Allocation of X(&&&) - 2500
    along with total Remaining allocation of 4500
    Can we have any Key figure to Capture this Data.
    Please help in this regards

    We can always create macros that checks for certain characteristic value before doing calculation. (check the IOBJNM_VALUE() macro function)
    I am not sure if thats what you are looking at. A planning area key figure can be created to capture this information. If you are looking at something to work across different levels, I am afraid you would need to go through user exit macro route.

  • Develop a Restricted Key Figure

    Hi Experts
    Please me on how to proceed
    I am involved in developing a Restricted Key Figure.....which included a key Figure (Counter) and Resctriction on a CHAR of Data Type DATS.
    In the Restriction i want to include all the records that are not assigned any date
    When i include # in my restriction it is not working..please advise on how shall i proceed
    Thanks

    Hi,
    create new Restricted key figure.
    in Restricted key figure, drag key figure Counter and drag date on which you want to restrict and right click on date and select
    '#' value and save Restricted Key Figure and drag that keyfigure into columns. and execute report.
    check the data in the cube / DSO with  the given selections date has ' # ' values and data should be available in report as well.
    hope this helps
    Regards
    Daya Sagar

Maybe you are looking for

  • Zipfile and zipinputstream code

    Hi! I need to unzip something that is in a bytearrayoutputstream. Since zipfile and zipinputstream does not receive bytearrayoutputstream I thought of creating my own but I don't know how to do that. I need someone to help me with the code. I need a

  • Pages scroll extremely slowly when using my mouse scroll wheel, regardless of the settings I have for autoscrolling or smooth scrolling.

    It scrolls about 1 line for every 5 notches I turn the scroll wheel. I have to either use the scroll bar or the arrow keys. All other programs like Internet Explorer and Word, Photoshop, etc. scroll normally with the scroll wheel. Currently I am usin

  • Ftp server

    hello could you tell me the ftp server adress of bea's?

  • Correct Format For Movie File

    Hello, I am in the process of transferring old family film footage to digital files. The company I'm taking these reels to is recommending that I put them on an external hard drive in .mov format. They say that this will allow me to edit with iMovie.

  • F4 help in ALV grid display

    hi, I need to allow F4 help to an alv field. The alv is designed using cl_gui_alv_grid. the reference values are in an internal table. how can i get these values for the help? thanks, Arindam.