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.

Similar Messages

  • Create Characteristic with multiple units of measure

    Hello Friends,
    I want to create characteristic (CT04) which has multiple units of measure.  At present  a  Characteristic is created with a single unit of Measure. I have to create characeristic and assign it in MIC. MIC specifications are customer dependent. Customer may give specifications in different unit of measure. While creating sales order, I am entering the specifications for characteristics, as material is created with varient.
    I am creating Single Characteristic multiple times for different Unit of Measure and assigning it to the class.
    Therefore according to the Customer requirment and his specifed Unit of Measure, that Characteristic is choosen having same UoM as of Customer.
    Insead of doing this, Is it possible to assign multiple units of measure to single characteristic?
    Waitng for reply!
    Regards,
    Kiran

    Hi,
    With Multiple Unit Of measures, I don't think its possible.
    You can Use CHAR for characteristics, to Use.
    Instead for Fixed Units. Let Marketing/sales Enter the req.
    But you shall make it Multiple Selection, Since you can use them in Selection Condition.
    Hope this is Useful.
    Regards
    Raghu

  • Create characteristc with multiple units of measure

    Hello Friends,
    I want to create characteristic (CT04) which has multiple units of measure.  At present  a  Characteristic is created with a single unit of Measure. I have to create characeristic and assign it in MIC. MIC specifications are customer dependent. Customer may give specifications in different unit of measure. While creating sales order, I am entering the specifications for characteristics, as material is created with varient.
    I am creating Single Characteristic multiple times for different Unit of Measure and assigning it to the class.
    Therefore according to the Customer requirment and his specifed Unit of Measure, that Characteristic is choosen having same UoM as of Customer.
    Insead of doing this, Is it possible to assign multiple units of measure to single characteristic?
    Waitng for reply!
    Regards,
    Kiran

    Hi,
    With Multiple Unit Of measures, I don't think its possible.
    You can Use CHAR for characteristics, to Use.
    Instead for Fixed Units. Let Marketing/sales Enter the req.
    But you shall make it Multiple Selection, Since you can use them in Selection Condition.
    Hope this is Useful.
    Regards
    Raghu

  • New calculated member based on existing measure and a dimension value

    Hi
    I’m trying to create a new calculated member in my cube based on an existing measure and a dimension value.
    I can do it easily in DSW but I want to do it as a Calculated Member in Calculations tab from my cube.
    I have a dimension called Product in which one attribute is UOM (unit of measure) and a measure called Quantity. The relationship with the fact table is “Regular”.
    For each product we have a unit of measure and an associated quantity measure:
    Product Name   
    UOM     Quantity
    Product 1   
              Km  
             50
    Product 2   
              Kg   
             60
    Product 3   
              Kw 
              25
    Product 4              L               
    15
    Product 5              T     
             1.5
    Total                                     151.5
    The calculated member I want to create is “Kw” and has to contain the value from Quantity measure when Product.UOM is “kW” and should look like this:
    Product Name   
    UOM     Quantity   
    Kw
    Product 1   
              Km  
             50           
    Product 2   
              Kg   
             60
    Product 3   
              Kw 
              25           
     25
    Product 4              L  
                 15
    Product 5              T     
             1.5
    Total                                     151.5        
    25
    So far I tried using the MDX with “IIF” or “Case” but with no results.
    What statement I should use in this case?
    Thank you.

    Hi Cees,
    Thank you for your answer.
    I never used yet the “Scope” statement and yet it’s an elegant solution.
    I use it as in your example:
    CREATE
    MEMBER CURRENTCUBE.[Measures].[Kw]
    AS NULL,
    FORMAT_STRING =
    VISIBLE = 1 , 
    ASSOCIATED_MEASURE_GROUP =
    'TR Other';
    Scope [Measures].[Kw];
     Scope [Product].[UOM].[kW];
     This = [Measures].[Quantity];
     End
    Scope;
    End
    Scope;
    …and the calculations are solid…with one exception: when I took out UOM from the query there are no more any resuts:
    Product Name    Quantity    Kw
    Total      
    It’s only working
    if using UOM in the query.                         
    I also thought that a
    tulpe might be another solution as:
    ([Measures].[Quantity],[Product].[UOM].&[kW])
    On this last one I’ve got the expected results with one exception: when I use UOM in the query all the other UOM values are listed each one of them
    having the [Kw] measure calculation value.
    Product Name    UOM     Quantity    Kw
    Product 1              Km  
             50           
    Product 2              Kg   
             60
    Product 3              Km 
              25             25
    Product 3              Kg 
               25             25
    Product 3              Kw 
              25             25
    Product 3              L 
    25              25
    Product 3              T 
    25           
      25
    Product 4              L  
                15
    Product 5              T     
             1.5
    Total                                     151.5        
    25
    …and without UOM in the query I have what I’m expected:
    Product Name    Quantity   
    Kw
    Product 1              50           
    Product 2              60
    Product 3               25           
     25
    Product 4              
    15
    Product 5             
     1.5
    Total                       151.5        
    25
     Maybe we can work together to find a solution.
    Thank you,
    Oks

  • Alternate unit of measure in service entry sheet,

    Dear All,
    I have created  service master with unit of measure MON(MONTH),  and  I have entered  alternate unit of mesure  1MON=30 DAYS,
    I have created  service PO with unit of measure  MON,   In service entry sheet  the unit of measure is MON, I want to change the unit of measure  to DAY,  BUT in service entry sheet the unit of measure is MON and the  filed is desabled, I cannot change the unit  on measure to  DAY, Please tell me how to change the unit of measure,
    With regards,
    ARABBAS

    Hi,
    Change of unit of measure in service entry is restricted as below
    Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:
    The base unit of measure is the unit satisfying the highest necessary requirement for precision.
    The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).
    So logically there is a constraint for what you are trying to do
    Thanks
    Diwakar

  • Component unit of measure field..

    Hi Experts,
       Please may I know the check table and  field for component unit of measure.
    and what is the difference between base unit of measure and component unit of
    measure.Answers will be be rewarded with good number of points.
    Regards,
    Kiran.

    hi,
    Component unit of measure is the actual unit in which you are storing data.
    base unit of measure is the way it gets stored IN SAP after converting from component unit of measure.
    for eg.
    if you wish to store 12 EA of a material in unit DZ(dozen) then the base unit will be DZ and component unit will be EA ie 12 EA = 1 DZ
    the check table is T006.

  • Unit of measure for calculation type C must be completed

    Hi All
    When releasing some contracts in SRM , we are getting the error message as above.
    The error message doesn't specify any particular part and the contract has more than 3000 parts.
    There are no conditions at header or item level.
    There is no Target quantity also. Just a Target value for the contract and prices for individual items are maintained.
    We are using extended classic scenario and the contract is manually created in SRM.
    I have checked the OSS notes for this error, but they are mostly for contract creation in Bidding and not for a manually created SRM contract.
    We checked the UOMs for all the contract parts with the UOMs ( Base and Purchasing) in ECC Material Master and they are OK.
    In our scenario , MM changes in ECC are replicated to SRM in real time
    Any pointers towards pin pointing the error will be rewarded!
    Regards
    Kedar

    Hi,
    We encountered this error message and resolved the problem by applying the following 3 SAP Notes:
    a)     Note #1022928 - Unit of Measure for Calculation Type C Must Be Completed
            (Previously Mentioned)
    b)     Note #1702484 - Unit of Measure for Calculation Type C Must Be Completed
    c)     Note #1517648 - Default Conditions Added for Product Category Item Type
    Although the contract required is similar to a "Limit" item, but had to be placed for bid, then the RFX PS Item Type was set to "Service" to receive the bid responses.  After accepting the bid response, then we created a contract from the bid response.  Since it was to be a "Limit" type contract, then we immediately removed the data from the following fields:
    Remove the Quantity
    Remove the Unit of Measure
    Remove the Price
    Remove the Price Condition
    After removing the values from these fields, then we switched the PS Item Type from "Service" to "Product Category".  We added the Guaranteed Minimum and account assignment data to encumber the funds.  We were able to "Release" the contract successfully.
    Bob Zinsmeister

  • 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

  • Deliverable unit of measure (UoM) determination?

    Hello,
    I would like to know if SAP supports the following process:
    Lets say we have a material of fluid (e.g. water), whose base unit of measure is Liter.
    Lets also say that we have an STO to transfer 100 liter of water from one plant to another.
    In the supplying plant, there are 500 bottles of 2 liter each, and 4 bottles of 20 liters each.
    We would like the system to suggest in this case to deliver 4 bottles of 20 liter, and 10 extra bottles of 2 liter in order to supply the full quantity.
    Is this a process that can be implemented in SAP standard? how?
    How should the bottles in the supplying plant be represented?
    Can the same material be in stock in different units of measure? or each "bottle type" should be a different material?
    Thanks in advance,
    Doron Oded
    Edited by: Oded Doron on Nov 21, 2010 8:12 PM

    Hi,
    You will create a material for water with base UOM as litre. In alt UOM you can include bottle as a UOM. Also in material master in plant data storage 2 view the unit of issue shld be updated as bottle. Now whenever you are trying to issue system will propose bottle as UOM..
    In this case you wud hav defined one bottle is ex 10 litres.
    I am not sure how to maintain 40 litres bottle or son
    Regards
    Naveen

  • Unit of measure(Pur UOM) not printing in Good issue(MB90)

    Hi,
    when printing  using MB90 good issue,unit of measure(under heading Pur
    UOM) is not printing in the report
    Can you please give any tips to solve this problem? 
    With Regards,
    Jaheer,MM consultant

    HI,
    Ordering Unit of Measure is different from Unit of Issue.
    Please check the material master record and input the fields accordingly. this information is carried to PO from Material master record as soon as you select this material.
    Now in the form you have to guide the abaper to build a layout to get the appropriate information and have the logic built to get the relavent field names into the printout depending upon the screen field.
    Thanks & Regards,
    Kiran

  • Order forecast Monitor screen will it pick base UOM or any other unit of measure?

    Hi All,
    In OFM screen showing only qty against key figures but UOM not showing.
    I would like to know in OFM screen whether always qty will show in base UOM or any other unit of measure?
    please can you suggest on this.
    Regards

    Venkat,
    SNC supports multiple UOM (Base UOM and Document UOM) only for the below Screens:
    ● Detail screen for purchase orders
    ● Detail screen for replenishment orders
    ● Detail screen for invoices
    ● Detail screen for advanced shipping notifications (ASNs)
    ● Query To Be Confirmed for the purchase order worklist
    Ref :
    http://help.sap.com/saphelp_snc700_ehp02/helpdata/en/46/9c3cff7ded371ae10000000a11466f/content.htm?frameset=/en/46/827d1…
    So, OFM screen data will always be in Base UOM only.
    Regards,
    Bharath

  • Regarding Alternate Unit of Measure

    Sir,
    Is there a provision to create a material with an Alternate Unit of Measure apart from the Barse Unit of Measure?.
    In this case what impact will the Alternate Unit of Measure have in the BOM?. How to configure the Alternate Unit of Measure of a Child Component in the BOM?.
    Can anyone give a detailed explanation of the subject.
    Regards,
    R. Vijayakumar

    Hi,
    Use tcode MM01 and select Additional data field in top. In this select Unit of measure tab page.
    Now enter the alt UOM with conversion factor.
    In this case what impact will the Alternate Unit of Measure have in the BOM?.
    In the BOM, you can assign only base unit. Alt UOM can not assign.
    How to configure the Alternate Unit of Measure of a Child Component in the BOM?.
    In the BOM, you can assign only base unit. Alt UOM can not assign.
    Regards,
    Dharma

  • US Unit of Measure (UOM) conversion to British UOM for a specific customer

    Hi SAP Guru’s,
    How can I convert the US Unit of Measure (UOM) for materials to British UOM for a specific customer? I want to keep the US UOM for all the other customers.
    Thanks,
    Best regards,
    Ketan

    Hi
    It should be available check for the field in customer info record for UOM & key in for requried UOM.
    If you get in touch with SD person they will help you to resolve this issue.
    Regards

  • Unit of Measure Calculation in Query

    Hi,
    I have a few calculated keyfigures in my query for example:
    whats happening:
    KEY 1= Standard Price * Qty A = Output in (LBS) Qty unit of measure
    What I want is:
    KEY 1= Standard Price * Qty A = Output in $
    How can i fix that on the query level so that my output is in $
    Thanks
    Edited by: DANIEL GREEN on Jun 12, 2008 2:33 AM

    Hi
    change the target currency and conversion type.
    --- Pravin

  • Leave unit of measure for calculation type A empty

    Hi Gurus,
    We are in SRM Extended classic scenario with 5.0 version.
    Here in SRM we have Procurement contact with process type Global Outline Agreement (GCTR).
    Currently we are facing problem while amending the condition type in the contact line item. When we change the condition type for particular line item then getting error message "Leave Unit of Measure for calculation type A empty. (item 10).
    On the line item the condition could look like this
    Condition                    Price                 Start Date       End Date      
    Price(Contract/Bid)    100 EUR            2010-02-22    2010-12-31
    gross surcharge %   5,5 %                2010-02-22    2010-03-31
    gross surcharge %   6,5%                 2010-04-01    2010-06-30
    gross surcharge %   8,5 %                2010-07-01    2010-12-31
    when we try to add additional conditon like "gross surcharge %" then we got this error message
    Leave unit of measure for calculation type A empty
    if I delete all condition "Gross Surcharge%" then the error disapear and then I can try again, sometime we could create those condition without problems but offen we have this error.
    Can any one help me to get rid of this error message.
    Thanks In Advance,
    Jakob Bang

    initially you could do multiple periods but when you change the condition it is not allowing you.
    can you make inactivate that andd new line item and add same item with new condition
    (SRM might have limitations)
    I tried this works for me
    MM 123 -
    FIRST :-
    price contract bid - 43.99 USD 2010.09.02  to 2010.09.02
    Discount (Absolute) - 3 %  2010.09.02  to 2010.09.02
    Discount (Absolute) - 5 % 2010.09.03  to 2010.09.03
    same GOA edited change version created
    price contract bid - 43.99 USD 2010.09.02  to 2010.09.02
    Discount (Absolute) - 4 %  2010.09.02  to 2010.09.02
    Discount (Absolute) - 5 % 2010.09.03  to 2010.09.03
    no erorr for me and GOA released too and reached backend too.
    Muthu

Maybe you are looking for

  • Re: Need a copy of my purchase receipt

    Hello,  I have the same problem. I bought a Camera Essentials Bundle GOPRO HERO 3+ Moto Black Edition and a Net10 Bring your Own phone 50$ sim card at BestBuy in Los Angeles ( 6000 Sepulveda Blvd #1240 Culver City, CA 90230) the 9th of July 2014 with

  • Problem Installing a Plug-In

    I am trying to install a plug-in, but keep getting the following error message: "Sorry; there is a space in your home directory path.  MacOS makes it difficult to do that by accident.  Contact your administrator for information on how to fix this." I

  • Adobe Air and Flash Future on Desktop and Mobile Devices

    Hello, iam interested to develop for mobil and desktop devices with AS3 and Flash Professional and i have any question. I see also many benefits to develop in flash as in java because javas gui development is based on swing a old java graphics engine

  • Cc 2014 - Nothing shows in inport window when importing AE comp.

    So I'm trying to import a comp and there's nothing at all in the window

  • HELP! what happened to my G5

    Of course its after hours and i can not call Apple. I was working on my G5... I work as a graphic designer so I have several things running at once. All at once I heard this sizzle and my mac shut off! Is it a goner or can anyone help me! I'm on dead