Report for historic valuation of material-MBEW and MBEWH

Hello,
Our client needs a report that shows the value of stock of past period, the medium price during last exercises. Actually they have a Z report that show all this data, considering the data on MBEWH. The problem is that MBEWH only is updated if there is a price change (for example MR21) or a goods receipt. This table only will be changed when in the comiing month a material have any movement of stock.
My question, if we catch the values LFGJA and LFMON OF MBEW table we consider the last change of price, and the key for entering to MBEWH table to get the past values.
I have checked too, the MC.9 transaction. Looks like fine too, but if we can develop a program for accessing to the S039 table, this table is transparent table and we can not get any data. The data is providing from S032 table, and I have seen, that this table sometimes contains insconsistency values or negative values.
Is there another transaction to get our client's requeriments???
Thanks

Hi Ravikumar,
Hope you are an ABAPer. If not also, you can achieve this through an ABAPer. As mentioned by others, you need to check whether your requirement is met by the standard transaction MB5B. You need to check whether this transaction gives you the exact opening and closing balance for a material. If this gives what you want, then you need to make some small enhancement in the MB5B report program so that you will be getting the result of the opening and closing stock. In this enhancement you will use EXPORT to export the result to your program where you can IMPORT it. This procedure is explained in detail in a document created in SCN dated 30th November, 2012 by Sijin Siji. Have a look in that.
That document is descriptive and it will be helping you in solving this issue. If you have any doubts, please revert back.
Regards,
Abijith

