Unit of measurements with no dimensions

Hi,
CUNI has 'No Dimensions' for Unit of measurements Case and Each. Is there any way to create a dimension for these or add to some other existing dimension in order to use the FM UNIT_CONVERSION_SIMPLE? Are these changeable or are they supposed to be in the dimension AAAADL? No luck searching the forum.
Thanks

What would be the best method to convert something to EAches? FM UNIT_CONVERSION_SIMPLE is throwing a dimensionless error message.
Would copying the CS and EA definitions to another dimension cause an overlapping of dimensions? Asking before actually doing the work to ensure time spent is productive in doing the copy?
How accurate are the Denominator and Numerator fields from the Line Items? How are these fields populated? Are they manually populated by the data entry person or are they read off from the master data tables?
I would think these fields are not manually entered by the data entry persons who are posting the documents. The VA01, for example, only allows users to enter the quantities. Why would someone configured the VA01 to have the end users post a document and have to enter these fields  manually.

Similar Messages

  • Unit of measure with language Key

    Hello Guruz,
    WHile creationd of purchase order, there is a check kept which compares the vendor communication language which gets updated in the Po header - Communucation tab with Db table T006A which holds the Unit of measurements with Language Key and pops up an error message.
    It cheks the order unit in the PO, and the T006A whether the unit is maintained in the Language key as in the PO header - Communiction tab.
    But while creating a unit of measurement in CUNI, we dont have the option to maintain the language key for the UOM.
    In CUNI, it defaults the language key as EN in table T006A.
    I need a prompt support from you guys on this issue. Please suggest how to go about with this?
    Best Regards
    Greg.

    Hello,
    When i am trying to go for the language key in CUNI, it says that the said language is 'not available in server'. I guess it is checking whether the language patch is updated in the server.
    But it doesn't sound logical to maintain all the unit of measurements in all the vendor languages. Suppose if we are having vendors with 75 communication languages and we are having 50 units os measurements, so does that mean that we have to maintain units of measurements 75 X 50  times ?
    Kindly provide your inputs on the issue. We are facing lots of issues with this control kept in PO header checking for the T006A with the vendor communication language.
    Regards
    Greg

  • Please let me know the TCODE for configuring Unit of Measure with settings

    Dear All,
    Please let me know the TCODE for configuring Unit of Measure with settings.
    Thanks

    Dear All,
    Please let me know that can we get PO amount with Taxes included in report ME80FN.
    Is there ant other standard report to get the same?
    Please help.
    Thanks.
    Shreya

  • Alternate Unit of Measure with several Qty KF's

    Case is as follows:
    3 different plain KFs related to qty. Sales volume, net weight anddelivery qty.
    All need to be dispalyed in the same report. All have different base unit of measure.
    I have only one variable [YTAUNIT) for entering required unit.
    Now if I enter all KFs using this same YTAUNIT variable for them each separately I get error message on the query that this is not permitted.
    How should I change the structure ?
    - add new variable for each KF ? (YTAUNIT1, YTAUNIT2, .....) -> do I need to change any of the ABAP codes? is there a link only picking YTAUNIT ?
    Please can You give me an example (detailed) how to proceed ?
    Thanks in advance
    Petri

    Hi,
    I have worked on single variable But from the understanding of working I feel you need to create three diff variable (input var) YTAUNIT1, YTAUNIT2 ect Because they are on same base unit of measure with different units of measures. And you will have to take corresponding variable for every key figure in the calculated KF.
    Just try with different variables.
    Assign points if it helps.
    Regards,
    Wrushali

  • Reg: Unit of measure with respect to stock keeping and BOM

    Dear Friends,
    i need one input regarding BOM.
    For one of the material we are keeping stock in KG(UOM). But at the time of goods issue we need to issue interms of
    EA.(UOM) .In BOM for this material i need to keep basic Unit of measur as EA. So please let me know where can i maintain this
    conversion factor.
    Thank u in advance.
    Edited by: dayanan on May 9, 2011 12:36 PM

    Dear Sir,
                 Please go to Basic data tab of the material  nad than select the additional data, herer you may defuind the alternate unit iof measurenment.Also you can make  anew  unit alternate of measurement by CUNI.
    Regards
    Edited by: laxmi23101975 on May 23, 2011 9:17 AM

  • Unit of Measurement with same commercial key

    Hello,
    I want to create different internal measurement units, by assigning same commercial , technical and ISO code like below:
    Unit   commercial     technical         ISO code
    TA       PC                  Piece             PCE
    ST       PC                  Piece             PCE.
    while createing second one, system is giving error meassage Commercial UNIT :PC:  already existed. Messsage number:BM009.
    How can I over come this?
    regs,
    Ramesh

    The Commercial unit is a key field and has to be unique.
    What is the need of creating another UOM with same details.
    Regards
    Bhavesh MIstry

  • Problem with Unit of measurement

    Hi,
    I am having problem with Unit of measurement with different languages.
    Eg:
    In SPRO, I am able to see the unit of measure T3 Description: (Trading unit).  in SAP 200 client .the logon language is EN(english).
    But if I logon into same client(200) with different language DE(german) version, I am not able to see the description in German, the description field is blank.
    Kindly give me a solution for this problem as it is very urgent.
    Thanks in advance.
    Regards,
    Shankar

    Hi Aishwarya,
    I can think of 2 possibilities:
    1. You need to verify passing the Target UoM with the ISO Code as well as the update flag in the 'X' structures.
    2. The material that you are trying to pass some UoM does not have the conversion maintained in the Material Master. (Base UoM --> Target UoM conversion in Material Master, contact Functional Consultant).
    Also, if you can verify by performing the action manually and check if the Sales Order is getting created manually with the Target UoM .
    Regards,
    Pranav.

  • How to model a conversion table for unit of measures?

    Hi
    I am looking for some input on how to model a many-to-many relationship.
    The situation:
    A fact table with columns:
    Product
    Unit of Measure
    Date
    Value
    1 product is stored with 1 and only 1 unit of measure - e.g. Product = Oil, unit of measure = m3
    The fact contains several products, each having its own unit of measure.
    A dimension 'Unit of measures' with columns
    Unit Of Measure
    Unit Of Measure Name
    Measure System
    While reporting on the facts it should be possible to chose the unit of measure I want to see my facts in. E.g. I want to be able to show Oil-production in m3 or barrels or liters, etc.
    My challenge:
    How to model this requirement?
    Right now I tend to go for a bridge table between the fact and the dimension.
    But I was wondering:
    a) are there other ways to model it
    b) are there pitfalls in using Bridge tables?
    c) Can I re-use the bridge table in combination with other facts as the model grows?
    c.2) do I need to create an alias on the bridge table to re-use it?
    Thanks for your help
    regards
    Andy

    Hi Kart,
    ok let's say my model looks like this (columns below the tables names, sample in brackets) - again ignoring a date dimension:
    Dim_Product --- 1:n --- Fact ----- n:1 ----- Dim_UOM
    Id (1,2) Prod_id Id (1,2,3)
    Name (Oil, Gas) UOM_id Name (m3, Barrel, Litre)
    Value
    So the products are coming from the Dim_product, Unit_of measures coming from Dim_UOM.
    Fact values would look like this
    Prod_id UOM_id Value
    1 1 10
    1 2 84
    1 3 10000
    etc
    If I need to report in a new measure, I would be forced to add a new record to the fact table
    Prod_id UOM_id Value
    1 1 10
    1 2 84
    1 3 10000
    1 4 150
    with 4 being the new measure id.
    What I am looking for is a way to be more flexible when it comes to converting values to different measures.
    Thanks
    Regards
    Andy

  • Cost/revenue rate E_MOE_DEC, 00000000: unit of measure PDA does not exist

    Dear community,
    I am still working on SAP PPM FICO & CATS integration.
    I can't replicate my cost/revenue rate in the ECC system.
    There is the error message : Cost/revenue rate (name of the cost/revenue rate) : unit of measure PDA does not exist
    Does someone know what PDA is ?
    I customized the units with FTE.
    Thank you in advance for your help.
    Best,
    Cassoké

    Hi Cassoke,
    Through analysis found that you need to define 'Units of Measurement' PDA which is linked to the capacity unit 'FTE'.
    Just check whether you have the PDA unit of measurement in tcode-CUNI or under SPRO-->PPM-->Portfolio Management-->Global Customizing-->Global Settings-->Define Units of Measurement.
    Select dimensions 'Time' and click on 'Units of Measurement' and if no PDA entry is there, create an entry(Attached screenshot for your reference).
    Hope this helps.
    Regards,
    Ravi

  • Creation of Basic unit of measure

    Hai Guru,s
    when i am going to create MM01 basic UOM PC does not exit...........when i go create UOM pc in T.code :CUNI  unit of measure Tab besides what i have to select like MASS.............so...on
    Thanks&regards
    Anjaneyulu

    Hi,
    Tcode: CUNi
    Path:
    SAP Customizing Implementation Guide - SAP NetWeaver - General Settings - Check Units of Measurement
    Click on unit of measurement and then on the top menu click on unit of measurement and then click new entry. You will be able to define UOM's
    Standard settings
    In the standard delivery system, units of measurement are defined according to the international system of units (SI).
    For a new installation, units of measurement are delivered in all clients. For upgrades, new units of measuremente are delivered only in Client 000. They then still have to be transported to the production clients.
    Recommendation
    If you intend to perform cross-company data exchange, note that units of measurement with company-specific characteristics may have an adverse effect.
    Activities
    Check that the dimensions delivered and the associated units of measurements are complete.
    If you are using EDI, you should also check the ISO codes.
    Next to Tab: Unit of Measurement, is Dimension. If you have the required deimension for UoM, select the same or create one to select; else select AAAADL (No Dimension).
    Hope, this may help you, some extent.
    Best Regards,
    Amit

  • ISO codes for Units of Measure

    are the iso codes held in the uom the standard codes?  are these sap standard or can these be amended to what is being output and received by the business for EDI?

    Hi Smith,
    Go through the below explanation, which would be helpful for you.
    Check units of measurement
    In applications you often have to make calculations with quantities and physical units. Units of measurement are needed for their screen display and for internal conversions (such as kilogram <-> gram, but also centimeter <-> inch). The international system of units (SI) is used for this.
    The international system of units is based on seven basic units of measurement. All other units are derived from these basic units. Units of measurement that measure the same quantity (and can therefore be converted into each other) are included in a dimension.
    Units of measurement are held centrally in the SAP System for all applications. The conversion factors are stored in the system with a unique internal key. The external display specifications are maintained for each unit of measurement language-dependently. A business key (3 characters) and a technical key (6 characters) should be maintained for each language.
    Standard settings
    In the standard delivery system, units of measurement are defined according to the international system of units (SI).
    For a new installation, units of measurement are delivered in all clients. For upgrades, new units of measuremente are delivered only in Client 000. They then still have to be transported to the production clients.
    Recommendation
    If you intend to perform cross-company data exchange, note that units of measurement with company-specific characteristics may have an adverse effect.
    Activities
    Check that the dimensions delivered and the associated units of measurements are complete.
    If you are using EDI, you should also check the ISO codes.
    Dimensions
    1. Call the maintenance transaction by double-clicking with the mouse on the Execute symbol.
    2. On the initial screen of the maintenance transaction, call the function Dimensions
    To get a definition of a dimension, place the cursor on the dimension and choose the function Details.
    3. If required, create new dimensions with the function New entries.
    Units of measurement
    1. Call the maintenance transaction by double-clicking with the mouse on "Execute", or press F3 to leave dimension maintenance and return to the initial screen of the maintenance transaction.
    2. Select - from F4 Help for the field next to the Units of Measurement function - the individiual dimensions, and choose the Units of Measurement function.
    To get a definition of a unit of measurement, position the cursor on the unit of measurement and choose the function Details.
    3. If required, define new units of measurement according to the international system of units (SI) with the menu function Unit of meaurement -> Create.
    Here you have to make make specifications for:
    Display (including a descriptive Units of measurement text)
    Conversion (not applicable to units of measurement without dimensions)
    Data exchange (EDI) (optional)
    Application parameters
    ISO codes
    1. Call the maintenance transaction by double-clicking with the mouse on "Execute", or press F3 to leave maintenance of units of measurement or dimensions and return to the initial screen of the transaction.
    2. Choose the function ISO codes.
    3. If required, maintain new ISO codes with the function New entries.
    Hope this helps.
    Thanks,
    Viswanath

  • Unit of measure

    Hi
    I want to procure same material from same vendor for different plants with different unit of measure.I tried maintaining different unit of measure in inforecord but it is not posible...
    How to maintian differnet unit of measure with plant level for same material..
    kindly need your inputs
    -Prabu

    hi,
    soory for delay,
    to create condition table and assigning to access sequence go to
    spro-mm-purchasing-condition-create contion table(in this create table in 900 ser.and enter. then double click on field u wnt eg. pur.org plant etc and then generate the table)-then go to acc. seq. in that go to change and assign that con. table before the info record table i.e. if info record acc, no. is 20 give earlier no. which is available and save it .
    then go to MEK1 t. code u will get the pop up in which u will get u r combination ok.

  • Unit of measure in BOM

    Hi...
    I have one problem with unit of measure in BOM.
    We can maintain item quantity upto 3 decimal point.My problem is with one of material having consumption of  0.01042 for 1pc of header material.
    Due to constraint in maintining decimal point in BOM we maintained it as 0.011 & it leads to undesired result after BOM explosion.
    I know there is one way of going with base qty. of header to be changed.
    Suggest  other else?How to get out of this.....
    Regards
    Tushar

    Hi Brhamankar...Thanx for your valuable i/p.
    We have got solution to the said problem as below(Without increasing the base quantity of header)...
    1)Create new unit of measure say TP
    2)Maintain it as alternate unit of measure with conversion as 1000TP=1042PC in material master of that component
    3)Maintain the quantity in BOM as 0.01TP
    4)Make plan entry for header level say for 50000
    5)After MRP run , procurement proposal for component as 521PC(Previously it was 550PC because restriction of 3 decimal point, in BOM rounded with 0.01042 =0.011PC)
    6)After MFBF, material consumption is also found ok
    Regards
    Tushar

  • Multiple unit of measurement

    Dear All,
    We are reporting a production capacity in Kg.
    Selling unit is in SQM & Nos.
    Production unit is in Nos. & SQM.
    Theoretically we have relation ship in "10" SQM = "10" KG = no.
    But at the time of production "10" SQM may becomes "11" Kg
    We want reporting in actual KG produced along with SQM & nos.
    I have already tried with maintaining alternate unit of measurement in following way.
    - Base unit of measure Kg & production unit in SQM = I am not able to report nos of units produced.
    - Base unit of measure SQM & Production unit in KG = I am not able to report nos of units produced,
    - Base unit of measure Ea & production unit in KG = I am not able to report nos of Square meters produce & actual KG produced.
    Let me know how I can overcome this situation.
    Regard,

    Hi Dear,
                   You can't take two units for sales & two units for Production automatically by system,
    U can only a specific unit for each.
    In your case my opinion that you take Base unit in which you want to maintain stock as per i get KG is suited for it & then go to material master and then go to additional data by clicking additional data push button here u get tab unit of measurement here you go & give other unit of measurement with conversion & can change manual any where you want & make sell or production in any.
    But if you have any most usable unit in production then it you can define & can change at the time of creation if by the way u want to change.
    Hope it will work for you.
    Regards.... Rakesh Saxena

  • Changes in Base Unit of Measure

    Hi,
    We got an issue,User tried to change the Base unit of Measure from NO to KG.
    1.For this material we dont have stock in unrestricted and quality,But it has reservations. 2.It has got Scheduling agreement,3.This material is used In BOM.
    So if i cancel reservations,then remove this item from scheduling agreement and delete it from BOM.Will it work further to change the Base Unit of Measure.
    Please Do help me in this matter
    Thanks and Regards

    1) You can only change the base units of measure under the following circumstances
    •No stocks are available for the material.
    •There are no existing purchase requisitions, purchase orders, or scheduling agreements for the material.
    •At present, no purchase orders or purchase order items are being created or changed.
    •Item is not linked in any BOM as chield part
    If requests for quotations, purchasing info records, or contracts are available for a material, the system emits a warning while changing base unit of measure. Still if you want to change unit of measure specify in a dialog box the factor for converting the base unit of measure into the new base unit of measure. The purchasing info records are then, if necessary, updated.
    2)  Solution
       As system is not allowing changing base unit of measure there will be either stock of this material or existing purchase document
    1) If there are stocks in the previous period, you can clear them as follows:
    a) Post the stock in the previous period to the current period (for example, using movement type 561) so that the stock for the previous period is the same as the stock for the current period.
    b) Clear the stock with the posting date in the previous period (for example, using movement type 562).
    2) If there are Open purchase requisitions, purchase orders, or scheduling agreements for the material.complete all P2P cycle for open orders (purchase requisitions, purchase orders, or scheduling agreements) and then close it.
    3)Delete item from BOM
    Then
    1.     Run Trnx MM02 (Change Material Master immediately.
    2.     Overwrite the old base unit of measure with the new one in basic data screen.
    3.     Save the change.
    3) System checks
    If a change criterion (Trnx. code MM02) is meeting all necessary prerequisites (as mentioned in point 1).System allows changing base unit of measure. Otherwise it displays warning or error. U can display the reason for this, by choosing Display Errors (ctrl+F1)

Maybe you are looking for