No drop in inventory level for 161 return item

HI Gurus,
During a return of item with PO with return indicator ticked, 161 movement is generated.
Inventory stock for Class A items will be reduced however, inventory stock for consumables does not changed.
Is there any settings in material master which is affecting such change for 161 movement?
Thanks
Regards,
Clarice.

Class A and consumables are not having the same material type
Class A : Qty updating by valuation area
              value updating in no valuation area
              Qty structure not checked
Consumables :Qty updating by valuation area
                      value updating by valuation area
                     Qty structure checked
Other than the views, the rest are the same

Similar Messages

  • How to get available quantity in Inventory levels  for all materials

    Hi..All
    I am Abap Developer and i have a Requirement that to Print a report that Displays " Inventory levels (available quantity) for all materials"
    1) What tables can i use to retrive the data to get the Inventory levels (available quantity) for all materials.
    2).What are the fields can used in that tables that use ful for end user.
    Thank you,
    Madhu .
    Edited by: madhubabu rao on Oct 15, 2008 9:10 AM

    Hi,
    I'm not sure what you mean when you are speaking about inventory levels and available quantity.
    I mean that you may have stock of 100 pcs of a certain material but from an open PrdOrd can come a reservation for this component (e.g. 20 pcs) that reduces this the available quantity (to 80 pcs).
    If you want only the stock levels, you don't have to write any ABAP code, since MB52 report is designed for this purpose.
    If you want to know the available stock (considering requirements (PIR, DepReq, SO), and stock-like MRP elements (PldOrd, PurReq, PrdOrd, PO, etc)) you should check report MD04 and examine how it works, which tables it uses (ST01).
    http://iorboaz.blogspot.com/2005/04/get-md04-data.html
    Regards,
    Csaba
    Edited by: Csaba Szommer on Oct 15, 2008 9:34 AM
    Edited by: Csaba Szommer on Oct 15, 2008 9:34 AM

  • Text data is not displaying at Report level for an Infoobject Item name

    Hi All,
    Texts data is maintained at Info object level but text information is not displaying at Report level for an object.  I have set the property at query level as "Text", but at report level it is displaying key values of the object, not displaying texts information.  This problem occured in QA(Quality) system but not replicated in Production system.  I have checked all properties at backend and query level and compared the same between QA and Production system didn't find any difference.
    Please suggest what might be the cause: at report level it is displaying key values instead of the textual information even text data is mainintained at backend.  In production it is displaying textal data for the IO.
    Thanks in advance.

    Hi All,
    Thanks for your valuable information.  I have changed the setting under Advanced tab as "Master data" for Access type for results values, but didn't solved the problem still it showing key information for the IO.
    In Production system the report displaying texts information for the IO, but in QA its displaying key information. The problem exits only in QA, its working fine in DEv and Production.
    As per my understanding might be the issue with Patches will be checking with Basis team on the same.
    Please suggest if you have any alternatives to fix the issue.

  • 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

  • Is It possible for a Non Shippable Inventory Item sold in OM update INVENTORY Levels

    Is It possible for a Non Shippable Inventory Item sold in OM update INVENTORY Levels?
    I have created an Item which is inventory tracked but not shippable. Customer & Internally Ordered. But upon booking the Sales Order, the INVENTORY level of the said item does not get updated with the sale.
    How can i make it update INVENTORY without going thru shipping module?
    thanks.

    Hi Jay
    How are you.
    Yes, in process sampling only.
    Is it not neccessary to have a wip validity rule for wip products in the specs. I am able to create samples for wip products with inventory validity rule.
    Regards
    Prem.

  • Confirmation for ECC Return PO

    Hi All,
    I am looking for some clarifications. I can able to process confirmation in SRM (through Central goods/services transaction) for a PO created only in ECC. If I do any partial confirmaiton, then the remaining quantity will be available for further confirmation.
    But this is not happening for ECC Return PO (PO where Return box is checked). I could able to process only one confirmation for that return item in SRM and it posts a goods movement with 161 mvt type in ECC. But after that, this return item is not available for further confiramation in SRM. That line itself is not there in the item overview screen of confirmation.
    Has anyone come across this poblem? Can you please help me to undertsand the issue here?
    Thanks,
    Arun

    Hi
    You can use any of your existing purchasing group to create a return PO.
    Thanks

  • 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

  • Min Inventory Level

    Hello All -
    Currently we do not have the Min Inventory Level populated in the Item Master.  What changes should we expect to see in any of the modules by filling in this field...i.e., any alerts, etc?
    How are Min Inventory Level alerts set up?
    Thanks,
    Mike

    Hi.
    Using this fields will modify the behavior of thouse articles when running MRP. The recommendations generated by MRP to buy/produce an article, will include the min level requirement into its calculations in order to keep the min level after all the transactions were made.
    Regards.

  • ERS flag on PO for return item

    I am missing the ERS flag on PO for "<b>return item</b>"

    Hello,
    Just now that material is where?
    In your stock or at customer.
    If that material is in your stock than you transfer that stock from storage location to storage location. thin can be within one plant or between two plants (If you have declared service center as storage location)use MVT type 301 With ref to this material document you have excise invoice thru J1IS.(If excise is applicable)You can edit excise values there.
    Check and confirm
    Regards
    Kedar Kulkarni

  • MEIS Foreign Trade - Purchase order return items ECC 6.0

    Hi Experts,
    can you explain whether there has been any change in the way that MEIS is collect data.
    I'm looking into a problem with the interstat reporting in ECC 6.0 transaction MEIS.
    The problem occurs for PO return items, when movement type 161 and 162 are posted in the same period for a PO items,
    this is actually a cancel of the return item, so in my view these posting are not to be reported as imported goods.
    But if I run the report for the next period after the posting is done the PO item are selected on the report, this problem does not occurs in ERP 4.7.
    I create a return order in period 01.2012, and do the posting in same period, run the MEIS for period 02.2012.
    Periodic Declarations is done for SE.
    Any help are appreciated.
    Regrads, Lars

    Hi Jürgen,
    Thanks for you reply.
    You are right that VI99 are for reporting returns, but my problem is that MEIS in ECC 6.0 now shows the items as a full value
    for reporting, if i do this in 4,7 they are not seleted for reporting, and i my view they should not be seleted in MEIS but they are.
    what is you opinion.
    I just check the movement type in Customizing and the "type of posting" are set to "2" the setting are the same in both 4,7 & 6,0
    Regards, Lars

  • Hi, how can I keep the same zoom level for all the pages I view in Safari and even when I close and open it.  Indeed with a 27 inch Imac I have a lot of space, most of the websites are built for smaller resolutions  and my sight is dropping !   Thx

    Hi, how can I keep the same zoom level for all the pages I view in Safari and even when I close and open it.  Indeed with a 27 inch Imac I have a lot of space, most of the websites are built for smaller resolutions  and my sight is dropping !   Thx

    Hi, how can I keep the same zoom level for all the pages I view in Safari and even when I close and open it.  Indeed with a 27 inch Imac I have a lot of space, most of the websites are built for smaller resolutions  and my sight is dropping !   Thx

  • Good Receipt (movment type : 161) for a PO (PO with Return items) -- Error

    Hi,
    When i post a good receipt (movment type : 161) for a PO (PO with Return items), i have this Error Message :
    " Account 61522200 requires an assignment to a CO object "
    Note : in this GR i have already : Profit center, Funds center and Order (CO objects)
    So please what could be the reason ? and how to resolve it ?
    Please advise
    Regards.

    Please check first the field status of the account in FS00. If this account requires CO object as mandatory then check whether a cost element is created or not , this error normally occurs when CO object is mandatory but relevant cost element is not created.
    (or)
    Goto OKB9 :   The u201CChage View u201CDefault account assignment: Overviewu201D appears. Enter the company code, cost element, and default cost object. The cost object could be a cost center, internal order or profit center.
    Edited by: m_n_novice on Sep 2, 2009 5:51 PM

  • CS3 Mac I bought CS3 several years ago while in school, but had to drop out before I even opened the software. A few months ago I opened and installed the software and used Photoshop to complete a review project in preparation for my return to school. Thi

    I bought CS3 several years ago while in school, but had to drop out before I even opened the software. A few months ago I opened and installed the software and used Photoshop to complete a review project in preparation for my return to school. This morning when I tried to open Photoshop again I got a message saying the license didn't support the software anymore and I would need to check with my IT administrator or contact Adobe. I tried calling Adobe but the recorded message said CS was not phone supported. I know it took me a long time to get back to school, but it seems sad to waste the $1,000 I spent on the software. Is there a solution to this issue or do I need to buy new software? Thank you for your help if you have any suggestions.

    Error "Licensing has stopped working" | Mac OS
    Mylenium

  • Issue in GI for shipment for movement type 161 for vendor returns

    Hi Guru's,
    When we try to make the Goods Issue for the shipment in VT12...I'm geting a error message as
    "Combination of Movement type/Special stock/  stock type is not possible".
    And also FYI..the delivery in the shipmet was completley picked and packed and loaded.
    Please Advice.

    Check following SAP Notes:
    - Note 1090988 - Pooling: Quality inspection for return delivery not possible
    Symptom - You run the ADEC special pooling process for a material in which master inspection setup is maintained.
    The error message M7 361 occurs: Combination of movement type/special stock/stock type is not possible. No inspection lot can be created by goods movement receipt (GR) for pooled stock.
    Reason and Prerequisites - It is not planned to deal with ADEC pooling order with quantity inspection lot. The relevant Customizing entries are missing for this process.
    Solution - Refer SAP Note 1090988
    - Note 376615 - M7001: MEU5 xx 01 is missing in table T156M
    Symptom - During goods receipt to a stock transport order with returns item, the system generates message M7001:
    'Please check table T156M: entry MEU5 xx 01 does not exist'. or message M7361: 'Combination of movement type/special stock/stock type not possible'. The system displays the error message if you want to post the returns item from the stock in quality inspection, from the restricted-use stock or from the blocked stock to the stock in transit.
    Cause  - The entry is missing in the standard system
    Solution - Refer SAP Note 376615
    Also, check Allowed Transaction & Reversal & Follow-on M Type node in Tcode OMJJ for M Type 161
    Thanks & Regards
    JP

  • Available quantity for all materialsin Inventory levels

    Hi..All
    I am Abap Developer and i have a Requirement that to Print a report that Displays " Inventory levels (available quantity) for all materials"
    1) What tables can i use to retrive the data to get the Inventory levels (available quantity) for all materials.
    2).What are the fields can used in that tables that use ful for end user.
    Thank you,
    Madhu .

    Dear,
    Also check the tables
    LINK               Inventory document header
    LINP               Inventory document item
    LINV               Inventory data per quant
    Regards,
    Syed Hussain.

Maybe you are looking for