How to convert in sytem Unit of Measure from PC to KG?

Frds,
If I want to convert after production my rejected or scrap material from PC to KG in SAP System? Here produced finish material is in PC unit of measure and I want it's scrap in KG?

Dear,
For conversion UOM,You can use Functional module with help of your ABAP team,
Please refer below link-
http://wiki.sdn.sap.com/wiki/display/ABAP/ToconverttheUnitofMeasuretoalternateUOM
Regards
Raheem

Similar Messages

  • In Adobe Acrobat XI pro how do I change the units of measure from inches to centimetres?

    In Adobe Acrobat XI pro how do I change the unit of measurement from inches to centimetres?

    Edit > Preferences > Units

  • I live in the UK : How do I change the unit of measurement from inches to metric in iPhoto

    I live in the UK : How do i change the default unit of measurement from inches to metric?

    Terence
    Thanks for your answer to my question. I have tried what you suggested and 'metric' was already set as the default so unfortunately, it has not solved my problem which is when I set the dimensions for the print size before printing, I have to change from 'inches' to 'cms' for each photo every time. I was hoping that I would be able to set 'cms' as the default.
    Hope you can help me.

  • How to report on Alternate Units of measure

    Hi ,
    I am trying to implement the unit conversion ..i have few basic questions..
    1)Do we need to have the 0MAT_UNIT in the cube/ODS
    2)for 0material do i specifically need the base unit of measure as unit for the attribute conversion factor..
    How do i go ahead if my conversion factor has a different unit..
    3)In my scenario i am trying to do unit conversion on a keyfigure which has unit as billing qty in SKU..Do I need to do anything different in this case in order to convert to a diff unit..
    Had changed the code given in the how to do doc..The report gave all the values as zero.
    Pl suggest.
    Appreciate ur inputs.
    Regards,
    G.V

    I am using BW 3.5 .
    Loaded/activated both 0material and omat_unit.
    0MAT_UNIT is not maintained in the ODS/CUBE.
    The keyfigure i am trying to convert to alternate unit of measure is billing qty in SKU which has billing qty in SKU
    as unit to that quantity..
    The user input variable for alternate unit of measure is defined on the unit billing qty in SKU..
    when i debug it is not processing through this loop..
    IF i_step = 0 AND i_vnam = 'YUOMCNVF' AND i_iobjnm = '0MATERIAL'.
    read material and base uom from variables
    LOOP AT i_t_var_range INTO l_s_var.
    CASE l_s_var-iobjnm.
    WHEN '0MATERIAL'. l_material = l_s_var-low.
    WHEN '0BASE_UOM'. l_base_uom = l_s_var-low.
    ENDCASE.
    ENDLOOP.
    Pl advise..

  • How do I change the units in InDesign from p0 to mm?

    How do I change the units in InDesign from p0 to mm?

    And you can do the same for existing documents, or just right-click a ruler and change the units at any time (even using different units on each ruler if you like).

  • ME51N : how to deal with different units of measure as defined in MM01?

    Hi Folk,
    Could you please help me ?
    Some of our materials booked in stock are purchased by our purchasing department in Europe but as well by our purchasing department in US.
    The base unit of measure of those materials are defined with KG (kilogram) in the masterdata file (MM01).
    Why this is not allowed to enter a purchase requisition (ME51N) with other unit of measure than KG?  My purchasing department in US is not able to work with kilogram and thus they need to enter the requisition with US units of measure (pounds).
    However when we create purchase orders, we can play with other units of measure.
    Does someone can explain to me how to create a PR with a unit of measure different from the default one?  Or could you share your experience to bypass this issue.  Note that we really would like to have the same material number both for Europe and US (with different plants and storage locations).
    Thank you very much!
    François.

    Please check these answered links:
    PR UOM
    Re: Can't Change UOM in PR
    Alternate UOM in PR & PO
    Edited by: Afshad Irani on Jun 14, 2010 7:11 PM

  • Converting one  base unit of measure to another

    Hi Experts,
    i want to know the function module name , which should convert the one base unit of mesure to another base unit of measure.
    like EA TO PAL , or PAL TO sqft.
    i have found one function module ( MATERIAL_UNIT_CONVERSION) ,which is not giving proper output(giving only zero's)
    could u please help me out from this problem.
    Thanks in Advance,

    Hello,
    Try this.
    data:c_kg LIKE lips-gewei VALUE 'KG', "Weight unit in kg
    c_lb LIKE lips-gewei VALUE 'LB', "Weight unit in lb(pound).
    CALL FUNCTION 'UNIT_CONVERSION_SIMPLE'
    EXPORTING
    input = i_ln_items-brgew
    unit_in = c_kg
    unit_out = c_lb
    IMPORTING
    output = i_ln_items-brgew_lb.
    If useful reward.
    Vasanth

  • How to Mass update Alternate Unit of Measurement ?

    Hi Gurus,
    How to update Alternative Unit of Measurment for 1000 items at a time.
    Required solution of Mass updatation of Alternate Unit of Measurement
    Guide in this.
    Prakash

    Hello, Prakash,
    transaction MASS -> Object BUS1001"Material" -> table MARM "Units of Measure for Material", though it is usefull only for changes of conversion factors. Otherwise, it's time for LSMW/BatchInput/Catt, what ever you prefers.
    TomT

  • How to handle Two independent unit of measure in IS Retail

    Hi
    The requirement is, for few articles need to maintain Inventory in two different independent unit of measure i.e. in Each (EA) as well in Kilogram(KG).
    It is understood from the SAP documents that the above scenario can be handled through u201CCatch Weight Managementu201D function.
    We have already activated IS Retail in the system, is it possible to activate u201CCatch Weight Managementu201D function also in the existinng system?
    Thanks
    L.B.

    Hi,
    According to the functional restrictions documented by SAP, CWM can only be activated and used in the industry version of SAP ERP. Within an SAP ERP system which is used as a Retail-system, CWM cannot be used.
    Please see the following link for further information:
    https://websmp208.sap-ag.de/~sapidb/012003146900000010312010E/CWM_restrictions_600_current.pdf
    Regards,
    TK

  • How to Report on Alternate Unit of Measure

    Hi All,
        We recently implemented SAP for our Canadian operations. The Canadians want to see all our custom and standard reports in Alternate units of measure ( KG's & Ltr's ) but our reports only display in Lbs & Gal's. We were able to change our custom reports but is there any setting that SAP provides for the standard reports/transactions to display Alt UoM. We don't want to rush in and start changing standard reports. I'm sure, lot of you faced this situation before.
    Regards,
    Srini

    hi,
    use the FM UNIT_CONERSION_SIMPLE
    hope this helps
    check this code
    unit_in = itab-meins
    unit_out = 'GLL'.
        CALL FUNCTION 'UNIT_CONVERSION_SIMPLE'
             EXPORTING
                  input                = itab-meins
              NO_TYPE_CHECK        = 'X'
              round_sign           = ' '
                  unit_in              = unit_in
                  unit_out             = unit_out
             IMPORTING
              ADD_CONST            =
              DECIMALS             =
              DENOMINATOR          =
              NUMERATOR            =
                  output               = factor
             EXCEPTIONS
                  conversion_not_found = 1
                  division_by_zero     = 2
                  input_invalid        = 3
                  output_invalid       = 4
                  overflow             = 5
                  type_invalid         = 6
                  units_missing        = 7
                  unit_in_not_found    = 8
                  unit_out_not_found   = 9
                  OTHERS               = 10.
        IF sy-subrc <> 0.
          e_error = 1.
          EXIT.
        ENDIF.
    Message was edited by: srinu k

  • Label-print using po qty-how to print using unit of measurement from po

    I have a report that's using the po qty to determine the amount of lables to print.
    However, this does not work for items when they are ordered by conversion factors other than 1. What I need help with it how to get my qty of my conversion to make it print the amount i need - some examples of orders
    1- bx10 - (1 box of 10 per box) - need 10 tags(conversion is 10)
    12- bags - work fine with this one - need 12 tags (conversion is 1 here)
    3- bag100 (3 bags of 100 per bag) - this one i only need 3 tags(conversion is 100 but only need 2 tags because items are in a 3 bags rather then 300 individual item ( this might be a issue) This will print correctly but if a conversion is added that factors it in - i may get 300 labels which i dont need
    as you can see i have different conversion for most every type of item I order.
    This method seems to get close to what I need - as do other label reports I have- I thought I would feel this method out since the conversion problem seems a rather simple fix.
    here is what I have for my sql query and then my select statement:
    As stated I need somehow to have the conversion from the po added into the report to determine the amount of labels to print
    max40385
    SELECT "INVENTORY"."ITEMNUM", "INVENTORY"."ORDERUNIT",
    "INVENTORY"."BINNUM", "INVENTORY"."MODELNUM",
    "ITEM"."DESCRIPTION", "POLINE"."ITEMNUM",
    "POLINE"."ENTERDATE", "POLINE"."PONUM", "POLINE"."ORDERQTY"
    FROM   "MAXIMO"."INVENTORY" "INVENTORY",
    "MAXIMO"."POLINE" "POLINE", "MAXIMO"."ITEM" "ITEM"
    WHERE  ("INVENTORY"."ITEMNUM"="POLINE"."ITEMNUM") AND ("POLINE"."ITEMNUM"="ITEM"."ITEMNUM") AND
    "POLINE"."PONUM"='24142' AND "POLINE"."ITEMNUM"='1201020021N'
    EXTERNAL JOIN POLINE.ORDERQTY>={?C:\Documents and Settings\kpowell\My Documents\test table.xls: Sheet1_.Column1}
    C:\Documents and Settings\kpowell\My Documents\test table.xls
    SELECT `Sheet1_`.`Column1`
    FROM   `Sheet1$` `Sheet1_`
    WHERE  `Sheet1_`.`Column1`<={?max40385: POLINE.ORDERQTY}

    Calculate the number of labels outside of CR

  • How to export a hierarchy or a measure from an aw to another aw ?

    hello , we have 2 environnements test and production .
    We create a hierarchy on a dimension and we want to export it to the production .
    In awm , we can only export dimension definition as xml definition but not a hierarchy.
    We have the same problem if we want to export a measure not a cube.
    The only way i see for the moment is to recreate manualy by awm in production.
    The best way will be to export with an eif file , but there are some metadata objects linked and i don't know how to identify them.
    Any help will be appreciated.
    our version aw is 10.2

    no idea ?
    In previous version express server , with express administrator , it was very easy
    to export some objects with the eif format or recreate hierarchy by dml. In 10 g with the standard form, it is not the case .
    at http://www.stanford.edu/dept/itss/docs/oracle/10g/olap.101/b10333/addins.htm#CJAIBAGA , i see a program to create measure in dml for 10.1 . so it gives me the metadata related . But in 10.2 aw standard form
    on each measure a property PROPERTY 'COLUMN_NAME' 'MEASURE_xx' was added but no oracle documentation talk about it.

  • How to convert a word document to PDF from a criteria workflow

    Hi,
    How to create a new revision in PDF format from a word document inside a criteria workflow? The inbound refinery converts documents to PDF automatically upon check-in, but I want to make the conversion in a specific step of a workflow.
    Thanks,
    Miguel

    You could write a custom service and execute it within the workflow script using the executeService Idoc function.

  • How to convert the date in the Parameter from to mm/dd/yyyy when you tab out of field

    Hello,
    Can some one help me out in Oracle Reports 3.0 version i am trying to
    set in the parameter form two date fields to mm/dd/yyyy.
    my questions is can we set the both of the date fields to if the user
    enters as 010202 and Tab out of the field it should automatically
    format to 01/02/2002.
    i know we can do this in forms but in the parameter form when you are
    sending as parameter to the report i am unable to do it.
    try to set date as format mask in properties but doesnt help..
    any body have any idea will be appreciated much..
    thanks in advance.

    Hi!
    Try to use dd/mm/rrrr format mask. I use it in my reports and it works fine for me. My user can enter 010101 in a date field and it is properly recognized as 01/01/2001 by reports.
    Hope it helps.

  • Pblm in Converting BUOM to Batch specific unit of measure

    Hi Gurus
    I am Facing a Problem in converting the base unit of measure to batch specific unit of measure.
    I have given BUOM in KG.Batch specific unit of measure is PC.
    When i do GR for the material in KG with the average wt of the material in kg in the classification view
    the system is increasing my GR KG to convert the material to PCS .
    I dont want KG to be increased but the PCs to be rounded off to next integer.
    How can i resolve this pblm??
    NB:- All the settings are done correctly
    and all the notes are applicable in ECC 604
    Thanks and Regards
    BS

    Dear
    Did you assing any Rounding value and Rouding Profile in MRP1-MM01 for this item ?? Do not maintained this option in MRP1 and check wether you have Kept rouing vadule against KG in CUNI ??
    Basically , if you maintain the profile then it will rounds up to the next level based on the thresold valu as configuired in your case in Rouidng Profile  in OWD1 .
    Also check in MM-Purcahsing -Order Optimisation -Unit of Measure of Rounding rules  for  purchased item .This based on the control of optimisation of qty.
    Hope it helps
    Regards
    JH

Maybe you are looking for

  • Issue with MIR7(BADI or User exit needed for stop SO data updating)

    Hi, While using MIR7 to post invoice, corresponding sales order item data is changed ,such as 'Billing date'. We don't want this happen. Please let me know if there is any BADI or Uer exit for achieving this. Thanks in advance.. Regards..

  • No app in App World?

    Greetings, I went to download the spoofAPP by going to its mobile site. I thought it would redirect me to BlackBerry App World, but instead it offered a direct download from it's own site. I canceled the download and tried to download it from BlackBe

  • BOM explosion without Planned

    Hi Experts I have a DC where the finished products are assembled in the form of a Kit and sold to customer. Mainly for promotional purpose. The sales orders are received at the Kit level but down the line the requirement needs to flow at finished pro

  • Insert ATT sim card in Iphone 5 = automatically connects to cellular service?

    Hi folks, I just bought an unlocked Iphone 5 a few weeks ago. I'm using it perfectly except I don't have a nano sim inserted. I have AT&T. I had a Samsung before buying the Iphone 5 and I blocked the internet access through cellular service on the Sa

  • Browser crashing on 5230

    Greetings! I started experiencing strange behaviour  with my 5230 today. The web browsers is randomly crashing  - at least I think it can be called crashing. When I'm surfing web it sometimes just closes unexpectedly (in the middle of loading the pag