No cost on for stocked Item via return

From time to time we stock in an Item to a Return Warehouse via a return and since there is no cost for that item it is stocked in with no associated cost.
Are there others experience this problem?
If so how do you do a work around?

Check - Allow stock release without item cost is ticked in
Administration -->System Intialization --> Company Details --> Basic Intiallization Tab,
Simulate it in test database before doing it.
If it is ticked, detick it
Do Inventory Revaluation to a new price.
Jeyakanthan

Similar Messages

  • PR and PO should be display in IWBK report for stock item.

    Hi Exterts,
    Our client requirement is to display PR and PO number in IWBK report for stock item as well.
    I know PR and PO can be display in IWBK report for non-stock item but how we can display PR and PO for stock item,as PR is generated through MRP for stock item.
    Please share your ideas on this.
    Regards
    Vishu

    Vishu,
    In typical MRP settings you "procure to stock" not "procure to order".
    This means that there is no direct link between the PM/CS orders and any PR/POs created via MRP.
    Subsequently you will not be able to show this data in IWBK.
    However, we are currently designing a customer-specific report similar to IWBK that also counts the number of open POs for a given material on a PM/CS work order. The user can then navigate to ME2M (PO list) or MD04 (stock requirements list) to get further details.
    PeteA

  • Automatic PR creation for stock items (Category - L)

    Hi All,
    My requirement is as follows:
    When I create PM orders for stock item, system generates a reservation number.
    But the actual qty is sytem for such items are less than planned qty or NIL qty.
    How to create PR's for such items automatically by system ?
    Is MRP run required to be activated for such items (i.e: maintenance of MRP views in material master) or any other way to do it for stock items (L) ?
    If so, what all fields need to be filled in material master?
    Is there a way for doing MRP run only for material type ERSA (spare parts) or only against reservation numbers created through maintenance orders or against MRP controller?
    Kindly post your valuable feedback.
    Thanks in advance and best regards.
    Kannan J

    Hi,
         For automatic p.o creation, you can use reorder point.
    In material master mrp1 view, use mrp type VB, reorder level ex. 50 pc.
    Maintain lot size HB, maintain max stock level 100 pc.
    When the requirement comes it will consume from stock. If the stock goes below reorder ponit(50), it will create planning file entry.
    When you run mrp (MD01), it will automatically create p.o.
    But without running mrp, system can not create p.o
    With that you can maintain your stock.
    Hope it will help.
    Regards,
    Dharma

  • How is cost allocated for consignment item ?

    Hi Gurus,
    How is cost allocated for consignment item ? Is it based on inforecord price ? Or is it based on the split valuation price ?
    Detailed and answers appretiated. Points will be rewarded suitably.
    Thanks,
    Anil

    Hi All,
    Thanks for your help. I will award points.
    Another question>>>>We want to move consignment material to other location. Now this can be - a plant few miles away or another country.
    Material price in this case will be inforrecord price or price in material master MAP.???
    Thanks,
    Anil

  • Lock particular warehouse for particular item via code

    hi all,
    i need particular warehouse locked for particular item via code.
    i designed one form   header have item code and warehouse.
    when i press the add button warehouse locked for that particular item.
    Thanks & Regards
    Sudhir.B

    The answer is:
    Using the Items Object of the DI, set yourself to the correct line and set the locked property.
    for(i=0;i<oItem.WhsInfo.Count;i++)
         oItem.WhsInfo.SetCurrentLine(i);
         if(oItem.WhsInfo.WarehouseCode == "CodeOnTheForm")
              oItem.WhsInfo.Locked = SAPbobsCOM.BoYesNoEnum.tYES;

  • Can we see costing value for line item batch in Batch Information Cokcpit r

    Can we see costing value for line item batch in Batch Information Cokcpit report - BMBC?
    Business like to see standard cost/ item and extended cost which should be qty in inventory * standard cost.
    Help appreciated.
    Edited by: Tom_Eric on Jan 13, 2012 2:33 AM

    HI.
    YES it is passible.
    If the GL is activated line item display check box is active then we can able to see the data as per line items.
    T<Code. Fbl5n
    Thanks.
    Vasu
    Edited by: Vasu Enaguthi on Apr 7, 2010 8:46 AM

  • Goods receipt indicator is PO is not set for Stock -item

    Hi Gurus,
    I have created PO for a raw material but it is so strange that the Goods receipt indicator in Delivery tab is not set (it is greyed out also). Then, I cannot do Goods receipt for PO anymore.
    Normally, this Goods receipt indicator is set automatically if material is stock-item.
    Can anyone help me find out the reason?
    Thanks,
    Hong

    Hi,
    For the material type RAW MATERIAL ,  aganist your plant ( Which is given in the PO) have you activated QTY UPDATE check box?
    Check in the transcation OMS2
    Select your material type and click on the Qty update / Value update ( Which is in the left hand side window).
    Check QTY UPDATE check box aganist ur plant code. If not activated, check / activate check box.
    If this check box is activated, then only GR checkbox is activated in the PO - Delivery screen
    Regards
    KRK

  • Free of cost supply for Rejected item

    Dear All,
    Please help me in the following scenario :
    a. A line item ( Imported item )rejected  by quality .
    b. For that rejected item foreign supplier send us the same material in free of cost . No need to pay for that item.
    c. I paid the freight and customs duty  for both rejected item as well as for free of cost item .
    My questions :
    1. How to make GR for free of cost in the same P.O ???
    2. How to account the customs duty and freight that has been  paid twice for the same item ???
    3. Can i avail cenvat facility for both item .???
    Please clear ....
    Cheers,
    Somu

    Hi
    If the PO is not taken into GR then add the item once again in the PO and chec the FREE GOODS checkbox. By this check the GR taken will not affect the cost of this item.\
    For the double payment made already , you can create a credit note for the vendor in MIRO [Subsequent credit], by choosing the amount and entering the articles.
    On confirmation of MIRO the value will be reduced from these articles in proportion which was actually increased due to double payment.
    Hope this helps.
    Regards
    Govind.

  • Item cost  conversion for buy item

    HI
    can you please tell me what are the validation  for Item Cost for BUy Item
    what are the fields that have to be check and validated .
    what is interface table and base table \
    What is master program
    Thanks in advances

    hai,
      U try this one
    SELECT T0.ItemCode, T0.ItemName, T0.AvgPrice, T1.WhsCode, T1.OnHand FROM OITM T0 INNER JOIN OITW T1 ON T0.ItemCode = T1.ItemCode WHERE T0.AvgPrice=0
    and T1.WhsCode = 'pinnacle' and T1.OnHand > 0
    Avgprice is numeric .so use 0.for varchar datatype only use is null.
    Regards,
    Ramya.

  • Silence Lenovo Solution Center Alerts for specific items via registry/config file.

    I need to be able to customize the alerts generated by LSC.  Like disabling alerts for updates and backups (I handle those for end users via other tools).  Is there a registry setting or file I can edit to change these alerts?  Requesting my end users open up LSC and disable specific alerts isn't an option.
    Thanks for any advice in advance!

    Hello everybody,
    I have set DECLINE_SECURITY_UPDATES=true but still have the problem.
    David D'Acquisto's response-files, don't help in my case because I need a completely silent installation with all necessary information inside. But his files are largely empty. So I can't figure out with entry in it causes the problem.
    Metalink contains the following "solution":
    "Cause
    The name of one environment variable contains spaces and the installer is not able to convert them internatelly. For instance, there is a variable called "PATH ".
    Bug 8995616 "DB INSTALLER VALIDATES EMAIL AND FAILS".
    Solution
    - Check the Environment variables and be sure that none contains spaces or special characters on its name
    - retry the installation
    I don't see any problem in my environment variables, or which ones should I check?
    Many thanks in advance,
    Xenofon

  • Value Credits  for Stock Items - is this a viable solution? (Drop Ship Whs)

    Hi all
    I seem to have a solution for a long standing problem and have tested it but not tried it for real so was interested in your comments. It uses a drop ship warehouse to achieve the result but I donu2019t want to implement on site if it might also be doing things that I am unaware of. It all started off with some testing of drop ship warehouses, which I think is pretty poor functionality in B1, extract from my report below:
    "The disadvantages of SAP drop ship functionality all centre around the fact that it does not generate stock movements. You lose audit trail and some reports that users may rely on eg stock usage. Also because there is no stock movement the item cost is not updated (ave or FIFO). This also means that you do not get a cost of sale on the sales order or invoice, if you have set the GP Base Price to item cost, and no COS in sales analysis. The sales invoice journal generated also does not post COS, just sales, but note that as there is still no stock transaction it can be invoiced before the PO receipt or invoice. And as the purchase receipt does not generate a stock transaction there is no journal and therefore no accrual (GRNI). The AP invoice just posts an expense to P&L but only when the supplier invoice is received. So it screws stock movements, item cost, sales analysis, P&L, BS accruals and there is little in the way of control."
    However, this set me thinking about using it for value credits, report extract as below:
    I realised whilst I was testing that the drop ship warehouse could be used very effectively to deliver a solution for something that has caused me much grief over the years. When you use the drop ship warehouse stock movements are never generated. Consider a customer who has been overcharged for goods and requires a credit. Historically, the advice has always been to issue a u201Cserviceu201D credit against a GL code because an u201Citemu201D credit document would book stock back into the warehouse and reduce the reported quantity of goods sold, which is not required. The downside of the service credit is that whilst GL postings may be OK sales analysis is now incorrect. But using a drop ship warehouse on the credit note line we get a document against the itemcode, stock is not updated and the credit value does appear in sales analysis as well as GL. Perfect! So we could create a warehouse, marked as a drop ship warehouse but clearly labelled as u201CVALUE CREDITS ONLYu201D, to be used for this purpose
    What does anybody think about this solution - are there any downsides?
    Thanks
    Bruce

    Hi Bruce,
    Your understanding of Drop Ship is mostly correct.  The proposal sounds good.  The main point of the Drop Ship function would be no stock involved.  You really do not need to label it is bad or poor. It is only useful for people who need it. If you could utilize the function for your goal, go for it.
    Thanks,
    Gordon

  • Cost object for Revenue Item?

    Dear friends
    When I am posting sales entry in F-02, system is asking Cost Object.
    I have given Cost Center as a Cost Object. In the control tab I have removed lock for Actual Revenues also.
    Even after this also system is asking the Cost Object. And I am getting the below error:
    Account 301001 requires an assignment to a CO object
    "Message no. KI248
    Diagnosis
    All given account assignment objects (order, project) are defined as statistical.
    System Response
    Statistical orders or projects are ignored when FI and CO are reconciled. You must enter a cost center, order, project, or cost object to which the costs are posted for CO postings.
    Procedure
    Enter a cost center, an order, a project, or a cost object that is not statistical. The posting row affected is 002 and the account is 301001."
    Regards
    Kiran A

    Revenues posted to cost center always statistical postings only. System is looking for real cost object. Go to profit segment field and derive manually to post to profit segment. Otherwise you need a Internal Order or Sales order

  • Alignment of body for work item via SWNCONFIG

    Hi All,
    As per my present client scenario, every work item will be sent to UWL and external mail also. It means, user wants to execute the work item from external mail (Gmail or outlook)through SWNCONFIG transaction. Here my issue is as follows.
    I am getting the below issue when work item goes to external mail.
    Body sequence is out of alignment as you can see it in Red color below(You can observe the placement of the symbol u2018:u2019 is out of alignment).
    Actual Output Required:
    Item #                         : &MATNR&
    Description                    : &WA_MARA.MAKTX&
    Item type                      : &WA_MARA.ITEMTYPE&
    Project ID                     : &WA_MARA.LPID&
    Product Group                  : &WA_MARA.PRODUCTGRP&
    Purchase / Manufacture value   : &WA_MARA.PUR_MAN_VALUE&
    PDM Status                     : &WA_MARA.PDMSTATUS&
    Life Cycle Status              : &WA_MARA.LCSTATUS&
    Task sent by                   : &WA_MARA.ZUSER&
    Actual Output Obtained At Present:
    Item # : 1111
    Description : PDM Data
    Item type : PHysical Item
    Project ID : Local Project ID
    Product Group : Product Group
    Purchase / Manufacture value : P
    PDM Status : PDM Status
    Life Cycle Status : Life cycle
    Task sent by :
    Please let me know the solution for this asap.I would really appreciate you for your help in this.
    Thanks in advance..

    Hi!
    You can try playing around with mail formats in SWNCONFIG, provided work item text is formatted using tabs, however I do not think that will help. You should format task description using SAPscript formatting symbols - SWN_SELSEN should convert it to correct output format.
    Or you can create work item description in HTML - that should keep formatting everywhere. Use tab "Work item display" in your WF step, there is a demo f-n module SWL0_PREVIEW_DEMO_HTML that can be used as example.
    WBR -
    Pauls

  • Costs Report for inventory items

    Does anyone know if there is a report where i can see all the items with their costs? I am using moving averag valuation method.
    Thanks
    Jacobo

    Hi Jacobo,
    I think you could use the Inventory Audit Report under Inventory-Inventory Report module to track the item cost.
    Best Regards
    Helen Sun

  • MIGO Print label WEE1 for non stock items from GR for PO

    Hi,
    I added logic to print new label into printing program MZ07DETI which is printing labels for stock items. My label is for non stock items. The problem is that for non stock items printing process is not triggered. I created PO with Account Assign. Category F, P or K no material number and no storage location. For this type of PO no print possible during GR posting. Is any set up available in IMG to make it work. I appreciate any response.

    Hi,
    Please check up if there is any default value at the plant level;in case of such default,the system will post to the GL Account defaulted,not with standing the "standard item category".Better checkup if any cost center /order has been assigned.
    The GL item is defaulted thro'the item category.If both the goods and services have been defaulted to the same GL  Account,then not with standing the type [ie] whether goods or services,the system will post tot he same GL Acct.
    Hope this helps.
    Regards.
    Ramesh

Maybe you are looking for