Slow moving stock

Hi Guys,
I am wondering if there is any standard report or a table in SAP to look for 'Slow moving stock' ? I am trying to find out the usage/consumption of particular materials or when they are last moved?
Thanks for your suggestions,
Regards,
Kelly

Hi Kelly,
Please check MC46 slow moving items & MC.A (you can choose 'last goods issue' / 'last goods movement' fields from layout).
But there are several other stock reports. (e.g. MC50 dead stock)
BR
Csaba

Similar Messages

  • Report on  Dead stock and Slow moving stock

    Hi ,
    On of my cleints requirement is to see the list of Dead stock and slow moving stock
    I tried T.COde Mc50 and MC46 but I could not understand the report fully 
    In case of T.code MC50(dead stock) the input criteria for the report is just Plant,Pur org and Sales Org.
    How does system identify an item as dead stock.
    Is there any setting to define an item as dead stock before running report MC50?
    In case of slow moving stock ,i want to see all the material for which no posting
    happened for 60 days.In this case what value I need to select in T.Code MC46
    Thx in advance 
    Deva

    Hi,
    While using MC46 report under Scope of ranking list, select the No. of days up to last consumption as 60 days.
    And execute with the other selection parameters.
    Regards,
    DilliB

  • Non-Moving /Slow Moving stocks

    Hi
    Is any Standard Oracle Report available which give
    us the Sub_inventory wise/Item wise stock which are
    not moved (i.e. No transactions are happening since a
    given date).
    I hv check the Inactive Item Report available in
    Inventory. What is exactly this report ?
    Can anybody help us.
    Regards.
    Navdeep

    hi,
    The reports gives you an idea abt which stock is not used from many days or which is not even used or had no movements for the same...When you see the report you can give the periods in between which the system evaluates the materials movements...if the material has no movement in the given period it is called dead stock...and if the material is consumed out of it for given period then it is called slow moving stock..
    Pls check both the reports carefully...
    Check MC46 - slow moving items
    MC50  - Dead stock(You can say dead stock as non moving stock )
    If there is no selection shown by the system then it means that all the material/stock is used properly on time and is consumed properly...
    Regards
    Priyanka.P
    Edited by: Priyanka Paltanwale on Dec 2, 2008 7:27 AM

  • Slow Moving Stock Report

    Hi All,
    May i know the T-Code to list Slow Moving, Fast Moving materials & also for ageing of materials.
    Regards
    Rang

    Hi Rang,
    MC50 looks at the stock level for a material over a period of time and
    identifies the lowest level that the material reached. That lowest level is
    the dead stock quantity as, in theory, that stock was not required. It
    works on the principle that in an ideal world scenario you would maintain
    zero stock sitting in the warehouse because you were able to plan such that
    every day you receive / produce the exact amount that you require to meet
    all customer requirements with no surplus. An example would be that if you
    met all demand over a 3 month period and the stock level in that time never
    dropped below 500 then that would be the dead stock level as throughout the
    period you supposedly could have had 500 less stock and still met all
    requirements.
    MC46 simply counts the number of days since the last issue against each
    material - the more days the slower moving the stock.
    Both the reports have value in that they can highlight problems which need
    addressing - such as excessive stock or unpopular lines - but the results
    they provide do need to be considered with a degree of caution...
    Top-of-head examples could be that zero dead stock in MC50 is not an
    achievable target if there is daily demand and the warehouse works on a FIFO
    basis with a 2 day minimum to receive and then pick, and in MC46 materials
    that are very seasonal will obviously show unfavourably at other times of
    the year.
    Hope its useful
    reward points if deserved
    Cheers!!!
    Twinkle

  • Queries to extract slow moving stock

    Hi All,
    I have the following queries to extract the item list.  May I know how to modify this queries to filter slow moving item where Purchase date are over 90 days older than today date.  Example, today is 01/05/15 the report will list only item where purchase date are older than 01/02/15.
    SELECT T0.[ItemCode], T1.[ItmsGrpNam], T0.[ItemName], T0.[LastPurDat], T0.[OnHand], T0.[BuyUnitMsr] as 'uom', T0.[LastPurPrc], T0.[OnHand]*T0.[LastPurPrc] as 'Est Stock Value'
    FROM [dbo].[OITM]  T0 INNER JOIN [dbo].[OITB]  T1 ON T0.[ItmsGrpCod] = T1.[ItmsGrpCod]
    WHERE T0.[OnHand] >0 AND  T1.ItmsGrpNam <> 'SP001-Spare Parts'
    Thank you,
    Annie

    Hi,
    Try this query:
    SELECT T0.[ItemCode], T1.[ItmsGrpNam], T0.[ItemName], T0.[LastPurDat], T0.[OnHand], T0.[BuyUnitMsr] as 'uom', T0.[LastPurPrc], T0.[OnHand]*T0.[LastPurPrc] as 'Est Stock Value'
    FROM [dbo].[OITM]  T0 INNER JOIN [dbo].[OITB]  T1 ON T0.[ItmsGrpCod] = T1.[ItmsGrpCod]
    WHERE T0.[OnHand] >0 AND  T1.ItmsGrpNam <> 'SP001-Spare Parts' and datediff(day, T0.[LastPurDat],getdate()) > 90
    Thanks.

  • Slow moving /non moving stock

    hi sap gures,
    plz tell me what are the slow moving and non moving stock.give me SAP standard t codes for these report if its there in sap.

    Hi Prasad
    for Non moving  T- code           *mc 50
    for slow moving stock T-code-mc46*
    Materials that have been consumed little or not at all over a long period of time are referred to as slow-moving items
    Dead stock is the part of your warehouse stock that has not been used for a certain period of time
    for further details pls refer
    link:[http://help.sap.com/saphelp_45b/helpdata/en/c1/376130449a11d188fe0000e8322f96/frameset.htm]
    Regards
    Vikrant
    Edited by: Vikrant Choudhary on Feb 23, 2009 12:06 PM

  • Slow Moving Project Stock

    Hi,
    My problem is to find out slow moving project stocks. Report MC46 shows only slow moving normal stocks and project stock is not included in this.
    Thanks

    Hi Gaurav Shah,
    If you are procuring for project stock means, the material is for direct consumption.I think its not logical to see it in terms of "slow moving stock" category.
    Hope I am right and it will be useful and give you some insights.

  • Slow moving items report for project stock

    Hi ALL,
    We are using project stock to manage all of our inventory. As the standard slow moving items report (MC46) does not contain project stock (special stock Q), we would like to develop a report then. "Slow moving" should be identified by material, plant, storage location and WBS.
    Has any had this experience? What's the main data logic for this report?
    Thanks a lot!!

    Dear,
    Do One thing.. First goto MB5B - stocks on posting date and select to display only special stock indicator Q (Project). By this you can abstract all Project materials. Save the output into Excel. (The main aim is first abstract the project stock materials into a list with a suitable transactions - MB5B or MB52).
    Then run MC50 or MC46 using these materials saved in excel file.
    Try this.
    Regards,
    Syed Hussain.

  • Dead stock  or slow moving items reports

    tell me any standard report t.code  for dead stock or slow moving item..?
    actually in our system  mc50 is not working...in selection field it pick only one material ..not by material  group so how i  can get the dead stock report?
    Regards
    Rekha sharma

    pls tell me the input selection field for mc46...
    scope of ranking list
    no. of days up to last consumption from--to--
    actually i fill up 180 days for perios last consumption ...in period to analyze selection field.
    regards
    Rekha sharma

  • Dead stock and slow moving material

    Hello,
    I need to find out how to get dead stock and slow moving materail manually from tables.(instead of using MC46, & MC50).
    Could you please tell me the logic and tables needed to retrieve this data.
    regards
    Gaurav Maini

    use table mseg and mver
    logic is calculation of frequency of movements
    regadsr

  • Reporting on Slow Moving / Non Moving Stock

    Morning,
    can anyone help on the above please.
    How would i run a report on slow moving / non moving stock?
    Regards
    P

    MC46 you can get the slow moving items.

  • Slow Moving/Dead Stock Report

    Hi Guys
    BEsides T.COdes MC46 and MC50 what other reports that are available on SAP to give the same information and also their Current Stock Balances
    Vishnu

    Hi,
    Why do you need other reports?
    What is it that these reports cannot provide?
    If we can know what you want from the report we can perhaps suggest options. But these two reports are designed to provide the information relating to slow / dead stock and so they should be very useful?
    Steve B

  • Report for slow moving material.

    Hi friends
    I want to create report for slow & fast moving materials..
    I have to add following fields in the report
    Material, Unit of Measure, Current Stock, Value, Last consumption date, Last movement date...
    Now I dont have all these fields toghether in any of the datasources..
    What I need to do? Should I create new Datasource with all these fileds..
    Has anyone done this kind of report before?
    Please suggest..
    Regards
    Swati

    Hello,
    For slow moving materials , use can use InfoSet to design the same.The infoset will have 0Material on the left hand side and the DSO which holds the transcation data.
    or 
    u can install the standard content 'slow moving material' query and multiprovider 0ic_mc01.
    You can get some help from there.
    or
    try searching in forums with the messgae "slow moving items".you will get useful info.
    Regards,
    Dhanya

  • Report on Slow-moving item in sap MM

    Dear All,
    I am facing problem in preparing functional specification for a Z report.The requirement details are given below
    MC46 gives me a list of all items that have not got consumed since the last period (defined in terms of 'no of days' on the screen before executing the report) This report  give  a list of items that have shown nil consumption in the defined period. This list helps us analyze and categorize these items as Slow-moving or Non-Moving items. The output is in terms of Part no and Part Description.
    Example; Suppose we are executing the transaction  on say 29.10.2013.The system ,say give list of materials X1,X2 and X3 with nil consumption in the defined. The transactions suppose is again executed
    on 29.10.2011.The report  say again give a list of materials X1 and X3 with nil consumption. The material
    X2 is excluded from the report  as it might have been consumed in certain business processes(either issued to cost center or issued to production).
    The client wants a report from where it is possible to determine a list of materials along with consumption
    and the date on which the  material have moved out of stock for consumption. In otherworldu2019s we can say the report should give :
                        stock on starting  date(say 29.10.2013)
                        Consumption/movement in terms of date and quantity
    The problem is that when the transaction MC46 is run the next time(say on 29.11.2013 or any day after
    29.10.2013) there might be materials which might have got consumed in the interim period and therefore have got excluded from the latest list. We need to have a look at these interim materials to analyze their movement/consumption.MC 46  Report does not give details of openinf stock, closing stock and the purpose for which the stock have moved out of stock
    The client wants a Z-Report which will give details about the material which have moved out of stock when the report will be executed ,opening stock,closing stock.The detail requirement are given below
    The report will assist the client to get a list   of all such items with reference to a starting date and their movement in the period (period from the starting date to the run date)
    Selection Screen(Input)
    Opening Date
    Closing date
    Movement type
    Plant
    Output
    Material nos(Material which have moved out of stock when the program was last executed)
    Movement type
    Movement date
    opening stock qty
    opening stock value
    closing stock qty
    closing stock value
    I request if any one can help in preparing functional specifications.

    thanx for reply ,
    but plez read the requirement above mention.i understood  what are you saying .

  • Slow-moving items

    Hi,
    How is it that the standard report 0IC_MC01_Q0001, displays just slow-moving as it doesnt seem to have any condition on issued or valued stock it seems to just display all the values but not the above key figures with zero values. Should we create conditions on them. am i missing something.
    Thanks,
    your help will be rightly appreciated

    Hi,
    Generally in R/3 side,
    MC46 is the standard transaction code for the SLOW MOVING ITEMS. In that transaction code u can see all the details about the slow moving items. Through that transaction code u can check what are all the things are missing in BW side.
    Thanks,
    Sankar M

Maybe you are looking for

  • Firefox no longer creates hyperlinks from email addresses in my emails

    It used to be that when I created an email that contained an email address, the address would be displayed as a hyperlink. NOW the email address seems to be just text. I checked the same thing in IE and it still displays the email address as a hyperl

  • No field values in report!

    Hi, I have a situation wherein i have a field which has values in cube but not in the report. ( I am getting all zeroes for this field in report ) This particular field is mapped to a field in R/3 which is populated dynamically       ( uses FM logic 

  • SAP EP Sneak Preview

    Hi All, I am into SAP Basis, trying to learn Enterprise Portal as well. Can anybody give the sneak preview path in the SDN, for which I will be very much thankful. regards, Mohan...

  • New ending for every download?

    Is it possible for the Quicktime server to dynamically edit a Quicktime movie and make it available for download? For example, each time the movie is requested, it has a different ending...the difference being a new closing graphic has been appended

  • Totals in Query

    Hi Everybody, Question: Is it possible to have total of a specific column when I create a query? In my example I created a query for all the costs related to a project (tables OPOR and POR1). I have the column of the price of every lineitem (Price fr