Conversion of UoM in MSDS

Hi,
For the the property Density in Cg02, I have entered value as 1.250 g/cm3.
When I display the MSDS report for the specification in language English, the value for Density is displaying correctly as 1.250 g/cm3.
But when MSDS reprot for the specification is displyed in Chinese language it is displying density value as : 1.250 克/cm3 
Does anyone have any idea why the 'g' in UoM is converted as Chinese language text?
Regards,
Niraj
Edited by: Niraj Sikligar on Sep 17, 2010 7:41 PM

Hello Niraj
UOMs are defined in the tables T006* in central SAP customizing. EH&S WWI is using this definition in language dependent reports to print the Unit in the document. I assume that the definition of g/cm3 is not correct regarding language ZH or ZF. Normally the "°"  Sign (degree Celsius) is one of those giving rise to trouble in WWI documents.
Any UOM which should be used in any language used in EH&S PS in combinaiotn with WWi must have an applicabale customizing entry. 
with best regards
C.B.
PS: You should check necessary entries the availaibility of the UOM  in any language. Asusmption is that in JA etc (asian languages) most of the problmes will come up
PPS: Make use to have the recent WWI version. Even if UOMs are defined well some asian languages are "problematic" regarding UOMs topics in the WWI area.
Edited by: Christoph Bergemann on Sep 18, 2010 5:55 PM