Similar Messages

  • Regarding BW standard extractor for material valuation (  MBEW and MBEWH )

    Hi All
    I would like to extract data from  MBEW and MBEWH tabels to get material valuation information. Is there any standard extractor avaiable to fect this this information to BW? I have seacrhed forums , some one suggested to use 0CO_PC_ACT_05 extractor but they have also mentioned it would not fetct data from history table MBEWH table. I need to extract full information based on both the  tabels for all the years.
    Is there any extractor available?
    Please advise
    Thanks
    Vennela

    Hi Vennela:
    We did not use any DSO from standard content. We created a custom write optimized DSO with the same key fields as MBEW.
    We do a delete data and full reload every night.
    Then we load 0MATPLANT from the DSO.
    We also do a currency conversion to convert all prices to USD and load a custom attribute of 0MATPLANT to hold USD prices.
    These material prices will get over written every day with the current valuation for that day.
    Thats our data flow.
    We did not have a requirement to hold history from MBEWH. you might be able to hold history within BW if you load the data into another DSO with a extra key field for the system date of the day you are loading data for.
    Hope this helps.
    Good Luck.
    MP.

  • Stock report using mbew and mbewh

    Hi to all.
    i want to prepare o report for month end stock.
    i am preparing this report using tables mbew and mbewh..
    as per my knowledge goes the current stock is in the table mbew and history stock is in the table mbewh.
    i am picking up the current data from the mbew and history data from mbewh..
    the report is working fine till for january to august..
    but i dont know what wrong happen when i run it for the last month of previous year i.e 01/12/2005.
    it is showing some data difference for this period and also due to this some difference for earlier periods..
    please suggest me what could be the reason..
    because i have worked a lot on it and it is also working fine for this year...
    also tell me what could be the problem..
    i will surely reward back with points..

    HI
      I guess the problem might be lying with the way you
    are handling the date or period.
      Can you post your code???
    Kind Regards
    Eswar

  • The standard report for BOMs of a material with a selected period?

    Hi Gurus
    Is there any  standard report for BOMs of a material with a selected period?

    Hi,
    You will have to develop a report for your requirement,
    The following tables will be used for the report
    MAST-WERKS
    STPO-MATNR
    MARA-MAKTX
    STPO-BMENG
    STPO-POSNR
    STPO-IDNRK
    STPO-MAKTX
    STPO-DATUV
    STPO-MENGE
    STKO-MEINS
    STPO-AVOAU
    Regards
    Merwyn

  • The relation between table mbew and mbewh

    MORNING!
      I wanna know the relation between table mbew and mbewh.
      I finded some materials in table mbewh have total valuated stock , but these materials don't have value .
      Thanks a lot !

    Hi Roy, please check this link.
    http://www.sapfans.com/forums/viewtopic.php?p=4330&sid=a1b0e2c950bb90aa410b796d9ce0a13c
    REgards,
    Rich Heilman

  • Reports for standard Valuation class

    Dear Sap Gurus,
                                 I would like to know whether there is any standard reports for  valuation class wise...? kindly let me know.Thank you.

    Hi,
    What do you want Valuation Class wise?
    If you want Stock then refer MB5L - List of Stock Values : Balances
    And if you want Material List then check MM60, but Valuation Class will be available in output screen not in selection screen.

  • Report for Purchases of a Material

    Dear MM gurus
    Is there any standard SAP report for the following criteria?
    1. Material code
    2. Qty purchased and uom
    3. Value
    4. Taxes
    5. Total Purchase value
    6. Material type
    7. Vendor
    8. Material Receipt doc. 
    Appreciate your quick answer.
    Thanks
    Ravi

    No all u mentioned fields are not covered in STd Report
    Std Report covers,
    1. Material code
    2. Qty purchased and uom
    3. Value
    4. Total Purchase value
    5. Vendor.
    you have to made Zreport for that.

  • Z report for opening qty of material date wise

    I have to develop a zreport which will calculate date wise opening  stock of material   and closing stock of that material at particular
    location ( not to use standard reports)
    I have to display sale qty and stock transfer qty  date wise.
    Similarly receipt qty  date wise.
    For sale qty, stock transfer qty and receipt calculation are date wise ok. But problem is to get date wise opening and closing stock of particular material.
    is it possible to get location wise material wise date wise opening stock list  in z report.
    Thanks

    Hi Ravikumar,
    Hope you are an ABAPer. If not also, you can achieve this through an ABAPer. As mentioned by others, you need to check whether your requirement is met by the standard transaction MB5B. You need to check whether this transaction gives you the exact opening and closing balance for a material. If this gives what you want, then you need to make some small enhancement in the MB5B report program so that you will be getting the result of the opening and closing stock. In this enhancement you will use EXPORT to export the result to your program where you can IMPORT it. This procedure is explained in detail in a document created in SCN dated 30th November, 2012 by Sijin Siji. Have a look in that.
    That document is descriptive and it will be helping you in solving this issue. If you have any doubts, please revert back.
    Regards,
    Abijith

  • Why can't I create a report for standard price by material

    Any ideas? All reporting I have tried in SQO1 and even in SE16 returns 0 value for standard prices?
    Firstly why is this? and secondly is there another way I can pull a report by material showing standard price?
    Points awarded, many thanks

    hi,
    In MM60, u can get report for  materials having standard & moving average price based on ur input in selection screen like material,plant,material type,material group & created by only. As of my knowledge,
    there is no option to get list of materials with standard price in std.SAP.
    There are two options to generate report for materials with standard price.
    1. It is better go for customization . selection screen must contains price control field. if u enter price control like 'S' or 'V' in intial screen , report is generated.
    2. create a ABAP query for this.
    I hope this info is helpful to u.

  • Report for wage type with number, amount and amount per unit?

    Hi friends.
    I would like to know if there exits a report for wage type (like the PC00_M99_CWTR) that shows the number (anzhl), amount per unit (betpe) and the amount (betrg) of a person for a specific wage type.
    The standar report PC00_M99_CWTR does not display the amount per unit (betpe).
    Thanks in advance.
    Albio.-
    Edited by: Albio Manuel Vivas on Oct 20, 2011 6:13 PM

    Thanks,
    could you tell me what transaction i'll should use?
    thanks in advance
    Albio.-

  • Report for Billing doc with payment status and tax details

    Hi All,
    I want the report for payment due billing documents with following fields and after payment is done( F-28 ) that document should not appear in the report for the said period.
    Billing date, Billing doc no, Net value, Tax Amount
    Thanks and regards,

    Dear,
    Check S_ALR_87012172,S_ALR_87012186,S_ALR_87012168, S_ALR_87012197, S_ALR_87012173, S_ALR_87012174.
    Regards,
    Mahesh Wagh

  • MAX create report for cRIO doesn't contain software and devices

    I am trying to create an html report which docoments the software and devices for a cRIO remote system using the MAX -> Remote Systems -> cRIO System -> Create Report -> Custom Report utility.
    The MAX Configuration Report that was generated contains identification, configuration and system monitor information but does not contain software and device information, available using MAX.
    What can I do to create my desired report using MAX?

    Not sure what version of NI-RIO or MAX you have, but I'm running MAX 14.5 and RIO 14.0.1 and my report shows both what software is install and the hardware configuration for everything that shows up under Devices and Interfaces.
    Here is a link to MAX 14.5.
    http://www.ni.com/download/ni-system-configuration-14.5.0/5158/en/

  • Report for Planned vs Purchase Order(Qty and rate)

    Hi
    I have the following issue. My client is raising Purchasing requisition and Purchase Orders in Me51N and ME21n respectively. The Project Structure is used only to plan the quantities and rates whereas no PR is released from it. But the components are attached. Now if i make use of the code CN52N, i am getting the planned quantity and unit rate for the planned value whereas no Purchase requisition number or purchase order number is updated in it.
    My requirement is that both planned quantity, rate along with Purchase order quantity and rate should be available in a report.
    1. Is there any setting that we can make so that the details are updated in cn52N (or)
    2. is there any other report with those details (or)
    3. Should that be achived only through ABAP.
    Please suggest.
    Raghav

    There are a few reports that you can use to display STO requisitions and orders, by supplying plant, material, or MD04 like was mentioned.
    The only thing that you don't have in a report is the link to the production order. In SAP in a MTS situation there's no fixed link (pegging) between the requirement (STO) and the supply (prod Ord).
    You can view the pegging dynamically, for example in MD04.
    Edited by: Mario Adler on Oct 27, 2011 12:13 PM

  • Report for issuance of raw material

    Hi!!!!
    Kindly suggest me the t-code where i can look for the issuance of raw material against production orders on a month basis or quarterly basis.
    Thanks

    Hi,
    COOIS:
    maybe you should apply the settings written by me in my previous message since you can see the consumption of components in this report. Paste the movement type field in the layout and you will see 261.
    MB51
    you can paste the field ('Order') in the layout that contains the PrdOrd no.
    MB53
    Run the report > pusch 'consumption' button. That's all.
    You should examine these reports and try to use them. You can get the information from COOIS ( components  and from MB51.
    BR
    Csaba
    Edited by: Csaba Szommer on Jul 23, 2008 9:45 AM

  • Re: report for lead time of material

    Dear Gurus,
    I just want to know is there report to see the lead time of material. Kindly suggest me which is the t-code available
    Regards,
    Rajashekar

    Hi,
    You can see the lead time in Report- MCE7 (T Code) for material analysis, here yo will get lead time delivery time of material as per Material group, Vendor,purchase Org. If you want to get material number ,after results displayed choose from menu settings > characteristic display > key & description (or just key) , then
    choose from menu settings > column width and extend the length to e.g. 59 (18 material number + space + 40 description)An alternative way is building query  taking into consideration Table MARC. Thanking you.

Maybe you are looking for

  • Bug list and wish list premiere pro cs4

    Iam realy interesting someone, sometime work with Premiere pro cs4 from Adobe team ? I gues not!! Some bug might not seen only people who not work on premiere !!! 2 russian video editing forum named premiere cs4 most worst of version premiere. Old bu

  • Urgent alert from skype???

    I was interrupted while I was watching a video by an alarm that said - in a voice - that i needed to reactivate my computer protection and that i was to go to [invalid URL]  and it came from a unknown user aklofenz21.  That is was an urgent system al

  • Can't Stop Receiving Alias Mail

    After setting up the iCloud mail service I chose to take advantage of the alias options. At one point in the past I had my main account + all three aliases.  Having finished with the alias in question, I naturally deleted it (but did not un-check "se

  • What mac to buy for several hour rendering per day?

    Hello everyone, I'm new here, I work as the editing & prodcuting executive in a distribution and production compady. I work on 2 PCs using Adobe Premier Pro and eveything is going fine, but some clients are requiring rendered videos using Final Cut.

  • Please help - MBP acting strangely !!

    Hi, I am having a couple of problems with my MacBook Pro. First, when I opened Mail in the dock this morning, the icon in the dock froze in its enlarged state. i.e. my dock is set to enlarge the icons when my cursor runs over them. When I click on th