Inventory ageing for slow moving Items

Hi,
Please how to make Inventory aging of slow moving items in BI.
What is the logic?
What are the key fig and characterstics taking into account?
It is any standard report available in BI
Thanks and Regards
Ajit Dude

Hi,
If you are taking about Inventory Stocks then you need to talk about 0IC_C03 Cube , because it will have all teh information for you rrequirement.So check 0IC_C03_Q0021 -- Inventory Aging report on 0IC_C03  Cube.This report is given SAP.
Else
You can define the Zreport based on your requirement.
Eg: I want to know the ageing of teh Material ...
1. I'll take Date from Batch (Using Replacement Path Formula variable).
2. I'll calculate the todays date using Customer Exit variable
3. Create formula and do substraction i.e. point2 - pont1.
4. You will get no. of days.
Thanks
Reddy

Similar Messages

  • WM report for slow moving items

    Hello,
    Is there any report in  WM for slow moving items (or Dead stock)?
    Regards,

    Hi,
    I agree with Frenchy.
    You can check the following as well (and create your own slow moving criteria): tcode MCLD and make sure that the list displayes field "Number of Movements". With this you can get an idea of which material moves and which ones don't. You can limit this then by movement type to base your criteria on for example sales.
    Also see the other reports under Warehouse --> Standard Analysis.
    Cheers,
    Hein

  • Mc46 for slow moving items

    we want to use slow moving items report. so we are using mc46 for the same. I want to know materials that are not consumed from 180 days so i have entered 180 in Period: last consumption field & ran the report. The result what i am getting is not inline with the mb51 movement comparision.
    Can anybody let me know the logic of MC46 tcode. what movement types will be considered ?
    An example: one material has got GR (101) posting on 7th July 2011. the same material has been issued to sub contractor (541 o) on 8th july 2011. but when mc46 is ran with 400 days,  in result i am getting 182 days (no consumption).
    how is this possible.

    Hi,
    This report is directly linked to the material consumption, 541 is just a transfer and not consumption when 543 will be posted the material consumption history will be updated and then the report will give values accordingly. So it will anytime check for consumptions you can test this by entering unplanned consumption in your material master for any period and then try running this report.
    Regards
    Chandra Shekhar

  • Report for Slow moving items

    HI Gurus
    Is there any standard report where i can get both stock  and stock value along with the no of days (for NO movement is happened for that material ) ,as MC46 one standard report is there ,but i am not getting stock and stock value togather
    either i get stock with no of days for which movement is not happened or  stock value along with no of days for which movement is not happened.
    Regards
    Nitin Chhabra.

    Hi,
    Try with MB5L & MCRE
    for Check T.code: WSE8 for disconinue of materail.
    Regards,
    Biju K

  • Infoset for slow moving items

    Hii all,
    I need to create a report to calculate the number of customers which haven't shopped anything from jan 2006 till today's date. For this, I have created one infoset between cube of Customer transactions and customer infoobject (0customer) and join them using Left outer join. When I created a query on this infoset it is giving the exact data whichc is residing in a cube. I am using BI 7.0 
    Has anybody worked on this kind of issue ??? Any help would be appreciable.
    Regards,
    Ashu Gupta.

    Ashu,
      you are true, You have keep infocube in the left hand side otherwise it will result in poor performence.
    does customers has sales any time before jan 2006? we can't put any conditions here. does your cube has data before jan 2006?
    Note: Left outer join will bring you the customer which doesn't have sales in cube. if your cube contains data for customer, you won't see that customer in the output.
    Nagesh
    Message was edited by:
            Nagesh Ganisetti

  • Inventory Ageing for Batch item

    Hi,
      Please let me know if any one has query for inventory ageing for Batch management item.
    regards
    Suresh S

    Use following query:
    SELECT T0.WhsCode, T0.ItemCode, T0.ItemName, T0.BatchNum, T0.CreateDate,
    DateDiff(dd, T0.CreateDate, GetDate()) As Days, T0.Quantity,
    case when (datediff(dd, createdate, getdate())<=30) then 'Upto 30 Days'
         when (datediff(dd, createdate, getdate())>30 and datediff(dd, createdate, getdate())<=60) then '31 to 60 Days'
         when (datediff(dd, createdate, getdate())>60 and datediff(dd, createdate, getdate())<=90) then '61 to 90 Days'
         else 'More than 90 Days'
         end as days
    FROM OIBT T0
    WHERE T0.Quantity > 0
    ORDER BY T0.WhsCode, T0.ItemCode, T0.CreateDate
    Edited by: Rahul Jain on Jan 30, 2009 10:28 AM

  • Slow moving items report

    hey
    there is a standard query for Slow moving items based on 0IC_MC01. I need to find out the last goods issue and last goods receipt date on this query.
    Any one has any ideas ?
    thanks
    Laura.

    Hi Laura
    There is a standard query for slow moving items based Multi Provider 0IC_MC01
    and query is : Query 0IC_MC01_Q0001 is available as of 3.0B (role: SAP_BW_0ROLE_0003).
    But if you get some msg: Redesign Slow Moving Inventory
    then do this following
    Please change the definition of the MultiProvider 0IC_MC01 and the underlying Query 0IC_MC01_Q0001. These changes are included with SAP BW
    1. Administrator Workbench
       -> Change definition of 0IC_MC01
          -> Activate navigational attributes
             0MATERIAL__0DIVISION
             0MATERIAL__0MATL_CAT
             0MATERIAL__0MATL_GROUP
             0MATERIAL__0MATL_TYPE
          -> Identification
             mark ALL displayed characteristics/navigational attributes
        -> Save, check and activate 0IC_MC01
    2. BeX Analyzer
       -> Change definition of 0IC_MC01_Q0001
          -> remove characteristic 0CALMONTH (free characteristics)
          -> add characterstics 0MATL_GROUP (rows) and restrict it to
             variable 0S_MATG
          -> remove calculated key figure 0IC_MC01_CK0003 (columns)
          -> add new selection "All materials" accordingly to
             example "All customers" (columns)
             - use InfoProvider 0MATERIAL instead of 0CUSTOMER
             - supress this structural element in the properties
          -> add key figures 0ISSVS_VAL and 0RECVS_VAL (columns)
       -> Save, check and activate 0IC_MC01_Q0001
    The selection "All materials" provides all material numbers that are
    stored in BW. So you can identify materials that have had no movements
    within in the selected period. These materials show no values in key
    figures 0ISSVS_VAL and 0RECVS_VAL.
    For information purposes you can also add other key figures.
    You can also add other characteristics in the drill down for grouping
    purposes, like e.g. 0DIVISION.
    If you want to have similar reports with 0PLANT you can also create
    a similar MultiProvider/Query with 0MAT_PLANT instead of 0MATERIAL.
    Hope you got some idea and help
    Atul

  • BEX :Slow Moving Item Scenario

    Hi,
    I am tring to Implement the below Link scenario for Slow Moving Item
    http://help.sap.com/saphelp_dimp50/helpdata/en/3a/d1603d13b5c72ee10000000a114084/content.htm
    The standard Slow Moving Multiprovider id useed for this purpose.
    The Problem where I am stuck is that I can't find  Display Empty Values mention under Section Displaying slow-moving items point no.2 of the above link.
    Thanks
    Aman

    follow steps in this doc:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11291595-0501-0010-c881-e02c27261b55

  • 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.

  • Slow Moving Item Scenario - Technical content for Queries

    Hello
    Due to preparations for upgrade to BW 7.30 we would make an analysis of not or seldom used BEx reports (queries, workbooks, etc.)
    All of unused objects  should be deleted in advance of an upgrade.
    I checked if there is a query which shows slow moving items  for queries.
    Is there any technical content (query) which reports this scenario for BEx objects?
    Thanks for any advise.

    follow steps in this doc:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11291595-0501-0010-c881-e02c27261b55

  • Slow moving item analysis

    Hi
    ple let me know hopw can i get slow moving item analysis
    i am getting from 2lis_03_bf.
    please check below my requirement and let me know ur solution
    SLOW MOVING ITEM ANALYSIS
    (BI content – Infocube - 0IC_MC01)
    Column E – Slow Moving Items Value
    The definition of 'Slow Moving Items Value' is "the value of materials which have not had any consumption for a specified period of time, calculated by multiplying inventory quantity of the material by its standard cost in local currency".  The amount of time is 12 months for the Inventory Quality Assessment Tool, but typically 3-6 months for BU scorecard measurements.
    SAP standard report:
    Transaction – MC46 (Key figure-Slow moving items)
    Tables-Fields involved:
    Plant:                                T001W-WERKS
    Material:                        MARC-MATNR                       
    Material type:                        MARA-MTART
    Period last consumption:        RMCB0-ANATA (Structure)
    Last goods movement:        S039- LETZTBEW (Structure)

    follow steps in this doc:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11291595-0501-0010-c881-e02c27261b55

  • Report of slow moving item

    Hi friends
    Is ther any report to see slow moving items with quantity and value.
    Regards,
    Mahesh.
    Edited by: Csaba Szommer on Dec 19, 2011 8:30 AM

    hi.
    Stock     MC.9 / MC.1 / MC.L
    Receipts/Issues     MC.A / MC.2 / MC.M
    Inventory Turn-Over     MC.B / MC44 / MC.3 / MC.N
    Range of Coverage of Inventory by Days supply/Usage/Requirements     MC.C / MC42 / MC43 / MC.4
    Requirementbased ABC Analysis     MC41
    Total Analysis of ABC     MC40
    Current Stock     MC48
    Average Stock value     MC49
    Dead Stock     MC50
    Slow Moving Items     MC46
    *in this you can give your plant and press f8 then one screen will appered in that select the doubleline-option then you get the value for that material*
    in detail-display you can see tha qty by selecting the option of stock overview.
    Consumption Vs Usage Values     MC45
    Requirements Values     MC47
    Batch Analysis     MCBR
    Thanking you

  • 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

  • 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

  • Slow Moving Items in 0IC_MC01 Performance issue

    Hi  i am creating slow moving items report (Report which shows materials for which no transaction has been done for last 3 years) on MP 0IC_MC01 in BI7.0.
    MP is based on cube 0IC_C03 and Infoobject 0MATERIAL .
    In query i put rowcount in coloumn with Infoprovider 0material with constant selection but i dont get the option "Display values not posted" . and Issues value and Recved value .
    in rows i put plant , material and material type 
    n put one condition values for issued and Recid = 0 .
    and in filter we have calender year restriction  .
    But the proble is dere are around 25000 materials for each plant and its taking a lot of time to exceute for multiple plants for 1-2 years , can anyone suggest the best way for this report or how performance of this report can be improved .
    Help will be appreciated .

    Its rather better to use infoset on 0IC_MC01 and Material than using MP. The performance issue is coming because of a join between cube and infoobject, which SAP dont suggest to use.
    You ahve to use left outer join to get slow moving items.
    http://help.sap.com/saphelp_nw04/Helpdata/EN/67/7e4b3eaf72561ee10000000a114084/content.htm
    Thanks...
    Shambhu

Maybe you are looking for