Similar Messages

  • Conversion of UOM

    Hi all,
    I am facing problem in UOM conversion.
    my UOM maintained in KG on material master. and price maintain in MT.
    when i am going to create a sales order for 10 kg than it will convert this price 1kg = 1mt.
    example-
    price maintained for 1 MT = 1000 INR
    and i order 10 KG than it picks 10,000 INR
    its calculate MT price .
    but when i order in MT than it picks right price.
    so please help me out.
    Regards,
    Vishal

    when i am going to create a sales order for 10 kg than it will convert this price 1kg = 1mt.
    example-
    price maintained for 1 MT = 1000 INR
    and i order 10 KG than it picks 10,000 INR
    its calculate MT price .
    but when i order in MT than it picks right price.
    do you have the alternative measure MT with a correct conversion ratio maintained in your material master?
    you say system is picking a price. Means you do not enter it manually. So check the price condition records.
    Within the conditions it is possible to maintain a conversion ratio if no alternative unit is created in material master. Check whether you have a conversion ratio in the condition and if it is correct.

  • Conversion of UOM TO KG'S Urgent!!!!!!!!!!!!!!!!!

    can any one tell me how to convert UOM TO KG'S.
    Is there any FM to do it.

    use the FM:
    UNIT_CONVERSION_SIMPLE
    Usage:
      CALL FUNCTION 'UNIT_CONVERSION_SIMPLE'
           EXPORTING
                INPUT                = <value in Base unit>
                UNIT_IN              = <Unit of measure>
                UNIT_OUT             = 'KG'
           IMPORTING
                OUTPUT               = V_Value
           EXCEPTIONS
                CONVERSION_NOT_FOUND = 2
                INPUT_INVALID        = 4
                OUTPUT_INVALID       = 4
                TYPE_INVALID         = 4
                DIVISION_BY_ZERO     = 6
                OVERFLOW             = 8
                UNITS_MISSING        = 10
                UNIT_IN_NOT_FOUND    = 12
                UNIT_OUT_NOT_FOUND   = 12.
    Regards,
    Ravi
    Message was edited by:
            Ravi Kanth Talagana

  • Unit Conversion for UOM DOL

    I'm having problems converting DOL using UNIT_CONVERSION_WITH_FACTOR function module.  I know DOL is the output value and $ is the input value but for some reason, 2lis_02_scl extractor is saving DOL in the PSA when $ is coming from the source system.  I tried changing the Format from Internal to External within the DataSource but the value in the PSA doesn't change.  I've looked at the values via PSA Managemenet and SE16 in detail view and the value remains DOL.  In 3.x version there was a checkbox in the transfer rules that you can check to by pass conversion exit.  Is this the same time of functionality I need in 2004s or is it a different issue?  Appreciate any help I can get on this.
    Thank you,
    Dae Jin

    Hi
    same Problem we also facing , so pls let me know how to do this one.
    Regards
    Giri Venkat

  • Material Quantity Conversion - Base UOM to Sales UOM

    Hi,
    Is there any SAP Function Modules to Convert a Matrial Quantity from Base UOM into Sales UOM?
    Appreciate Your Help!.
    Thanks,
    Kannan.

    You can use this FM:
      CALL FUNCTION 'MD_CONVERT_MATERIAL_UNIT'
        EXPORTING
          I_MATNR                    = WS_BSEG-MATNR  " < material
          I_IN_ME                    = WS_BSEG-MEINS " < Base Uom
          I_OUT_ME                   = LF_MEINS " < Sales Uom
          I_MENGE                    = LF_E_MENGE " < Qty in Base Uom
        IMPORTING
          E_MENGE                    = LF_I_MENGE " < Qty in Sales Uom
    Regards,
    Naimesh Patel

  • UOM Conversion to be used in transformation

    Hi Experts,
    I am trying to make use of the BI 7.0 UOM conversion feature in one of our InfoCubes where the source quantity which is in Base UOM needs to be converted to cases.
    I went through all the steps which are as follows:
    1. I have 0BASE_UOM as the base unit of measure for 0MATERIAL
    2. A DSO was automatically generated with the name Z_OUOM I gave in 0MATERIAL configuration
    3. I created a transformation for this DSO with source as 0MAT_UNIT
    4. Created a DTP and loaded the DSO
    5. Created a Conversion type with settings 'Dynamic Determination of conversion factor as Using Reference InfoObject = 0MATERIAL
    Source Unit of Measure: Unit of Measure from Data Records
    6. Target Unit of Measure: Fixed Unit of Measure = 'CS'.
    In InfoCube transformation I have the following mapping:
    Rule type: Direct Assignment
    Target Unit: 0UNIT
    Unit: From Conversion
    Conversion Type: ZCASES
    Source Unit: 0BASE_UOM
    Source Fields of Rule:
    0MATERIAL
    0REQ_QTY
    0BASE_UOM
    Target Fields of Rule:
    ZREQ_QTY
    0UNIT
    When I load the InfoCube, the quantities are indeed getting converted to cases provided there are conversion factors available for that material in the UOM generated DSO
    Here is my question: How can I handle records where the material does not have conversion factors in the UOM generated DSO?
    I get an error when loading using a DTP as 'No quantity conversion possible'. There is one record in the source DSO that has a material number with no unit conversions in UOM generated DSO
    I am aware there is an option of using routine, but I do not want to use it unless I am sure this method won't work

    Hi Aditi,
    There is no way you can check if UOM is present or not in UOM DSO and then do the conversion via using conversion type.
    What you can do is write the routine rather than conversion type, to fetch the data from the UOM DSO.
    If conversion factor exist then you can convert it simple by multiplying with the value, if not then you can  easily skip the record by putting IF condition.
    IF factor <> 0.
    ENDIF.
    Hope this helps.Let me know if you need more info.
    Regards,
    Viren

  • UOM & Currency COnversion

    We installed SAP BW frontend patch 5 for BI 7.0. When I click on a keyfigure (Amt or Qty) I do not get an option for currency conversion or UOM conversion. Any Idea, Why these options are not available any more???

    Hi Anand,
    I think it is something to look forward to in NW2004s. See here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/27/b65c42b4e05542e10000000a1550b0/content.htm
    Hope this helps...

  • Decimal in routing unit of measure conversion

    Hi SAPper,
    I have an error from SAP when creating routing.
    Actual my routing consist of several operations
    Header Routing for finish good UoM = BOX
    10 Spray Drying UoM KG
    20 Press UoM BOX
    30 Firing UoM BOX
    40 Packing UoM BOX
    the problem is we must enter the conversion between UoM in operation to UoM in header routing
    100 BOX equal  3,275.59 KG
    or
    1 BOX requal  32.76 KG
    But:
    1. in routing operation UoM conversion doesn;t support decimal
    2. the space is too small for long numeric
    how can i dea with this issue.
    Kindly help
    Beest regards,
    Freddy Ha

    Hi!
    Actually you will have to define the conversion as 100 BOX = 3276 KG. This is applicable wherever we define an alternative UOM and give unit conversion factor, may it be additional data of material master or alternative unit for work center capacity. This is because it is designed like that. The UOM is stored in table as numerator and denominator without decimals. If you want you can get it modified from developer but that is not suggestible.
    Regards,
    Uday

  • XML data from a Web Service sometimes missing fields I need, any ideas on a trap?

    I get reports from our ERP via a web service to SSRS.  Just got asked to make a tweak in a report and find that the WebService only sends data that is needed for this transaction.  My issue is our entire system is based around EACH item we make. 
    New Trading Partner got Case Price.  We put two of our items together in a box for them is all that happened.
    Need to identify package column that had "ea" hard coded. 
    When I get a cs item there are more elements that identify conversion factor UOM etc.  They are only sent down for CASE items.  How do I trap for a column not being there 99.98555% of the time?
    _conv =  conversion factor.  I only receive it with a 2,4,6 in it whe4n the item is not an each. 
     =iif(Len(Fields!tcibd003_conv.Value) >0  , Fields!inh4470_qshp.Value / Fields!tcibd003_conv.Value , Fields!inh4470_qshp.Value  )
    How do I trap for this?  I tried Fields!tcibd003_conv.IsMissing but that didn't seem to work as expected.
    TIA

    Hello,
    Sorry, I cannot get your requirment and report design structure currently. Can you post the following information to us ? It is benefite us for further analysis.
    1. The fields in your dataset. You can post the dataset with sample data if it is convenient.
    2. The Report design structure: Table or Matrix and Group inforamation
    3. It seems that you want to filter the report data based on a expression, please post more details about the filter logic and expected result.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Rounding up of quantity in Process Order.

    Dear all,
    At the time of creating the process orders after saving the raw material and bulk quantity getting round up like for raw material if the required quantity is 4.230 G system rounds it up to 5.000 G,similarly for 165 case of finish if bulk required is 1193.472 system rounds up to 1200.But we do not want this we need the exact quantity.
    Let me inform you that no rounding profile has entered into the material master MRP view.Only one UOM is maintain in the Material master.
    Any possible reason of this,please inform.
    Rishi

    Dear kaushik,
    I n CUNI decimal places in display block is maintain as Blank this could be possible area of attention ,what exactly is and how it will play roll?,in conversion block it is 3 in the decimal place rounding (I think it will not affect as there in no conversion).
    UOM is KG only,field for unit of issue is blank i.e. no entries is maintain.
    Regards.
    Rishi

  • GR IR QUANTITY DIFFERENCES

    Hi All,
    the GR was made for 30nos and while IR processing its showing the GR qty as 30.02, plz let us know the reasons for the same.
    regards,
    nishith

    nissinha7 wrote:
    Hi All,
    >
    > the GR was made for 30nos and while IR processing its showing the GR qty as 30.02, plz let us know the reasons for the same.
    >
    > regards,
    > nishith
    HI
    Can you tell is thier any conversion for base unit of measure for that material.
    if yes then check the conversions of uom.
    Thanking you.

  • New to IS-Oil

    Hi guys
    i am really new to IS Oil.. just need some informations regarding MM module in IS Oil...
    1) any PDF files about the MM process ?
    2) what are the important transactions used in MM IS Oil? also how we navigate is oil access menu???
    your help is really appreciated.
    Thanks& regards
    Ganeshkumar

    Hi GaneshKumar,
    Oil uses normal MM tranactions. we have a oil specific view in material master where the quantity conversion group, UOM group are defined.
    You can refer to this link for more details.
    http://help.sap.com/saphelp_oil472/helpdata/en/09/c7183619b5a45ee10000009b38f889/frameset.htm
    Refer Hydrocarbon Product management to know more about oil quantity conversions.
    Best Regards,
    Soumya

  • Strategy 60

    Hi gurus,
    Here i am going to use strategy 60 but before that i am confirming the scenario by running it in testing server with test data.
    My test data is
    Finished good material = FV10
    Semifinished good      = sv10
    Raw material                = raw10
    Planning material         = FT10
    Both Planning material 'FT10' & FERT material 'FV10' have startgy 60 in material master.
    Planning material 'FT10'has been assigned in FERT material 'FV10' with planning plant & conversion factor & uom.
    FERT material has a bom with a component 'SV10' & Semifinished good material 'SV10' has a bom with a bom cmponent 'raw10'
    I have created a bom for planning material with the same component 'SV10'.
    When i creating a PIR with req. type 'VSEV' for planning material 'FT10' & running the mrp the out is only coming for planning material under net segment planning with assembly with order type 'VP' , which will not convert till the sale order comes for main FERT material FV10'.
    But the requirement is not generating for semifinished good material 'sv10' & raw matreial 'raw10'.
    Pls help me if i am doing some wrong process.
    Regards
    Piyush

    Dear ,
    I am following sap help instruction to configure this strategy.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/cb/7f9b7043b711d189410000e829fbbd/frameset.htm
    Regards
    Piyush

  • Weight for every bacth

    Dear All,
    We are implemeting IS MILL in a company.
    we create a classification batch for a steel like this
    height
    weight
    thick/width
    wight capacity (rho)
    when delivering, Sales Order always pick the wight from MM Basic Data 1
    Actually, the weight of every batch steel is different
    Acutal weight is obtain by height * weight * thick * rho in the classification in the batch.
    I am quite new with IS MILL
    is there any ides about this.
    Thank for help:)
    Best regards,
    Fred

    Dear All,
    Well we used variant configuration.
    The batch UoM only store conversion base UoM to Batch UoM
    but the shipping weight must be calculated by formula
    Height x wight x thickness x weight mass
    Can I resolved this by Object dependency?
    My friend told me that OD can resolved it with ABAP formula
    Kndly advice
    Best regards,
    Freddy

  • Query Designer : Quantity Conversion as per UOM

    Hi gurus,
    I am facing a typical situation here. I have Product Quantity data that I fetch from R3, This has diff UOM based on different product. I know the conversion factor. I have not included the conversion factor in the transformation while loading the data. Hence in the cube, the data is loaded without any conversion.
    Now, in my query, I want that the Quantity data be displayed always in say BOX (Whether at aggregate level, ex. Sales Office level or at a more granular level (product brand level)) it should always be in BOX. Can I make such a modification in my query so that the end result for quantity should always be in BOX.
    thanks n regards,
    Sree

    Hi Sree,
    You can set unit conversion for relevant key figures in the Query Designer.
    For that, you need to create a quantity conversion type first.
    For a BW7.x system, use transaction RSUOM to maintain quantity conversion type.
    It could be defined like this:
    Source unit: from data record
    Target unit: fixed: BOX
    Hope this helps.
    Regards,
    Patricia

Maybe you are looking for

  • Syncing apps FROM IPHONE TO ITUNES!!!

    The Iphone allows you to download apps onto the phone __from the phone__ but I can't find how to sync those apps I bought via the phone with apps in my Itunes library...???!~!!! It appears as though I will loose those apps if I upgrade my software ve

  • Special ledger plan data exctraction

    I'm trying to extract special ledger plan data on a line item level. We have a custom defined Z -starting special ledger tables defined in our system: T -table (summary table) A -table (actual data on line item level) P -table (plan data on line item

  • Gauges Calibration and testing

    hello all, can somebody help for sequence of process and setting required in MM/QM to -Send the Gauges for Calibration to out side vendor and receive back. -To send the material outside for (destructive)testing and receive the material back and book

  • Can i increase ram of my macbook air 2012 11".

    can i increase ram of my macbook air 2012 11". I purchased it from apple premium reseller in neighbouring city, they didn't tell me there is a 8 gb model also otherwise i could purchase it. so does these apple store provide changing something in my m

  • Allow certain records a user can view

    Hello, Which method is best to implemet a solution to allow certain records from a table to be selected from a particular user? I can build a view and grant select on that view to the user but I like to know if there is a better solution? (lable secu