Attribute as a Key Figure

Hi all,
I have Std Price and Price unit from MBEW Table as a attributes of 0MAT_PLANT. I have one formula in my query like Std Price = Std Pirce / Price Unit.
Can anyone tell me how to bring those two attributes for calculations.
Thanks in advance.
with regards
Mahi

Hi Mahi,
          Check here.............
reg. V1, V2, V3
https://forums.sdn.sap.com/click.jspa?searchID=9123019&messageID=4555693
Regrds,
Vijay

Similar Messages

  • Characteristic as an Attribute of Key Figure BPS-BCS

    Hi,
    We're endeavoring to integrate BPS and BCS data for planning.  Our issue is that our BPS data is COPA-like in that it's Key Figure-based.  We are not using 0ACCOUNT.  Our BCS data will be using FS Items.
    My thought would be that this integration would be made easier if a Characteristic (FS Item) could be an Attribute of a Key Figure.  I wouldn't need to then map and copy the data, I could just report it differently.  The Business has agreed that a one-to-one relationship could exist between a Key Figure and a Cons Account.
    I assume I could use a big FOX formula to convert the data in BPS, or write an external program...but those options could be difficult to maintain in the long-term. 
    Any suggestions?
    Much appreciated.
    LR

    One additional point...we're considering the sotrage of this data in a transactional Cube that is separate from the primary BCS and BPS Cubes.  We'd want to set it up to be able to create a Multi-Cube with the Actual data in BCS.
    Thanks

  • Key Figure - Data in InfoObject (MasterData) as attribute - how to....

    Hello,
    I have following scenario: I have a key figure which is filled with priorities (1-5). Now I have as a requirenemt - in order that the user can report on the priority - to fill a new InfoObject with the same content (priority). The new InfoObject is an attribute on an already existing InfoObject.
    It should be a one-time action for data for the past.
    Any (creative) idea?

    You can add a CHAR Infoobject Priority in same Infoprovider and map it to Key figure priority. Then you can use the new Char Priority to report.

  • Key figure Attributes not working

    Hi ALL,
    We have an isuue with one of our Planning book. Key figures which are supposed to be open for editing are  showing as output only and key figures which are for output only are showing as open for editing.
    I went to design mode to tried to change in manually , if I chane one row attribute all rows are getting changed.
    I found a macro which assigns Key figure attributes which I tried to activate but still not working. We are using SAP SCM 4.1 Version.
    Can any advice on this?
    Sivarama

    Thanks Problem is now solved. Looks like some has made changes in the design and there are macros which are working and as you said they might be conflicting. I changed the design which was working weired yesterday when I tried to cande one row attribute and all rows are getting applied, this worked fine today. And I deactivated the macro which is working on some row attributes and activated again.
    I am not very clear what went right but working.
    Sivarama

  • How to controle the output of a key figure based on an attribute

    As part of following up on a select range of materials during their launch period a report is needed, where the key figures are controlled by a specific attribute.
    The attribute is called End Launch Control Date and it holds the specific day where the product goes from launch to replenishment. When the product goes into repleneshment it is no longer relevant to follow up on.
    The follow up list contains around 80 materials (SKU's) and the challenge is that they have different End Launch Control Dates.
    So, I would like to design a report that does the following:
    1) When drill on material, the key figures only show values before the End Launch Control Date for the specific material. After this date, the key figure should state either zero or blank cells.
    2) The key figures should not be controlled by a specific date in the prompt, because the End Launch Control date is different for each material.
    Does anyone have experience in constructing this functionality?

    Hi,
    you could maybe do this with using formula variables and and IF statement in the keyfigure you want to be blank after a certain date
    basically you want/need to compare a date (which date would that be, one in the columns or smth?) with the end launch control date and if this date is bigger then this leave KF 0.
    so you need to create a formula using two formula variables (of type replacement path and being replaced by the 2 dates) and compare these two in the formula. Then you use the outcome of this (which should be 0 or 1) in a new formula with the keyfigure (statement true * KF ) + (statement false * KF). This will give a value when comparison is ok and 0 when it is not ok.
    This description might be not complete and bit short but I dont have the time to fully look it up, please let me know if you didnt understand the idea behind it.
    Regards
    C.

  • Addition of key figure in master data attributes.

    Hi All,
    I have a scenario to DPO (Days payable outstanding) amount in FI.
    I need to calculate purchases amount From 2LIS_O3_BF Based on the given input dates from customer .The Company code wise ACCOUNT PAYABLE amount  to be calculated from OFI_AP_4.
    There is no key link between this.
    So i want to add one key figure in Company code attributes to calculate and store account payable amount using Routine. Then i will give this attribute as navigational  in ODS of 2LIS_03_BF .
    Can i have key figure in attributes of masterdata. I need to load this daily to calculate amount.
    Is there any other solution, how performance will be effected with this solution.
    Thanks,
    JO

    Hi Joseph;
    Yes, you can add a KF as one attribute of master data.
    The other solution that I see is you create a DSO as a target of 2LIS_03_BF and then a transformation with company code. Direct link between DS and IO is not advise because one is delta and the other is full (you could have some problems).
    But if it's my choice... enhance the 0COMP_CODE_ATTR.
    Regards;
    Ricardo

  • Populate key figure attributes values for material & location in inventory

    Hi all,
    We have a Inventory Infocube. the dimensions of the inventory infocube contains material, location and material-location and also the time dimension with calday, week and month. The different key figures in the infocube are Unrestricted Stock Balances, Unrestricted Stock Receipts, Unrestricted Stock Issues, QI Stock Balances, QI Stock Issues, QI Stock Reciepts, Blocked Stock Balances, Blocked Stock Receipts, Blocked Stock Issues. The following is the definition for master data objects
    Material Master - ATTRIBUTES :- Business Unit, Manufacturing Plant, Base to Case Conversion Factor(key figure attribute)
    Location Master - ATTRIBUTES:- City, State, Country, Location Type
    Material Location master - ATTRIBUTES:- Material, Location, MRP Controller, Source Location, Standard Cost(key figure attribute)
    We have a report with material, location, calender day and with all the stock balances keyfigures. also in the report we have the key figure attributes of material master and material location (like standard cost and base to case conversion). We have defined a formula variable on these attribute key figures with replacement path.
    The problem is none of the records are getting populated with the standard cost and base to case conversion.
    We are NOT doing any conversion at the report level.
    Any help is greatly appreciated.
    Regards
    Vijay

    There could be few possibility:
    1. The variable you are inputting for standard cost and base to case conversion may not have any values in the master data.
    2. See the master data table for Material and location. Note down those materails and location for which there are values for standard cost and base to case conversion. Now, run the reports for these materials
    and location.
    Btw, have made standard cost and base to case conversion as nav attributes. Plz make them nav attributes and see.
    Thanks...
    Shambhu

  • Key Figure as Nav Attribute

    Hi,
    I'm working on BW3.5, and one puzzling requirement we've recently had is to provide a report on number of repaired assets by diameter bands.
    There are some standard diameter bands given, like "<=5in or <=90mm", ">5in to 18in or >90mm to 500mm." *
    This kind of a report is not possible by putting a KF into a cube/ODS and putting a condition on it because conditions would work at the entire report level. I could have done it by modelling the diameter as a NUMC characteristic (with the unit in another Z-characteristic) but the trouble is that diameter can be in decimals, for instance 3.75 inches. Bringing that into a NUMC characteristic will give it a nonsensical value of 375.
    So I was thinking of a Key Figure as nav attrib of the asset itself. But once you include a KF as a characteristic attribute, BW does not allow the KF (and its corresponding unit) to be used as Nav Attribs. The button to switch it on as a Nav Attrib doesn't appear at all for that particular KF.
    Maybe I'm missing something here. Can anyone give me a pointer?
    Regards,
    Suhas

    Hi,
    You cannot make a KF attr as nav attr. But you can use a formula variable processed by replacement path to pull in the value of this KF attr into the query and use it in a calculation. There is also a How To doc for this...you can find it on SDN.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/72f4a790-0201-0010-5b89-a42a32223ffc
    -Vikram

  • Calculated Key Figures based on Attributes

    Hi
    In one of our queries we need to create a calculated key figure based on an attribute. Any suggestions on the best way to do this?
    I have looked at a Virtual Key Figure, but because our Cube name contains underscores (_) it shortdumps. Is there a way around this?
    Thanks in advance.
    Chami Herath

    Hi,
    what do you mean with calculated key figure based on an attribute? Is your attribute a characteristic in the cube or is it just a attribute of a characteristic? Let me know more details.
    regards
    Siggi

  • Regarding  currency translation for Display attribute(key figure)

    Hi Gurus,
    How can i do currency conversion for  MATERIAL COST(key figure) ,which is  Display Attribute  of MATERIAL...
    thanks advancely.......
    CHANDRA

    Hi,
    You can create the currency conversion type in the T code RSCURR.
    Here are the steps...
    1.     Transaction for creating currency translation type is RSCURR
    2.     Choose the Exchange rate, Source currency, Target Currency and the Time reference in the respective tabs.
    3.     In the query definition choose the Currency Conversion Key in the properties of the Key-figure.
    Regards,
    Yogesh.

  • 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

  • Key Figure Attribute not displaying in Query Designer

    Hello Experts,
    I have an InfoObject which has Key Figures as attributes.  When creating a query I <b>once</b> was able to see these Key Figure attributes in the Query Designer.  Howerver, recently I am not able to see them anymore in our DEV environment. 
    In our QA and PROD environment I am to see these Key Figures attribues in Query Designer.  Is there a setting that I am overlooking?  We are currently on BW 3.5 with SP 19.
    Please help!
    Thanks in advance,
    BQ

    Hi Jaya,
    Thanks for the quick response.  But how to I check the authorization for 1KYFNM and what am I looking for?
    Thanks,
    BQ

  • What are these Key Figures / Attributes

    What are these Key Figures / Attribute? Could some one explain it?
    $$PERIODIDCU$$
    $$PERIODIDFR$$
    $$PERIODIDTO$$
    For example, one of it is used in SAP2 model, for Key Figure DEMANDPLANNINGQTY.
    It has a calculation of IF("PERIODID" >= "$$PERIODIDCU$$", IF(ISNULL("DEMANDPLANNINGQTY@PERPRODCUST"),"MKTGPROMOTIONFCSTQTY@PERPRODCUST","DEMANDPLANNINGQTY@PERPRODCUST"),"ACTUALSQTY@PERPRODCUST")
    Thank you.

    $$PERIODIDCU$$ is a call to look up what the current period is based on the system date plus your current period offset configuration.
    So the above formula says if the period ID that you are reporting on is greater than equal to the current period in the system (taking into consideration any offsets you may have configured), then do the subsequent logic.
    I haven't seen the "FR" and "TO" syntax for period id, but I can only assume they are related to some sort of "from" and "to" range for period id.

  • Enhancing Master Data Attribute Datasource with a Key Figure

    Hi All,
    I need to add key figure 0PRICE as a display attribute of characteristic 0XYZ.
    I enhanced the datasource 0XYZ_ATTR, by adding an append structure to BIW_XYZ. Do I need to add a currency field to the append structure? Where do I reference this currency field? Your input is greatly appreciated. Thank you.
    Juice

    Yes, you need to include a currency field, at least when you get to the BW side (mapping) ... In this case, if you use 0PRICE, you need to include 0CURRENCY...
    You can either assign it in the ABAP routine for the InfoObject Attributes in CMOD or once you do the mapping in BW... Either as a fixed value or transferred from R/3, if you added it to the enhance structure and assigned a value to it in your CMOD include...
    0MATERIAL is a good reference to look at for this kind of scenario...

  • Characteristic with a key figure attribute is displaying the currency

    In our report, we have a characteristic, Grant, with an attribute of Total Grant Amount which is a defined as a key figure.  We recently went to SPU16 and since then the currency is displaying along with the dollar amount.  It looks like this:
    <Heading>Total Grant Amount
    <Row>      USD 20,000.00
    <Row>      USD 120,000.00
    <Row>      USD 209,680.00
    Is there any way to remove USD from the report?  I can't make Total Grant Amount navigational and then filter out the currency.  It's not an option for Grant.  There's no edit capability for Grant to allow it to be navigational.
    Thanks!
    Debby

    You have two choices - new CKF with a nodim function around the key figure
    Or in query properties - display scaling factors - then the USD will go to the top of the column heading
    edit - sorry I just realised this is an attribute key figure not a normal key figure

Maybe you are looking for