Slow Moving Inventory Report

Hi All,
I am trying to generate a slow moving inventory query for materials that are not consumed for a certain period of time. I am using SAP B1 2007 A. Kindly share with me the ideas on how to generate the above query.
Thanks.
Best Regards,
xavier

Hi Xavier,
You may check these to start:
Slow moving item list
FAST, MEDIUM AND SLOW MOVING GOODS ANALYSIS
Thanks,
Gordon

Similar Messages

  • Slow Moving Inventory - List Material where Sales Goods issue is 1 Year

    Hi Gurus,
    One of my Clients is looking for a Slow Moving Inventory Report in BW where the Sales (PGI) for the Material did not happen in the last one year.
    Could you please help me with the best way to accomplish this requirement?
    Thanks
    Srini

    Hi,
    Just try this, if it works( i think it should work) then you wont have to code for virtual KF/chars and this will also boost the performance wrt Virtual KF.....
    Get your data for the last year..and Set condition where Sales = 0.
    So this should filter data and you would get data where Sales = 0.
    Let me know if this is working or not
    Thanks
    Gaurav
    Assign pts if this helps*

  • Is there a Report in SAP that lists the slow moving inventory?

    Is there a Report in SAP that lists the slow moving inventory? For example: Inventory that has not sold in the last 6 months?
    Thanks.
    Points will be awarded

    Thanks so much.
    Points rewarded.
    Kathy

  • Slow moving inventory

    Is it possible to query a report on slow moving inventory items for a given time period?

    Ankush,
    Not sure what exactly you are looking for here is a query that gives onhand value of all the items that have not been moving for sometime. It is first cut, so there may be a need to revise.
    /* Formatted on 2008/05/06 22:49 (Formatter Plus v4.8.8) */
    SELECT moh.inventory_item_id, moh.val, mmt.transaction_date
    FROM (SELECT a.organization_id, a.inventory_item_id, SUM (transaction_quantity * item_cost) val
    FROM mtl_onhand_quantities_detail a, cst_item_costs b
    WHERE a.organization_id = b.organization_id
    AND a.inventory_item_id = b.inventory_item_id
    AND a.organization_id = &org --change to your organization
    AND b.cost_type_id = 1 --assuming standard cost, If it is average cost take it out
    GROUP BY a.organization_id, a.inventory_item_id) moh
    , (SELECT organization_id, inventory_item_id, MAX (transaction_date) transaction_date
    FROM mtl_material_transactions c
    WHERE organization_id = &org ---change to your organization
    GROUP BY organization_id, inventory_item_id) mmt
    WHERE moh.inventory_item_id = mmt.inventory_item_id
    AND moh.organization_id = mmt.organization_id
    AND TRUNC (mmt.transaction_date) <= TRUNC (SYSDATE - 110)
    Thanks
    Nagamohan

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

  • Sample code for slow moving material report?

    Hi all,
    I have a requirement to display slow moving mateial report on a particular goods issue date and material wise.
    The basic requirements are
    1. Movement type '261'  and material, plant are select-options.
    2.last goods movement date based on  parameter.
    3. Display the quantity available
    but here i am getting a problem that i couldn't find the last goods movement for that particular material with specific storage location as one material document containing more than one item. So please help? Also what logic i have to use to display quantity available?
    Please specify the sample code or logic for above requirement?
    Any custom slow moving report codes also very helpful?
    Thanks,
    Vamshi

    >
    VAMSHI KRISHNA wrote:
    > Solved.
    ....Shaved.

  • BW Slow moving item report in MC46 (R3) Format

    Dear Guys,
                    Regards.We got a requirement :
    1) A Slow moving Item report in BW in MC46 Report format(R3).Especially the client wants the "Period:Last Consumption(Days)" in the input selection criteria.The Standard BW Slow Moving item report has only Mat.Grp in the input selection and Caldays(Period from-to) in the Filter.Would appreciate your timely help on this...
    Manythanks
    Arun

    Hi Ramesh/Prasad,
                               Many thanks for your replies..Well i dont want the input selection for "CALDAY" but rather for "DAYS-----Like user input as 100Days,60Days...."...They want to get the display of "Slow moving materials" for the Last 100 days or so...Any take on this?
    Manythanks
    Arun

  • Slow moving item report-BW

    Hi guys,
                Regards.We got a requirement:
    1).The user inputs the "No. of Days since consumed" and the Customer exit code would calculate the "Result Variable from Current Date" and populate "SLOWMOVDATE".
    2).We want the Stockvalue against that "SLOWMOVDATE".
    But the system calculates the "SLOWMOVDATE" but am unable to get the stock value against that Particular date..Guys any idea on how i can go about it??(Its a Slow Moving Item report in BW)
    Manythanks
    Arun

    I suppose the stock value is restricted KF i.e. it is restricted by "SLOWMOVDATE' or you have set a global filter in the query on "SLOWMOVDATE".

  • 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

  • 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

  • Slow moving goods report

    Hi Gurus
    Please any one can suggest a report that can handle the following scenario:
    We are in need of a report that will show us the velocity or how quickly or slowly an item is moving in our inventory by bin location(s).
    If there is a lot of inventory turns (turn = number of times inventory has to be replenished) then we should be looking at the min / max and adjust accordingly to arrive at the desired turns.  Alternatively, if the inventory is not turning at all, it should be evaluated to determine if it is surplus or obsolete to our needs and disposed of in a proper manner.
    We have approximately 26,000 stocking items in our warehouse.  The report available to us does not provide bin location nor does it provide turns.
    Thanks & Regards
    Sada

    Try MC46
    Regards

  • Slow-Moving Item Report

    The issue I have has been addressed in oss note(541559) but I am unable to get the solution outlined to work.
    The situation is I would like to show all characteristic values for 0material__PNL that we have a history of transactional data, even if there is not transactional data during the current period or for the current customer the report is filtered for, displaying a blank or a zero when there is no data.  I just want the list of PNLs to be consistent over different runnings of the report regardless of whether or not there is a transaction.

    Hi JSG,
    well, if I understand your requirement correctly you want to show lines in a query that do not exist in the cube. Normally this can be done by creating a multicube on the cube and the infoobject (ofcourse the infoobject has to be activated as infoprovider too) and running a query against this multiprovider.
    Hope this helps
    regards
    Siggi

  • MC46- slow moving inventory

    I am looking for a report similar to MC46 that gives total quantity on hand and not just $ value on the books. Can this be accomplished with MC46 or is there another means to get this information?
    Any help is much appreciated.
    Thanks!

    hi, please try MB52 report.
    Regards,
    Sagnik

  • How to create report for Slow / Non moving inventory

    Hi
    I want to create one report Slow / Non moving inventory reports.
    I need it in following form
    Plant     Material     Desc     UOM     Current stock     Value     Last consumption date      Last Movement date
    I have found & confirmend table & fields names from which data should come into this report which is as follows
    Plant(T001L - WERKS)     Material(MARA - MATNR)     Desc(MAKT - MAKTX)     UOM(MARA - MEINS )     Current stock(MARD - LABST)               Value(MBEW-SALK3.)     Last consumption date (BUDAT - MKPF)          Last Movement date(BUDAT - MKPF)
    As I am creating this report at first time, I am not getting how to go ahead.
    Do I need to create new datasource as existing datasource doesnt have all of these fields..
    Please help me.
    Dont send me links & documents which are there on sdn. I already have gone through it.
    Thanks
    Swati

    Hi
    You have to create Generic Data source as you know the filed/tables names.
    Hope you know how to build a Generic Delta or else.https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Create a Generic Data Source
    a). Select the Data Source type and assign a technical name to it.
    b). Choose Create The screen for creating a generic Data Source appears.
    3. a) Choose an application Component to which the data source is to be assigned.
    b) Enter the descriptive texts. You can choose these freely.c) Choose Generic Delta.
    4. Specify the delta-specific field and the type for this field. Maintain thesettings for the generic delta:
    Specify a safety interval. (NOTE: Safety interval should be set sothat no document is missed u2013 even if it
    was not stored in the DB table whenthe extraction took place.
    4. Select Delta type: New status for changed records (I.e.after-image); This can be used with Data target ODS (AIE). Additive Delta (I.e. aggregated data records) (ADD)Then choose Save.
    6. After step 4, the screen of step 3 comes back. Now choose Save again. This will generate the data source. After generating the data source, you will see the Delta Update flag selected.
    7. Choose Save again.
    Hope it helps

Maybe you are looking for

  • Can you share music between 2 Apple ID's on the same network?

    Can you share music between 2 Apple ID's on the same network?

  • CS4 "Render Work Area" Video Distortions

    When I render the work area the resulting disply file is distorted. Prior to rendering the image appears correct. I have never had this problem before switching to CS4. I am having this issue on several different machines with different configuration

  • [SOLVED]How to build debian package source in Arch Linux?

    I'm porting openssl for sh4 arch. If I use Arch Linux PKGBUILD, it built failed. (I guess that's caused by there is no asm code for sh4 cpu). So, I decide use debian's source. But, is there any one know how to porting debian's package into Arch Linux

  • Account is disable 10g

    hi i get an error message when conneting to a database using the default user name as scott. but when i assign a password for sysman, the connection is success. How can i enable the user name scott in my database. i am using oracle 10g, and new to th

  • How to solve " No Airport card installed"

    I got " No Airport card installed" on My macbook pro, so i couldn't get access to the Internet. I tried so hard to follow the step - by - step from others suggested, but didn't work. Any idea to help me ? Please... Cattareeya, Thailand