Stocking aging for on hand item

hello all,
i DUNO if i am posting in the correct section ,
I need to design a report for stock aging showing onhand item with received date, cost, and the supplier of the items, i have a problem is that the onhand item may be mixed with different reciept and different supplier, what tables should I use to do this report, can someone advise me the relationship of the tables.
I have this sql getting the supplier of the on hand item but, with only some of the item from Po receipt will display the supplier, i use the CREATE_TRANSACTION_ID from MTL_ONHAND_QTY_COST_V to link with the transaction_id from ,rcv_transactions , where it will be the transaction id in the material transaction search interface, rma receipt and misscellaneous will also output in the result, i also want to have the supplier of these receipt, and i found some of the id will be sales order pick, the qty is the sames of the onhand now.
Do you have idea what tables should i use, the problem is that i have the po receipt item and it is sale order pick, it is still in the on hand quantity, the query will show the sales order pick transaction id , and it has no record in rcv_transactions, so it does not have supplier... so my question is how to get the supplier of these item to display, hope you understand
SELECT a.*,b.vendor_name
FROM(
SELECT HROU.ORGANIZATION_CODE ORG_CODE,
HROU.ORGANIZATION_NAME ORG_NAME,
MOQV.SUBINVENTORY_CODE SUBINV,
MOQV.CREATE_TRANSACTION_ID CREATID,
IICA.ITEM_CATEGORY_201 CATEGORY,
ITEM,
MSB.DESCRIPTION,
T.LONG_DESCRIPTION,
MOQV.LOT_NUMBER AS LOT_NUM,
MSB.PRIMARY_UOM_CODE UOM,
MOQV.TRANSACTION_QUANTITY AS QTY,
MOQV.ITEM_COST AS ITEM_COST,
MOQV.TRANSACTION_QUANTITY*MOQV.ITEM_COST AS ITEM_SUB_TOT,
SYSDATE + 1 AS TRANSACTION_DATE,
HROU.OPERATING_UNIT ORGANIZATION_ID,
MOQV.DATE_RECEIVED AS DATE_RECEIVED,
MOQV.TRANSACTION_QUANTITY
-- pov.vendor_name
FROM APPS.MTL_ONHAND_QTY_COST_V MOQV,
APPS.INVFG_ITEM_CATEGORY_ASGNS IICA,
APPS.org_organization_definitions HROU,
APPS.MTL_SYSTEM_ITEMS_B MSB,
APPS.MTL_SYSTEM_ITEMS_TL T
WHERE MOQV.ORGANIZATION_ID = IICA.ORGANIZATION_ID
AND MOQV.ORGANIZATION_ID = HROU.ORGANIZATION_ID
AND MOQV.INVENTORY_ITEM_ID = IICA.INVENTORY_ITEM_ID
AND MOQV.ORGANIZATION_ID IN(251)
AND MOQV.SUBINVENTORY_CODE NOT IN ('LOST','FOUND','PRO')
AND MOQV.INVENTORY_ITEM_ID = MSB.INVENTORY_ITEM_ID
AND MOQV.ORGANIZATION_ID = MSB.ORGANIZATION_ID
AND MOQV.INVENTORY_ITEM_ID = T.INVENTORY_ITEM_ID
AND MSB.PRIMARY_UOM_CODE NOT IN ('TRP','UT','DOR')
AND IICA.ITEM_CATEGORY_201 <> 'SERVICES'
AND MOQV.ORGANIZATION_ID = T.ORGANIZATION_ID
AND T.LANGUAGE = 'ZHS') A
(select a.transaction_id,pov.vendor_name
from
apps.mtl_material_transactions a
,apps.po_headerS_ALL poh
,apps.rcv_transactions rcv
,apps.po_vendors pov
where a.source_LINE_id=rcv.transaction_id
and rcv.po_header_id=poh.po_header_id
and pov.VENDOR_ID=poh.VENDOR_ID
AND A.ORGANIZATION_ID IN (251))b
WHERE
a.creatid=b.transaction_id(+)

If you have lot numbers, it is quite easy.
Start with mtl_onhand_quantities. Get lot_number.
Join it with MTL_TRANSACTION_LOT_NUMBERS to get transaction_id.
Join it with mtl_material_transactions to focus on po receipt transactions. (I think transaction_type_id=18).
Join mtl_material_transactions with rcv_transactions using rcv_transaction_id.
And then join that with po_line_location_id to get po details.
Hope this answers your question
Sandeep Gandhi
Independent Techno-functional Consultant

