Material weight and quantity report

Dear,
Do you know if in standard SAP exists a report able to extract the material good movements and the material weight field to?
For example; something like the MB51 but with the weight field.
Thank you
Regards
Matteo

In SAP standard, movement data is stored in base unit and unit of entry. In Oil&Gas solution, you have table MSEG2 with the movement store in every unit of measure defined for the material. If you have this industry solution, you can access that information.
If that's not your case:
You may create a Query or custom report (custom program) with a calculated field to translate the quantity to the desired UOM.
You can create an Info structure using LIS, where you update your key figures based on an update formula.
You should be aware that above solutions are very different in terms that the first one will perform conversion using current UOM translation data, and the second one, will use the conversion defined at the moment of the document update. This means that if you change your conversion factors during a period, this may have different influences.
Now, regarding the use of querys or custom reports, I have to say that querys are actually customs reports, dynamically defined using the query transaction. But once you generate it, an abap program is created. Sometimes, this type of generated programs have issues regarding performance, because this dynamic generation of the program, not always defines the better design for performance. As you might know, not every table is the same in terms of database access, and talking about material movements, I believe that the information to manage is quite large.
Anyway, its true that you don't require abap programmer if you use query tools, but you have to take into consideration your particular business case to define the best approach.
Hope this helps!

Similar Messages

  • Fixed material code and quantity in every BOM

    Hi All,
    I have a requirment of adding a fixed material code to every BOM. This means that whenever the user creates a BOM, that fixed material comes by default with fixed quantity and the user will not be able to modify or delete that material.
    Is there any way in to do this. Please advise
    Thanks & Regards
    SAPXPT

    Hi,
    i think sap standared not provide the same u need to do some exit .
    Contact Abaper.

  • Vendors invoice and quantity report

    Dear Experts,
    I'm looking for a MM report, that run's montly , to provide the folloing information:
    - Material
    - Vendor
    - Quantity delivered
    - Invoice
    - Invoice total amount
    I would like to know if there is already a standard report that does it  ... or ...if not aht would be the best way to link MSEG table to AP Tables in order to get it.
    Many thanks in advance for your precious help
    Kind Regard
    Jose Marques

    Hi ,
    Many thanks for your help.  This report gave exactly waht I needed.
    Regards
    Jose

  • Material Price and Cost Report

    Hi Friends,
    I have
       EKKO ( Purchasing Document Header )
       EKPO ( Purchasing Document Item   )
       EINA ( Purchasing Info Record - General Data )
       A017 ( Material Info Record ) Tables
    Now  i want to fetch
                   STPRAS ( Standard Price )
                   PEINH  ( Price Unit     )
       fields from MBEW ( Material Valuation ) Table
    Can any one tell me How to Link MBEW  Table from the above Tables ?
    Points for Sure......
    Regards
    Srini

    HI
    GOOD
    YOU CAN JOINING ALL THE TABLE USING THE QUERY INNER JOIN HAVING COMMON FIELD MANDT.
    THANKS
    MRUTYUN

  • MC.A and MB51 reports

    Hello all,
           We have comparision between the reports MC.A and MB51 with the same selection criteria.
           Can any one please confirm, whether the receipt value calculated in the report MC.A will be equal to the multiplication of the Price available in the material master and quantity received in those dates.    
               As we have ran both the reports with the same selection, we have obtained material documents in MB51 for which we have sepeartely calculated Receipts and Issues. Now this values does not seem to be equal to the Value receipt / Issue in the report MC.A. Hence we request to let us know the reasons for the different behaviour of the reports.
    thanks & regards
    Chaitanya

    Hi,
       Can you please explain the behaviour of the report MC.A using an example. I would like to know how the field "Valuereceipts" is getting calculated.
    thanks & regards
    Chaitanya Rayaprolu

  • Weighted avg. price and quantity invoiced

    Hi,
    How to get the Weighted avg. price and quantity invoiced for a particular material(only invoiced price should be taken and not the purchase order price).  If possible provide me the related tables/FM/report etc.
    for e.g.on sel. screen if a material no. and an year is entered then I need the weigthted avg. price for 12 periods (jan2007, feb 2007 etc.) and qty invoiced for those months.
    Thanks for your help.

    Hi Ayyalas,
    You have to change error message in to warning message.
    Because in standerd system its warning message.
    Thanks and regards
    Gitesh

  • Update new material master weight and dimension in open sales orders and de

    Hi,
    Iu2019m maintaining gross weight, net weight, volume in material master. When the time of sales order entry in VA01 its calculating weight and dimensions based on material master and order quantity. And I create deliveries in VL01N.
    If I made a correction in the net and gross weight in material master after I created the sales order will the correct net and gross weight will pick up at the delivery creation.
    In other term is the VL01N net and gross weight is taking from which is available in SO or Material master.
    Is there any standard transaction to update already existing open sales order, delivery net and gross weight once it is corrected in material master?
    Please advice.
    Sam

    Is there any standard transaction to update
    No it is not possible to update the weight in existing sale order or delivery.  You have to change it manually or create a new sale order.   Weight in delivery will be fetched from sale order only and hence,  whatever delivery you create referencing a sale order, system will copy whatever is there.
    thanks
    G. Lakshmipathi

  • Quantity differences in MC.D and MRN9 report

    Hi Experts,
    Could you please help me in understanding when there could be a difference in the quantities for a materil in reports MC.D and MRN9.
    Also, can you please explain briefly how the values are calculated in these reports.
    Best regards,
    Raghavendra.

    Check your selection criteria...
    Give a material and plant and period 01.2014 to 03.2014 in report MC.9.
    Then execute
    And in report MRN9,
    Give the company code and key date 05.03.2014. Enter same material and same plant.
    Then execute
    You can see my both quantity and value are same in these two report..

  • Query on material and quantity updation

    I updated material and quantity updation for a particular material type and plant combination in development server. Before transpoting in transport request, when I View Cluster Maintenance: Data, I am able to see that in table T143M is also updated for some other plant and material types which I had not done in customising. Also note that for the entries in transport for all plant and material type combination other than intended one, there are no qunatity and value updating which had been activated. Can someone throw light as to whether is it a functional or techinal issue which is causing this?

    Hi,
    whenever your copping new material type from existing one it  will copy all the setting ie screen reference , attributes and even quantity / value update also . so it will display like that .

  • A report for MM where basic list will contain the material no and material

    how to develop a report for MM where basic list will contain the material no and material description for the range of material no chosen by user. ...plz help me...how to do this step by step..

    Hi Raja,
    Firstly declare a select-option for material number.
    write a select query specifying the required field and specify a where clause
    as
    WHERE MATNR IN S_MATNR.
    Obviously you will select the records into internal table and so loop that internal table and display the records...
    The records will be displayed on the basic list.
    Hope this will solve your problem.
    Regards,
    Narin Nandivada

  • Report with material number and planned delivery time

    Is there any standard report with material number and planned delivery time ?

    Hi,
    I do not know any standard report. Please try SE16 + MARC...
    BR
    Csaba

  • From which table can I display PGI (material and quantity)for a spesific cu

    Dear gurus,
    From which table can I display PGI (material and quantity)for a spesific customer order?
    Thanks in advance

    HI
    PGI and material quantity can be available in MSEG table
    for this enter the sales order number in KDAUF or* MAT_KDAUF* fields in MSEG table
    Also try with LIPS delivery item table and LIKP table
    regards
    SAP SD
    Edited by: sapkpit_sd on Jul 22, 2010 8:14 AM

  • Update delivery with material and quantity.

    hai abap gurus,
          My requirement is to create a sales order and create a delivery with sales order reference.
          I done both.But now i want to  update my delivery with material and quantity.
          Is there is any bapi or function module.
          can any one help for my request.
                                                             with regards,
                                                                  mallik

    Hi,
    You're on good way while using FM SERNR_ADD_TO_LS and SERIAL_LISTE_POST_LS .
    In the second function module you don't need to pass anything.
    Don't forget to make a commit work to avoid database error during synchronisation.
    I had also one case of updating the serial to the document. It was the Sales order. I have worked with the function module SERNR_ADD_TO_AU which is internally using the function module SERNR_ADD_TO_DOCUMENT. The following is the sample code for it:
      CALL FUNCTION 'SERNR_ADD_TO_AU'
        EXPORTING
          sernr                 = w_sernr
          profile               = c_zd01
          material              = w_matnr
          quantity              = '1'
          document              = w_vbeln
          item                  = '00010'
          debitor               = fs_header-sap_ship_to
          vbtyp                 = 'C'
          sd_auart              = w_doc_type
          sd_postyp             = w_item_cat
        IMPORTING
          anzsn                 = w_anzsn
          zeilen_id             = w_zeile
          serial_commit         = w_serial_commit
        EXCEPTIONS
          konfigurations_error  = 1
          serialnumber_errors   = 2
          serialnumber_warnings = 3
          no_profile_operation  = 4
          OTHERS                = 5.
      IF sy-subrc eq 0.
        CALL FUNCTION 'SERIAL_LISTE_POST_AU'.
        COMMIT WORK.
      ENDIF.
    And one more thing, don't forget to have the call to the function module 'SERIAL_LISTE_POST_AU' amd commit work if the return code is 0. This is also mandatory.
    regards
    Satish

  • To make material and quantity grid out in process order

    Hi ,
    is there any user exit  so that material and quanitiy column in process order can be made grid out................as the material and quantity will flow from BOM ........

    Hi
    Open this link and press Ctrl+F and write component. You will get all possible userexits and Badis relatred to component tab in service or maintenance order. Ask your ABAPER to try those which will be found in this link.
    PM-CS User Exits - ERP Operations - SCN Wiki
    Thank$

  • Update weight and volume when changing the quantity

    Hello ALL,
    For some configurable items, those whose weight and volume depends on configuration, when changing the quantity at set level, weights and volumes are not calculated again and order item is saved with wrong data about weights and volume.
    when ever changing the quantity we will get a message - " Changing date/quantity may result in different BOM Please configure"
    if we do explicitly by clicking "Item Details Configuration' then Weight and Volume will get update automatically.
    my requirement is Weight and volume should get update automatically when changing the quantity with clicking on "Item Details Configuration'.
    could you provide any OSS notes available for this or any help to achieve this functionality.

    Dear Prathap Naidu P,
    Did you solve this issue?
    Because I have the same problem, and I was looking for hints.
    Thank you so much for any help.
    Best regards,
    J.Flanders

Maybe you are looking for

  • I have a items in a pallet or in a box can I de kiiting directly this box

    I have a items in a pallet or in a box can I de kiiting directly this box Example I have an items with unit of measure each I have a box 10 has 10 each also I have a pallet with 100 box of 10 Can I di kiting the pallet directly from pallet to each ?

  • Material returns in case of Inter company stock transfer

    Hello, In the inter company stock transfer, when material is  recived in the receving company code, it will get rejected in the quality check. what is process in the SAP to return back material to  supplying company code. Regards Manish

  • Error in editing object: Error in RFC to Solution Manger System

    Hi All, Our System release is ERP 6.0 EhP4 and our DB is Oracle. When we try to create or edit any object (eg: Function module, package, function group, tables) in our system and save it in a local workbench request, we are getting an error which sta

  • Sales structure transfer from R/3 to CRM - Generate = RED

    Hi Experts, as we created new sales offices and sales groups in our R/3 system we have to transfer them to CRM. After the generation of the selected lines the new organizational units have been transferred to CRM but in the transfer table below I can

  • TOC missing data

    I am trying to produce a Table of Contents for a CS3 document and quite a few of the items that should be in the TOC are missing. I am creating the TOC from one paragraph style and have checked that all the data that I want to appear is set to that s