Display of unit of measure...

Hi Gurus,
When I generated a report, all the unit keyfigures got the unit of measure displayed along with the value except for two unit keyfigures wherein the unit of measure got displayed just below the description of the keyfigure and not along with the values. That is, in a particular keyfigure column, the keyfigure description got displayed on the top and the unit of measure just beneath the description and the values below that.
Could you please help me with this issue.  I need to get the unit of measure displayed along with the values.  <<text removed>>
Thanks,
Edited by: sachitp on Oct 22, 2010 12:19 PM
Edited by: Matt on Oct 23, 2010 1:36 PM

Hi Sachtip, Assuming you are using Web based Analyzer; You need to do a change for your Web template 0ANALYSIS_PATTERN. Goto the Web Application Designer. Open Default template > Analysis Grid > Properties on Left Side > Web Item Params > Scaling Factors Visible [X]. Un-check this. Now, your Key Figure UoM factor description will be displayed along with the value. Now run your query; as this query by default uses parameters from default template; changes effected in the main query will be visible on your query output. Thanks!

Similar Messages

  • Display alternate unit of measure as a characteristic

    Hello,
    I have successfully implemented the 'How to ... Report Data in Alternate Units of Measure' using the business content infocube 0IC_C03, Material Stocks/Movements.
    The infocube currently contains only base unit of measure.
    In the queries I am displaying key figures in base unit and alternate unit of measure.
    My requirement is to subtotal by alternate unit of measure. Is this possible? If I add 0BASE_UOM to the query this has no affect on the alternate unit of measure.
    Can I add an alternate unit of measure characteristic to the infocube and populate it during query run time? Where would this configuration take place?
    SAP_BW 3.1, content 3.3.
    Thanks for any suggestions,
    Mark

    HI,
    Go to Inforecord of that material with that vender on that plant.
    Change Inforecord(me12)...here in general data...change the order unit.
    system will give the conversion factor as u defined in material master.
    Hope Help U !
    Regards,
    Pardeep Malik

  • MMBE-i want display (1 box = 10 pc) in unit of measure

    Dear All,
    In MMBE t-code if we execute it,stock overview we can c as a report output.Displays Base unit of measure as(PC,EA....) here i want display (1 box = 10 pc) Which we ll give it while creating a material in mm01-purchasing.
    There is no exits for this t-code so is there any options that functional people can enable to view it in output or any developments to do here.
    Or in any other T-code we can display it.
    <removed_by_moderator>
    Edited by: Julius Bussche on Jul 28, 2008 10:29 AM

    hi,
    ask your mm consultant.....he needs to configure...

  • Display of Alternate Unit of Measure

    Hi there,
    We try to display alternate unit of measure <b>in BEx</b> by implementing the following Howto Doc:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how to report data in alternate units of measure
    It works fine as long as 0MATERIAL is included <b>in the rows</b> of the report.
    In any other case (e.g. 0MATERIAL is a free characteristic or not included in the report at all) this solution won't work and we get the "red x"!
    Any suggestions??
    Thanx,
    Ofer.

    Hi Ofer,
    Virtual Char/KF behave as normal Char/KF in a sense that you create and add them in Infoproviders or Queries just like normal Char/KF. But they do not hold any data/values and their values are determined only at query run time (by writing code in user-exit for virtual kf/char.)
    The logic could be something like this (though I'm pretty sure, would need to work on it again ):
    Keep in mind that all this would be performed at query run time:
    1. For each record, read material master data.
    2. Get quantity, UoM for above record.
    2. Get UoM from selection screen variable.
    3. Convert and store in virtual KF.
    You can search this forum for more information on it. Do let us know if need any more info.
    Regards,
    Vikrant.

  • Regarding calculation of uom(unit of measurment)

    i want to display uom(unit of measure) field in dis format: -
    UOM IS KG -> SO QTY
    TO  -> (SALES ODER QTY * 1000)
    G -> (SALES ODR QTY / 1000)
    I making d report of sales order and i have to display it according to it...plzzz help me its urgent...

    can u provide d dummy code for it,i am using fields for it: -
    DATA : BEGIN OF ITSO OCCURS 0,
           VBELN LIKE VBAK-VBELN,
           POSNR LIKE VBAP-POSNR,
           SPART LIKE VBAK-SPART,
           ERDAT LIKE VBAK-ERDAT,
           MATNR LIKE VBAP-MATNR,
           MAKTX LIKE MAKT-MAKTX,
           EDATU LIKE VBEP-EDATU,
           KWMENG LIKE VBAP-KWMENG,
           KBMENG LIKE VBAP-KBMENG,
           MEINS LIKE VBAP-MEINS,
           WERKS LIKE VBAP-WERKS,
           BRGEW LIKE MARA-BRGEW,
           NTGEW LIKE MARA-NTGEW,
           END OF ITSO.

  • Problem in displaying totals based on the Unit of measurement.

    Hi,
    I have Problem in displaying totals based on the Unit of measurement.
    I want to display the total in the output of the alv based on the unit of measurement. for example i have three fields in the output namely
    Matnr           Quantity      UOM
    51                10              EA
    61                10              KG
    71                10              KG
    In the total i should get
                    10         EA
                    20         KG
    Can anyone tell me how to do this?
    The basic req is the exclude the qty with unit EA(each) in the totals.
    Thanks,
    Amit

    H i,
    you can use the collect statement
    to get the proper result
    loop at itab.  ( all the records)
    move all the fields from itab to another
    collect itab1.
    write: itab1-fields, itab1-fields.
    endloop.
    this will solve your problem
    reward points if helpful,
    thanks & regards,
    venkatesh

  • BEx Query:  Attribute not display Unit of Measure (UOM)

    In a BEx I am trying to create a query that displays attributes to 0EMPLOYEE.  One of the custom attributes is the employee's rate of pay.  We have the hourly rate, nightly rate, etc.  This attribute is a numeric attribute with currency assigned as the Unit of Measure.  I am trying to create a query displaying the pay rates from the attributes of 0EMPLOYEE but remove the unit of measure in the output.  I am aware this can be done on key figures using the NODIM formula.  How can I remove on an attribute?
    Example:  Output is $10.25 UOM.  I want it to display as $10.25.
    Thanks.

    Hi,
    Create a Formula Variable with Replacement Path for this Attribute.
    Use NODIM function for the Formula Variable.
    Let me know if it works according to your requirement.
    Regards,
    Geeta

  • Purchase Order original Unit of Measure should be displayed in inventory?

    Dear Gurus,
    Here the situation is say a material M having a basic unit of measure EA(each). At the time of Purchasing the material M we are purchased in Packs say 1 pack = 10 EA. But the order quantity units is displayed in EA.
    But here in my scenario i want to see the stock in inventory as Packs .
    So, guru's is there any kind of flash lights will be appreciated.
    Thanks in advance.
    Thanks & Regards,
    Madhu.G

    Hi Madhu,
    As I said in my earlier reply, you either can create a Variant of MMBE by having required PO UoM in field-Display UoM on selection screen of MMBE.
    Or else, just execute MMBE and after having output of MMBE, press keyboard key-F6. System will come up with a window showing all Alternative UoM maintained for a particular material. Select the one in which you want to display the Inventory/Stock.
    Regards,
    Anup

  • Stock display with Alternate unit of measure

    Hi All,
    is there any report in SAP, which displays the warehouse stock with Alternate Unit of measure. I did try in MB52. It was showing only in BUM. Please help ASAP.
    Ayesha

    Hello Ayesha,
    We had the same requirement. So we copied MB52 to ZMB52 and added a new selection for the AUM. Additional coding was also done for the UoM conversion.
    Cheers !
    Rajesh

  • How to display "unit of measure" in CO-PA report?

    Dear all,
    Is it possible to include "unit of measure" in CO-PA report?
    From billing document the sales qty is reported in pcs and kpcs (we have maintained conversion betweed pcs and kpcs).
    if unit of measure is not displayed, we don't know the qty is in pcs or kpcs.
    Thanks~

    Hi Sharon
    Go to KE32 and check - There should be an option to include The UoM as a char
    Also, while using drilldown option, the UoM is displayed at the Column Header itself
    br, Ajay M

  • Error message 'Enter unit of measure' in Webclient

    Hello Experts,
    We are working on CRM 5.0 SP 7, IC WebClient and have implemented the BAdi "<b>CRM_SERVICEPROD_BADI</b>" to assign a service product ''<b>INVESTIGATION'</b> whenever user selects service ticket in WebClient.
    However, when confirming a Business Partner and accessing the service ticket, an error is getting displayed stating "<b>Enter the unit of measure</b>".
    We have already mentioned the unit of measure in Product but it seems it is not picking from there.
    Please help me to remove this error.
    Reward points assured for useful answers.
    Regards,
    Amit

    hi
    I had a similar Problem
    You will have to assign the base unit of measure in service tab as hours and then in the sales and distribution tab assign the same unit in the sales unit and give minimum order quantity(for e.g-1) & delivery unit ,this you will have to do for all the sales areas you might have mapped in the S&D tab
    I'm sure the issue will be resolved
    Cheers!!
    Regards
    Shankar Raj

  • MB5B - Stock on posting date show in other Unit of measure

    Dearl All,
    Pls support me this case: I would like to see this report (MB5B - Stock on posting date) in other Unit of measure.
    This report shows stock in Basic Unit only.
    E.g
    Material A, base unit = M, other unit = ROL
    Report needs show stock in ROL.
    How can I do that?
    Thank you vry much!
    Cao Huy.

    Hi,
    In your case, order unit as ROL and material basic unit of measure is M.
    PO created only for the order unit ROL, and goods have received from the vendor based on the PO order unit.
    So,this MB5B stock on posting date is displayed only the total stock received based on the received GR order unit qty .
    stock also managed only ROL unit of measues. it is not possible to list based on the M stock unit.
    Regards,
    thiru

  • Error message  "Enter the unit of measure" in WebClient ???

    Hello Experts,
    We are working on CRM 5.0 SP 7, IC WebClient and have implemented the BAdi "CRM_SERVICEPROD_BADI" to assign a service product ''INVESTIGATION' whenever user selects service ticket in WebClient.
    However, when confirming a Business Partner and accessing the service ticket, an error is getting displayed stating "Enter the unit of measure".
    We have already mentioned the unit of measure in Product but it seems it is not picking from there.
    Please help me to remove this error.
    Reward points assured for useful answers.
    Regards,
    Amit

    Hi Amit
    Gerhard is 100% correct. Please make sure that your unit of measures are maintained on the product master(trans COMMPR01).
    Use the code below in CRM_PRODUCT_I_BADI to set uom.
      if cs_product_i_badi-process_qty_unit is initial.
        cs_product_i_badi-process_qty_unit = 'EA'.
        cs_product_i_badi-process_qty_num = 1.
        cs_product_i_badi-process_qty_den = 1.
      endif.
    Also, you will find you get error to specify product quantity. This can be done in badi CRM_SCHEDLIN_BADI with code below.
    if is_schedlin_wrk-quantity is initial.
       cs_schedlin_badi-quantity = 1.
    endif.
    Regards
    johan.

  • Unit of measurement error

    i
    hi guys
    crested po with unit of measure kg and also made migo,miro and RFQ  but now when i change unit of measurement from kg to pc in material master there is error
    the base unit of measure cannot be changed choose display errors
    1 if there are no stock of the material in the current period and in the previous period if there are stock in the previous period you can clear them as follow
    -post the stock in the previous period to the current period so that the stock for the previous period is the same as the stock for the current period
    -clear the stock with the posting date in the previous period
    -if no purchase order exist for the material
    i have already made po migo,miro, RFQ , please can you guide me step by step how to change the unit of measurement
    thanks in advance

    Hi
    Goods issue the particular material to some cost center. Then there will not be any stock for the particular material. Then change the UOM.
    It will work out.
    Then reverse the Goods Issue.
    Regards,
    Raman

  • Changing Base Unit Of Measure in Material Master

    Dear All,
                  We need to change the base unit of measure of certain materials who have been assigned inspection plan. We have deleted the material from Inspection Plan and later even the plan. But still the system not allowing to change the BASE UNIT OF MEASURE. The error thrown by the system is : Material is assigned to inspection Plan.
    Please guide in this regard as changing the material for us will be a very cumbersome act.
    Regards

    Hi Rohan,
    Please check 'display errors' in MM02 when you are trying to change the BUoM. It will say what prevents you from doing that.
    Please check:
    http://www.sap-img.com/materials/change-base-unit-of-measure.htm
    BR
    Csaba

Maybe you are looking for

  • Printer prints blank pages when I turn it on

    When I turn my printer on it starts to endlessly print blank pages for no reason. I have checked the print log and there isn't anything waiting to be printed. I have reset the printer, unplugged the power supply, and reset my computer. None of this w

  • ITunes not seeing calendars?

    None of my calendars appear in iTunes for syncing with my iPhone. Have applied all updates to 10.6.4; 10.6.5 later this morning but doubtful it would make a difference. The calendars are present on the machine, as iCal works. They are also present on

  • Installation issue:create domain failed in configuration steps

    Hello, I am trying to install Oracle 11g BIEE in windows XP 32 bit machine. Till configurtaion steps no problem.After that it takes some 1 hr in create domain step and at the end shows failed. I searched in this forum, in one its said create a separa

  • My internal drive is filling up by itself. cannot find any huge files.

    my internal drive is filling up by itself. cannot find any huge files. backing up onto external drive which has room. OSX 10.6. created an external library for aperture to make space. created 32 gigs on my internal disc, down to 8oo megs overnight. w

  • [PLEASE HELP!] .m4v and .mpeg4 Audio Export problems (QT 7 pro)

    When i try to export any clips to .m4v (movie to ipod) or .mpeg4 the video is exported but has no sound. When i select "export to .mpeg4" and click on "options" it says "audio: no audio track in source movie". This is the same message displayed on al