Steps to Add stock in Warehouse bins

Gurus,
Please give me the transaction and  steps to add Stock in Warehouse Bins without reference to Inventory management......
We dont user Inventory management. We only use Warehouse Management in our company. So How do I update the initial stock entry in the respective bins...Please provide me the steps....
Thanks in Advance

still not totally clear if you have a stand alone WM or only a decentralized WM,
If you have decentralized Warehouse Management, all your business transactions, including inventory management of quantities, are executed in the ERP system, while all the processes required for the physical and logical goods movements run in the decentralized WMS.
The leading ERP system communicates planned goods movements to the decentralized Warehouse Management system (WMS) through deliveries (BAPI method)
for details look here:
http://help.sap.com/erp2005_ehp_04/helpdata/EN/57/803c35975f0054e10000009b38f839/frameset.htm
dont miss the the menu on the left to navigate to stock transfer ,goods receipt etc.

Similar Messages

  • Steps to reverse stock in warehouse

    Hi All,
    Please explain how to reverse the stock in warehouse.
    I.e By mistake i have placed the stocki n warehouse but now i want to reverse that stock.
    Please help me.
    This is urgent.
    Thanks in advance

    Hi,
    This is helpful answer.
    But if i have many documents how i will proceed.
    Plese help me.

  • T.code for viewing stock at storage bin

    Hi all,
    What is the t. code used for viewing the stock at storge bin?I know this is WM question but your help is appreciated.
    Regards,
    Shailendra

    Hi,
    Following are the T-Codes:
    LS26   Warehouse stocks per material
    LI05    Inventory History for Storage Bin
    LX02   Stock List
    LX03   Bin Status Report
    MB52  List fo warehouse stocks on hand
    Regards,
    Suresh' D.

  • Stock in Warehouse Report - Printing Warehouse Name

    Hi all,
    My client is printing the Stock in Warehouse Report and wants to pull in the warehouse name in the report.
    They are only ever generating this report for 1 warehouse.
    When I look at the standard template I cannot see how even the waerehouse code is pulled in to the report.
    The only fields I see are text fields.
    I have tried adding a database field related to or linked to another field but I cant seem to get it to work.
    Any advice greatly appreciated.
    Thanks,

    I believe you are talking about Inventory in Warehouse Report
    Try the following:
    Add a Formula field and check
    Field_045 == "Whse:"
    Add a database field as you seem to have done and select the Warehouse Name from the OWHS table and set the
    Link to: on the above formula field and
    Relate to on Field_046  ...................................this field is the Item Description field where the Warehouse Code is displayed
    Check this out.
    OR
    If it only one warehouse Add a text field and hardcode the Warehouse Name

  • At the time of go-live, how to adjust the stock in the bins which match- -

    Hello,
    Materials are already distributed in to the bins physically where SAP WH mgt not implemented. When we implement the SAP/(at the time of go-live),we have following issues
    When we go live, then how to adjust the stock in the system as per actual physical bin stocks in WMS?
                 OR
    DO we have to tell user to adjust the stock in the bins physically as per the system stock?
    Thanks

    hi,
    your stock level get differed between storage level and warehouse level? if so go to LX23 AND EQUAL THE DIFFERENCE.
    if u want to change the bin level adjustment use lt01 and lt10 tran. as per your req(at the time of go live)  adjust according your inventory stock.
    regards
    muthuraman.d
    Edited by: muthuraman d on Dec 16, 2009 8:59 AM

  • Adding field to Stock in Warehouse Report

    Hi Experts,
    My customer would like to add the field "Description in Foreign" language to the Stock in Warehouse report.
    When I look at the existing fields on the report, they are not of the Source Type "Database" but Free Text !  Does this mean the report cannot be amended?
    I have tried to add the field regardless, but the table OITM is not available from the Database dropdown list.  I find this odd as it is a Stock in Warehouse report.
    Please help.
    Greig

    hi greig,
    Have u entered item description in foreign language in item master ?
    You can add UDF to standard reports like Stock in warehouse report ?
    Reports are linked with PLD dynamically,U can't link datbase field in PLD template,Report is linked internally with free text.
    Better develop query based report(ie. Query Print Layout designer).
    Jeyakanthan

  • Extra field on Stock In Warehouse Report

    Hi Experts,
    Is it possible to add an extra field to the Stock In Warehouse Report?  I want to show the Item's Sales Weight, but when I add the field, the weight of the first item is just repeated for every item.
    I have had to use Alt & Shift to access the table OITM table.
    Thanks
    Greig

    hi greig,
    Have u entered item description in foreign language in item master ?
    You can add UDF to standard reports like Stock in warehouse report ?
    Reports are linked with PLD dynamically,U can't link datbase field in PLD template,Report is linked internally with free text.
    Better develop query based report(ie. Query Print Layout designer).
    Jeyakanthan

  • Unable to add stock to cofigurable material

    Hi,
    I have created config. mat. : zbike, and char. : zcolor(values red, blue, yellow), assigned to class: biclass1, and created a profile. i have take all required steps in ct04,cl02,cu41.
    iam able to process order and save it without error.
    Now Iam unable to add stock to zbike and unable to process transfer order(lt03) and pgi.
    Could someone let me know how to do it.
    Regards,
    John

    Dear Jhon,
               Check the settings in these transactions
    1.Transaction OMS2-- Quantity/Value updation for your  Material TYPE
    2.Transaction OMWD-- Account determination for valuation areas.
    I hope it will help you
    Regards,
    Murali.

  • Add stock without goods receipt and PO - is it possible

    Hi Gurus,
    For the needs of a presentation in SD, I need to add stock to materials I have created to execute SAP SD processes.
    Can I add stock without creating a purchase order and a goods receipt?
    Regards
    Chris

    Hi,
    if you want amount of material value also upload through MIGO 561 mvt,
    regards
    chenna
    Edited by: lakshmi reddy on Oct 28, 2010 1:59 PM

  • Pls Help me with steps to add data from xml file to SAP B1 through B1iSN.

    Pls Help me with steps to add data from xml file to SAP B1 through B1iSN. I  am getting stuck in xsl transformation. not able to understand where the mapping code needs to be added.
    Pls explain me the steps for adding data from xml to B1 quotation step by step.
    thanks and regards
    Priya

    Hi,
    Have you checked this: https://sap.na.pgiconnect.com/p45508295/?launcher=false&fcsContent=true&pbMode=normal ?
    Thanks,
    Gordon

  • Stock report warehouse wise for a particular batch

    Hi all,
    How do you find out a stock report warehouse wise for a particular batch along with the same batch items sold to whom and with what quantity?
    Thanks
    SV Reddy

    Hi SV Reddy
    pls find the query for stock report
    Select X.DocDate, X.ItemCode,
    ((Select isnull(sum(InQty-OutQty),'0')From OINM T0 Where T0.ItemCode=X.ItemCode  And
    (T0.DataSource='I' or T0.DataSource='N')  And T0.DocDate < X.DocDate)) As [OpeningStock],
    IsNull(sum(X.InQty),0)As[Received Qty],IsNull(sum(X.OutQty),0)As[Consumed Qty],
    ((Select isnull(sum(InQty-OutQty),'0')From OINM T0 Where T0.ItemCode=X.ItemCode  And
    (T0.DataSource='I' or T0.DataSource='N')  And T0.DocDate < X.DocDate)+
    (Select isNULL(sum(T0.InQty),'0')From OINM T0 Where T0.ItemCode=X.ItemCode And T0.DocDate<=X.DocDate And
    (T0.DataSource='I' or T0.DataSource='N')  And T0.DocDate = X.DocDate)-
    (Select isNULL(sum(T0.OutQty),'0')From OINM T0 Where T0.ItemCode=X.ItemCode And T0.DocDate<=X.DocDate And
    (T0.DataSource='I' or T0.DataSource='N')  And T0.DocDate = X.DocDate))As [ClosingStock]
    FROM OINM X Where ItemCode=X.ItemCode And
    (X.DataSource='I' or X.DataSource='N')
    Group by X.DocDate,X.ItemCode
    Order by X.DocDate
    regards
    Jenny

  • Stock in warehouse report - value not displayed.

    In the "Stock in warehouse report" I selected this option: Price source = Last purchase price.
    In the report, for an item, the value in the field "Item Price" is not displayed.
    This item has a good receipt (with value) in this year.
    Why the value is not displayed?
    Thanks
    Paolo

    Paolo...
    1.  Did that receipt get paid for with an AP Invoice (when last purchase price is updated)?
    and
    2.  Did you run an Inventory Audit Report before running the Inventory in Warehouse Report?
    To see this maybe you can go into SAP OEC DEMO and create a new item, then create a PO - run the two reports, copy to Goods Receipt PO - run the two reports, and then copy to AP Invoice - run the two reports.  You will see the difference.
    Accounting point - an item is not really valued until the AP Invoice is processed.  Only then do you know what the actual purchase cost is for a product.
    Regards - Zal

  • HT1473 Im having problem while transferring songs from PC to Ipod. Ive followed all steps 'File Add to Library' but i cant find songs in my ipod. Ive also synced the ipod and backup as well but still same. what to do?

    Im having problem while transferring songs from PC to Ipod. Ive followed all steps 'File<Add to Library' but i cant find songs in my ipod. Ive also synced the ipod and backup as well but still same. what to do?

    Try:
    iTunes: Finding lost media and downloads
    iTunes: How to re-create your iTunes library and playlists
    Next try:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Also:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • Inserting Totals on the Stock in Warehouse report

    Hi all
    I want to knwo what code or formula must I use to total the stock in warehouse report .
    This report must print each warehouse report on separate papers.
    Thanks

    Hi All
    Managed to sort out the totaling had to insert formula ColSUm

  • Movement type to scrap the Restricted stock from warehouse

    Hi,
    Kindly advise the movement type to scrap the Restricted stock from warehouse.
    Thank you.

    hi
    what do u mean by restricted stock
    i thnk it is BLOCKED stock
    please clerify that
    u cant see any restricted stock in MMBe
    it is GR blocked stock and blocked stock or reserved stock
    hope it clears
    regards
    kunal

Maybe you are looking for

  • Vendor Trial Balance for a Profit Center

    Hi We are on ECC 6.0 and created plants as a profit center. Now, need to develop a custom report for getting vendor trial balance for a profit center. The standard report FK10N does not provide the balance for a profit center. However, while pulling

  • IMac - I get a black, grey, light blue or white screen sometimes

    This has never happened to me before. I wasn't doing anything unusual (browsing the web) when suddenly my screen turned all black. I tried to do all possible things, like putting the computer to sleep, hit random keys, or wait a while, but finally I

  • Spry Accordian 2nd Panel Does Not Work in IE 8

    Anyone have a suggestion on this. I created a two tabbed according panel to show content below and image using the XML data set feed to dynamically insert content. The content for the first panel shows up nicely and so does the tab for the second ite

  • IPad 4 ID3 display

    Why ID3 information is no longer displayed at HiFi set via USB connection after updated to iOS7 (iPad 4)? iOS6 is OK. Using deezer apps.

  • Is there a way to sort by all ticked and THEN by album name?

    If I sort by all ticked, the tracks are listed in alphabetical order by track name. Is there any way of doing this so they are sorted by album name instead? Thanks