Similar Messages

  • 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

  • Stock Aging for Sales AR- Delivery Module

    Hi Expert,
    Is it possible to create a stock aging report (current=30 days, 31-60days, 61-90days, over 90days) for based on the Sales AR- Delievery ?
    Your prompt reply is highly appreciated.
    Regards,
    Danny

    Hi Manikandan,
    Thanks for your reply. IBased on the aging, i can know this item/product (qty), how long is didnt sell out or non-active so the DO Module is related to this...
    Thanks.
    Regards,
    Danny

  • Re:Query for Stock Statement for a particular item..!!!!

    Dear SAP Experts,
    I need a stock statement query  for a particular item which contains:
    1.ItemCode
    2.Item Description
    3.Item Price
    4.Opening
    5.Receipts
    6.Issues
    7.Closing
    8. Value
    The selection criteria are:
    1.Warehouse code
    2.Item Name
    3.Posting Date
    Plz give me a good solution for this issue.
    With Regards,
    Revathy

    Check this
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    set @FromDate =
        (Select min(S0.Docdate) from OINM S0 where S0.Docdate >='[%0]')
    set @ToDate =
        (Select max(S1.Docdate) from OINM S1 where S1.Docdate <='[%1]')
    select * from
        SELECT T0.itemcode,
        min(T0.Dscription) as 'Item Description',
        min(B1.ItmsGrpNam) as 'Item Group', W1.Whscode, C1.Location,
        (isnull((
            Select sum(isnull(inqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode
            and O1.Warehouse=W1.Whscode
            and O1.docdate<@FromDate ),0)-
        isnull((
            Select sum(isnull(outqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode
            and O1.Warehouse=W1.Whscode
            and O1.docdate<@FromDate),0)
        ) as [Opening Stock],
        isnull((
            Select sum(isnull(inqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode
            and O1.Warehouse=W1.Whscode
            and O1.docdate>=@FromDate
            and O1.docdate<=@ToDate and O1.inqty>0
            and O1.transtype in (20,18)),0
        ) as [Purchase Quantity],
        isnull((
            Select sum(isnull(outqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode and O1.Warehouse=W1.Whscode
            and O1.docdate>=@FromDate and O1.docdate<=@ToDate
            and O1.outqty>0 and O1.transtype in (21,19)),0
        ) as [Purchase Return Quantity],
       isnull((
            Select sum(isnull(outqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode and O1.Warehouse=W1.Whscode
            and O1.docdate>=@FromDate and O1.docdate<=@ToDate and O1.outqty>0
            and O1.transtype in (13,15)),0
        ) as [sale Quatity],
        (isnull
            Select sum(isnull(inqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode and O1.Warehouse=W1.Whscode
            and O1.docdate<=@ToDate),0
            isnull((
                Select sum(isnull(outqty,0))
                from OINM O1
                where O1.itemcode=T1.itemcode and O1.Warehouse=W1.Whscode
                and O1.docdate<=@ToDate),0)
        ) as [Closing Stock]
        FROM OINM T0
        INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode
        INNER JOIN OITW T2 ON T1.ItemCode = T2.ItemCode
        INNER JOIN OITB B1 ON T1.ItmsGrpCod=B1.ItmsGrpCod
        INNER JOIN OWHS W1 ON T2.WhsCode = W1.WhsCode
        INNER JOIN OLCT C1 ON W1.Location=C1.Code
        Group by T1.itemcode, T0.Itemcode, W1.WhsCode, C1.Location
    ) a
    where (a.[Opening Stock]
            +a.[Purchase Quantity]
            + a.[Purchase Return Quantity]
            +a.[sale Quatity]+a.[Closing Stock]
           ) !=0
    Regards,
    Bala

  • Stock Report for Project related items

    Dear Sir,
    We have to generate a report showing item wise Stock quantity lying against a WBS (Project Stock) .
    We are able to get the desired data from the Table MSPR . But only problem is that we are not getting Storage BIN related information in this table .
    Kindly guide us as how can we get the Storage BIN information also against these Project (WBS) Stock Items .
    With Thanks and Regards
    Sonia

    Hi Everyone !!
    I would once again request all of you to kindly answer to my question, as I need a solution to this urgently.
    Thanx & Regards,
    Ravi Kumar

  • How to have  make to stock strategy for configurable items

    Dear Frndz,
    My client would like to have make to stock strategy for their configurable items, pls help me out with the step by step procedure of the same.
    Regards,
    Srini

    Hi
    K-Mat Creation steps
    1) Create Char in CT04 with assignment of Control indicators and Char values
    2) Create Class in CL02 with type 300 and assign the Char to it
    3) Assign this class to Material in Classification view in MM02
    4) Create Configuration Profile in CU41 and Main Profiles for PP & SD relevancy
    5) Assign Constraints and Procedures to Each Profile as per the rules required by design or Business
    6) Create a Configurable Material (Mat type - KMAT) with Classification,Sales,MRP,Accounting views and   Planning stg 25
    7) Create A Super BOM(for K-mat) and assign all the comp with Proper Selection & Pre conditions
    8)Create Super Routing(For K-mat) and Assign all operations with Proper Selection
    Material Variant(MV) Creation Steps(Material variants are the stockable items in VC Scenario)
    1) Create a MV with Material type FERT and Stg 10 or 40 (Classification view not essential)
    2) Assign the K-mat material to this MV in Basic data - 2 view in Cross Plant CM field and click on Configure variant tab to select the fixed char value combination for this MV. Do the same steps in MRP-III view
    By this way u can make the stock of configure items
    Regards
    Brahmaji

  • 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

  • Standard Report for stock Aging

    Hello all,
    can anyone plz let us know that is there any standard report in SAP for stock aging? actually i have to see the materials quantity whose 311 movement not done after 321 and also from how many days it is pending.
    Kindly help and tell how can i find those materials quantity, while user also do 311 for partial quantity?
    Regards.

    Hi  @ABAP@
    Check the followings...
    MB24 - Reservations for Material
    MB25 - Reservations for Account Assignment
    MB51 - Material Document List
    MB52 - List of Warehouse Stocks on Hand MB53 - Display Plant Stock Availability
    MB54 - Consignment Stocks
    MB56 - Analyze Batch Where-Used List
    MB57 - Build Up Batch Where-Used List
    MB58 - Consgmt and Ret. Packag. at Customer
    MB59 - Material Document List
    MB5B - Stocks for Posting Date
    MB5C - Pick-Up List
    MB5L - List of Stock Values: Balances
    MB5M - ShL.exp/prod.date
    MB5S - Display List of GR/IR Balances
    MB5W - List of Stock Values
    MB9A - Analyze Archived Material Documents
    MBAL - Material Documents: Read Archive
    MBGR - Display Material Documents by Movement Reason
    MBSI - Find Inventory Sampling
    MBSM - Display Cancelled Material Documents
    MMBE - Stock Overview
    MD07 - Current Material Overview
    MR51 - Material Line Items
    MRKO - Settle Consignment/Pipeline Liabilities
    MB5T - Stock in transit CC

  • Function module for customer open item aging report

    Hi all,
    Please let me know the FM for customer open item aging or which FM is used in tcode S_ALR_87012178 to get the age wise open item of customer.
    Thanks in advance
    Regards
    Puneet

    <b><u>Part4</u></b><br />
    <br />
    <pre class="jive-pre"><code class="jive-code jive-java"><font color="red">&quot;&#38;----</font>
    <font color="red">&quot;*&#38;      Form  process_data</font>
    <font color="red">&quot;&#38;----</font>
    FORM PROCESS_DATA .
      DATA : L_TOTAL_TMP(15). <font color="red">&quot; LIKE BSID-DMBTR. </font>
      CLEAR :  L_TOTAL,LPD_TOTALS.
    <font color="red">&quot;* As per Customer accumulate the amount.</font>
    <font color="red">&quot;* For overdue items.</font>
      CLEAR : L_TOTAL_TMP.
      LOOP AT L_OPENDUE_LT.
      CONDENSE L_OPENDUE_LT-DMBTR NO-GAPS.
      L_TOTAL_TMP = L_TOTAL_TMP + L_OPENDUE_LT-DMBTR.
        AT END OF KUNNR.
          LPD_TOTALS-KUNNR = L_OPENDUE_LT-KUNNR.
          LPD_TOTALS-LPD_TOTAL = L_TOTAL_TMP.
          APPEND LPD_TOTALS.
          CLEAR : L_TOTAL_TMP.
        ENDAT.
      ENDLOOP.
      CLEAR :  L_TOTAL,LOA_TOTALS.
    <font color="red">&quot;* As per Customer accumulate the amount.</font>
    <font color="red">&quot;* For Open Items.</font>
      CLEAR : L_TOTAL_TMP.
      LOOP AT L_OPENDUE_LE.
        CONDENSE L_OPENDUE_LE-DMBTR NO-GAPS.
        L_TOTAL_TMP = L_TOTAL_TMP + L_OPENDUE_LE-DMBTR.
        AT END OF KUNNR.
          LOA_TOTALS-KUNNR = L_OPENDUE_LE-KUNNR.
          LOA_TOTALS-LOA_TOTAL = L_TOTAL_TMP.
          APPEND LOA_TOTALS.
          CLEAR : L_TOTAL_TMP.
        ENDAT.
      ENDLOOP.
    <font color="red">&quot;* Get ageing data based slabs, and duedate.</font>
      PERFORM AGEING_DATA.
      LOOP AT L_BSID.
    <font color="red">&quot;* Move the data to final internal table.</font>
        MOVE L_BSID-KUNNR TO FINAL_DATA-KUNNR.
        MOVE L_LANDX TO FINAL_DATA-LANDX.
        MOVE L_PSTLZ TO FINAL_DATA-PSTLZ.
        MOVE L_NAME TO FINAL_DATA-NAME1.
        MOVE L_PHONE TO FINAL_DATA-PHONE.
        MOVE L_SORTL TO FINAL_DATA-SORTL.
        MOVE L_BSID-ZTERM TO FINAL_DATA-ZTERM.  
        MOVE L_BUSAB TO FINAL_DATA-BUSAB.        
        READ TABLE LPD_TOTALS WITH KEY KUNNR = L_BSID-KUNNR.
        IF SY-SUBRC EQ 0.
          MOVE LPD_TOTALS-LPD_TOTAL TO FINAL_DATA-LPD_TOTAL.
        ENDIF.
        READ TABLE LOA_TOTALS WITH KEY KUNNR = L_BSID-KUNNR.
        IF SY-SUBRC EQ 0.
          MOVE LOA_TOTALS-LOA_TOTAL TO FINAL_DATA-LOA_TOTAL.
        ENDIF.
        READ TABLE AGE_DATA WITH KEY KUNNR = L_BSID-KUNNR.
        IF SY-SUBRC EQ 0.
          MOVE AGE_DATA-CURAMT TO FINAL_DATA-CURAMT.
          MOVE AGE_DATA-AMT1 TO FINAL_DATA-AMT1.
          MOVE AGE_DATA-AMT2 TO FINAL_DATA-AMT2.
          MOVE AGE_DATA-AMT3 TO FINAL_DATA-AMT3.
          MOVE AGE_DATA-AMT4 TO FINAL_DATA-AMT4.
          MOVE AGE_DATA-AMT5 TO FINAL_DATA-AMT5.
          MOVE AGE_DATA-AMT6 TO FINAL_DATA-AMT6.
        ENDIF.
        ENDIF.
        APPEND FINAL_DATA.
        CLEAR: FINAL_DATA.
      ENDLOOP.
    ENDFORM.                    <font color="red">&quot; process_data</font>
    </code></pre>

  • How to change the posting date in UD stock posting for a HU managed item?

    Hi,
    We are using Handling Unit managed items with QM activation. For a specific HU managed material, we wanted to post the stock on a previous date. We have created PO on a back date and made GR also on a back date. Now the problem is, the system has generated an inspection lot. Now while trying to do UD and stock posting, I do not see the "Doc" tab which we normally see in UD stock posting for normal inspection lots (non-HU managed items) for changing the date.
    I don't see any other way to change the posting date for the HU managed item in UD stock posting. Anyone can help please?
    Thanks & Regards,
    Madhavan Krishnamoorthy.

    I don't think you can.
    Craig

  • Consignment stock - consumption advice for lot controlled item

    Consignment stock - consumption advice for lot controlled item
    Just have a look at consignment stock processing in 11.5.10. One question I have is how a supplier receives a consumption advice. I try to print the blanket release and I cant. Also from all I can see I cant see where on the consumption advice the lot numbers/serial numbers used are indicated.
    Can anyone help?

    Hi,
    SAP does availability check based on IM stock and not on WM stock.
    So I dont think there are any such reports available that shows WM stock with considering delivery and sales order quantity.
    regards,

  • Non-stock purchase for the non-valuated item

    For normal valuated items, if we make it account assigned on PO, it didn't update the inventory on receipt but rather gets charged to the cost object on the PO.
    Can we have similar functionality for non-valuated item.
    We are having a non-valuated but stock item purchasing scenario.  For this we are updating only the quantity of receipt but the value is getting charged to the cost object on PO.
    Now user wants to buy same item and charge it to the specific cost object (it's oka upto this point)..AND don't want to update the quanity in inventory.
    So in short can we control the no qty. update for the non-valuated item as we can control for valuated item through account-assigned purchasing.

    Hi,
    But why u need quantity and value both  of a material should not be updated ??
    Ok...
    Create a Material type  and go to OMS2 and  click Quantity upadating and Value updating in Dialog Structure .Now Check ur valuation Area( example Plant) and do not tick Quantity upadating and Value updating check box.
    Now try ur transaction and it will work without affecting quantity and value.
    If helpful then reward.
    Regards,
    Biju K

  • Batch transaction stock aging report

    Hi Experts,
    Can you some one help me with query which give stock aging report base on Batch wise transactions (IBT1).
    Item Code,    Item description  Batch#(Qty which are >0),  Batch Qty,  Stock "IN" creation Date,
    Thanks for your help.
    Regards,
    Suresh

    Dear parneeth,
    As requested please try this Query to fulfill your requirement.
    SELECT T0.docnum,
    T2.BatchNum,T2.ItemCode,T2.Quantity,
    T2.ItemName,T0.CardName as Supplier,
    T2.SuppSerial,T2.IntrSerial,T2.ExpDate,T2.PrdDate,T2.InDate,T2.Located,
    convert(varchar(8000),T2.Notes)
    FROM OPDN T0 INNER JOIN PDN1 T1 ON T0.DocEntry=T1.DocEntry
    inner join
    OIBT T2 on T1.ItemCode = t2.ItemCode and T0.objtype=T2.basetype and T2.baseentry=T1.Docentry
    inner join
    oitm T5 on T1.Itemcode=T5.Itemcode
    WHERE
    T2.quantity>0
    group by T0.docnum,T2.BatchNum,T2.ItemCode,T2.Quantity,
    T2.ItemName,T0.CardName,
    T2.SuppSerial,T2.IntrSerial,T2.ExpDate,T2.PrdDate,T2.InDate,T2.Located,
    convert(varchar(8000),T2.Notes),T1.Linetotal,T1.Quantity
    REGARDS
    MANGESH PAGDHARE.
    Edited by: MANGESH  PAGDHARE on Jan 9, 2012 6:31 PM

  • Stock Aging report in SAP Business One

    Greetings,
    I don't think this issue has been raised successfully on the forums (i checked, there's no real resolution at the moment).
    The end user requires some form of stock aging that their auditors deem important but there's no such feature within SAP B1.
    Their basic requirements would be:
    Stock Code | Description | Date of Purchase | Current Month (qty) | 30-90 Days (qty) | 91-120 Days (qty) | 120 days and above (qty)
    I'm wondering if this is even possible with the end user using multiple warehouses to stock their inventory, and some items are marked as serial items and others are marked as batch.
    Any ideas?

    Thank you for pointing me in the right direction. Amended your query a little so the user input square brackets are there.
    SELECT T0.ITEMCODE , T0.ONHAND as 'Total Qty', CASE WHEN Datediff(day, T1.LASTPURDAT,GETDATE())<45 THEN T0.ONHAND END '<45 Days(Qty)', CASE WHEN Datediff(day, T1.LASTPURDAT,GETDATE())<45 THEN T0.ONHAND*T0.AVGPRICE END '<45 Days(Value)', CASE WHEN DateDiff(day, T1.LASTPURDAT,GETDATE()) >= 45 AND DateDiff(day, T1.LASTPURDAT,GETDATE()) < 90 THEN T0.ONHAND END '45 to 90 Days(Qty)'  , CASE WHEN DateDiff(day, T1.LASTPURDAT,GETDATE()) >= 45 AND DateDiff(day, T1.LASTPURDAT,GETDATE()) < 90 THEN T0.ONHAND*T0.AVGPRICE END '45 to 90 Days(Value)', CASE WHEN Datediff(day, T1.LASTPURDAT,GETDATE()) >= 90 THEN T0.ONHAND END '>90 Days(Qty)', CASE WHEN Datediff(day, T1.LASTPURDAT,GETDATE()) >= 90 THEN T0.ONHAND*T0.AVGPRICE END '>90 Days(Value)'
    FROM OITW T0 INNER JOIN OITM T1 ON T0.ITEMCODE = T1.ITEMCODE INNER JOIN OITB T2 ON T1.ITMSGRPCOD=T2.ITMSGRPCOD WHERE T0.ONHAND>0 AND T0.WhsCode ='[%0]'
    AND T2.ITMSGRPNAM = [%2]
    Will continue to review the aging issue and maybe even update the forums with the results.
    I can understand why in the query you've provided above its not really feaseable to have the Date of Purchase because its showing the stock quantity in total (which would make more sense instead of each item row by row)
    Edited by: Davinder Singh on Apr 18, 2008 4:38 PM

  • Stock aging Report

    Dear Experts ,
    I want a stock aging report for a material plant & vendor input combination which would give me the following details as output :
    First GR date & qty
    Last GR date & qty
    Stock qty & value on end date  date
    Is there any std report for the same in SAP ?
    Regards
    Lakeer Bhatt

    Hi dear,
    Refer below link
    [http://wiki.sdn.sap.com/wiki/display/ERPLO/SAP%20Standard%20Reports?bc=true]
    You can refer below T. codes for inventory aging but in non of the report vendor will come into picture.
    MC.9 - INVCO: Material Analysis Selection, Stock
    MC.A - INVCO: Material Analysis Selection, Rec/Iss
    MC.B - INVCO: Material Analysis Selection, Turnover
    MC.C - INVCO: Material Analysis Selection, Coverage
    MCBV - INVCO: Parameter Analysis Selection
    MCBZ - INVCO: Stock/Requirement Analysis Selection
    MCB) - INVCO: Long-Term Stock Selection
    MC40 - INVCO: ABC Analysis of Usage Values
    MC41 - INVCO: ABC Analysis of Requirement Values
    MC50 - INVCO: Analysis of Dead Stock
    MC49 - INVCO: Mean Stock Values
    MC44 - INVCO:Analysis of Inventory Turnover
    MC.1 - INVCO: Plant Analysis Selection: Stock
    MC.5 - INVCO: Storage Location Analysis Selection, Stock
    MC.T - INVCO: Material Type Analysis Selection, Stock
    MC46- slow moving items
    MB5B
    Edited by: Deepak Kulkarni on Mar 3, 2011 12:04 PM

Maybe you are looking for

  • Extraction Method

    Hi What extraction method should be used to extract data from HR module. Is there any site which can guide us to start a project from scratch. For eg want to start with pulling up HR data and create reports. So how do i start with it. Thanks in Advan

  • Labview 2014 DSC install error

    Tried to install the new DVD's and received an error trying to load the DSC module SQL server 2005 backwards compatability 64 bit wrapper on windows 7 64 bit enterprise version. Picture attached is the install error. Second picture is the error when

  • Firewall/Switching/VLAN Design and Security considerations

    Hi, Consider the following: /SW3---| External--S1--FW---/ |Subnet 1 | \ \ | | \__\SW4---| | /\ | / /SW5--| External--S2--FW-/ |Subnet 2 \ | \SW6--| Requirements: Router/Switch/Firewall/NIC resiliency. We can pretty much cover this with HSRP/redundant

  • Set Cross system company code

    Does anybody know what is Set cross-system company code? Regards,

  • Download Issue with Creative Cloud Subscription for After Effects

    I am having an issue downloading After Effects using the Adobe Application Manager from Creative Cloud subscription. When I click download from the applications, AAM pops up but I do not see AE as part of the files or as an active download. Suggestio