Stock on hand problem

Hi All,
what are the steps to perform the uploading of actual qty of items in the warehouse every end of months ? we begin to calculate qty of items in the warehouses (disregarding qty in system (SBO)) from date 30 to date 4 of early of next month. We use stock taking template, inventory tracking and stock posting but some items will have negative stock on hand qty, what is the causes ? are the ordered and committed influence this stock ? Thanks in advance.
Balaj

The negative stock is because you have not checked in Admin > System Init > Document Settings > Block negative inventory.  Showing negative inventory is not a good business practise as  tangible goods can never be negative.  This On hand quantity is not affected by Ordered or committed.  This is purely what is physically in the warehouse.
You must first change the setting to Block Negative Inventory.
Then you must using Stock taking DTW template to import monthly stock balance and reconcile stock using Inventory Quantiy, Inventory tracking,.. option.
Suda

Similar Messages

  • Problems Importing Initial Stock On Hand using Workbench

    I am trying to import data into SAP B1 for a new customer using the workbench. I am currently working on importing SOH and decided the only way to use the workbench would be to import the initial SOH as a set of stock take figures. When I do the stock posting I would select a price list I had previously imported that showed all of the average purchase prices for the stock.
    The problem is when I click the reconcile button I get an error:
    Material Stock Account not defined [Administration - Default for Retained Earnings]
    I looked in the G/L Account Determination settings and Warehouse Account settings, but I can't see anything substantially different to the demo database.
    Can anyone help me here?
    Am I using the wrong method? (Note there are 3 warehouses and 3500 items, so manual entry is not possible)

    Hi Michael,
    Check in the "Item Master Data"->"Warehause Data":
    1. If Item defined for warehause 01
    2. If you see warehause data and accounts in the matrix
    3. Check "Set G/L Accounts by". If there's "Item Group" you have to define accounts for item groups.
    Best regards,
    Mark

  • MM Report on Stock on Hand.

    I am looking for a report reflecting the u201CTop 500 materials in a descending stock-on-hand value sequenceu201D as on a specific date. (it should reflect the mat number; description; unit of issue; unit price; SOH value per mat and cumulative value.)
    How can I ge this in Invemtory Management.

    Dear All,
    My query regarding stock on hand (MB5B )
    1)When mb5b is used I am unable to take stock in a particular storage location.How to acheive this
    2)In MB5B all the materials in the plant are being displayed which should not be and only material which are involved in stock trasactions (ie, opening stock,issues, closing stock etc)
    Hope I am clear.
    How to over come the above problems.
    Pls provide your valuable inputs.
    Regards,

  • Ageing Report(STOCK IN HAND)

    Dear All,
    Can I have ageing report for stock in hands (Lot based ) in PP/MM
    modules.
    Kindly give your advises .
    Thanks In Advance
    Rakesh Sehgal

    Hi Rakesh,
    pls check below two tcodes
    1. MC46 - Slow Moving Items
    2. MC50 - Dead stock items
    Regards,
    Sankaran

  • Calling MB5B from a program to determine stock on hand as on date

    Dear friends,
    I want to call transaction MB5b from my report passing (matnr, plant and selection date-sy-datum ) values from internal table (11500 records) and fetch the quantity field that gets displayed after executing. How to do that. can anyone write the code for that. Because writing full program for determining stock-on-hand seems meaningless as we can get that value from MB5b. Can we trap that parameter in the standard program RM07mlbd and import that parameter to the program. Any suggestions.
    Please write full code. I guarantee Points would be rewarded if solved.
    Regards.
    D.P.Mallick

    Hi,
    could you please post the code how it was done. I am facing a similar issue.
    Regards
    Mohan

  • Stock on hand at a point in time

    Hi Experts
    I am busy doing an inventory report in Crystal. I need to pull the stock on hand for all the items for each month (past 4 years, +-2500 items)
    At the moment, i am taking inqty - outqty where date <= (beginning of each month)
    My report is taking forever to process the info.
    Is there any other way I can get the stock on hand at previous points in time? Or any tricks to help SQL process the data quicker?

    Hi Bradely,
    I've a query pulling opening stock in qty from the system.
    Through unions on all the transaction tables i'm pulling the data warehousewise.
    It hardly takes any time.
    I'm trying to print stock value too. Which I'm unable to figure out.
    If you want I'll pass that query.
    Any idea about how to figure out stock value ?
    Thanks
    Malhaar

  • MTO Strategy consider the stock in hand

    Dear Experts,
    AM new in MRP Field, pls advise me about pure MTO Strategy which consider stock in hand. MRP run should consider the available stock for net requirement calculation. I tried with strategy 20,but it is not consider the stock.Pls advise,
    Regards,
    Vijesh

    Vijesh,
    MTO by definition will only consider Sales order stock.  This is the main planning difference between MTO and MTS.  Thus, if you have generic stock on hand (not sales order specific) it is supposed to be  excluded from MRP planning.
    If you wish for MTO planning to consider generic stock, you have to first convert the stock to Sales Order specific stock (Special stock type 'E') using a Material Movement transaction.  Or, you can stop using MTO and use an MTS strategy, such as 40.
    For more info about MTO planning see http://help.sap.com/erp2005_ehp_06/helpdata/EN/f4/7d2ed844af11d182b40000e829fbfe/frameset.htm
    Best Regards,
    DB49

  • Logic to get stock in hand.

    Hi All!
    What is the logic for the stcok in hand.
    There are several stocks like restricted stock,blocked stock,stock in quality inspection etc..
    How can i get the total in hand
    Regards
    Praneeth

    Hi Praneeth,
    The stock in hand is the quantity in Unrestricted use.
    The quantity in the Quality inspection can be rejected or accepted.
    If the quantity in the Quality inspection is rejected it can be sent to the blocked stock or scrapped.
    If the quantity in the Quality inspection is accepted it comes to the Unrestricted-use stock.
    So, the stock in the Unrestricted use is the stock in hand that can be used for delivey & billing.
    Kind Regards,
    Thangesh

  • Tables used for a Stock-In-Hand Report ?

    Hi,
    I need to generate a stock in hand report. For this report I only need to consider Purchasing Inventory Stock and not the Sales Order Stock. What tables do I have to use?, if possible the query!
    Thanks,
    Kishan

    Hi Kishan,
    Try and use FM 'BAPI_MATERIAL_AVAILABILITY'. I have used this FM in the past for Stock on Hand reports. Only drawback is that it only runs for one material / plant at a time!
    You cold also use FM 'AVAILABILITY_CHECK':
    Structure to hold ATP Controller: Control Parameters
      DATA: BEGIN OF st_atpca.
              INCLUDE STRUCTURE atpca.
      DATA: END OF st_atpca.
    Table to hold ATP: Requirements to be Checked/Considered
      DATA: BEGIN OF tbl_atpcs OCCURS 0.
              INCLUDE STRUCTURE atpcs.
      DATA: END OF tbl_atpcs.
    Table to hold ATP Server: ATP data for display
      DATA: BEGIN OF tbl_atpds OCCURS 0.
              INCLUDE STRUCTURE atpds.
      DATA: END OF tbl_atpds.
    Table to hold ATP Server: Material Table
      DATA: BEGIN OF tbl_atpmat OCCURS 0.
              INCLUDE STRUCTURE atpmat.
      DATA: END OF tbl_atpmat.
    Populate ST_ATPCA
      CLEAR st_atpca.
      st_atpca-anwdg  = '8'.    "Calling App - Explaination
      st_atpca-azerg  = 'T'.    "ATP Display Result
      st_atpca-rdmod  = 'A'.    "Read Mode - Totals
      st_atpca-xenqmd = 'N'.    "Do not read Blocks
    Populate TBL_ATPCS
      CLEAR tbl_atpcs.
      REFRESH tbl_atpcs.
      tbl_atpcs-matnr  = p_matnr.  "Material
      tbl_atpcs-werks  = p_werks.  "Plant
      tbl_atpcs-prreg  = 'A'.      "Checking Rule for Avail Check
      tbl_atpcs-chmod  = 'EXP'.    "ATP: Check mode
      tbl_atpcs-delkz  = 'VC'.     "MRP element indicator
      tbl_atpcs-bdter  = sy-datum. "Requirements date for the component
      tbl_atpcs-xline  = '1'.
      tbl_atpcs-trtyp  = 'A'.      "Transaction type - Display
      tbl_atpcs-idxatp = '1'.
      tbl_atpcs-resmd  = 'X'.      "Mode for Results of Check - Proposal
      tbl_atpcs-chkflg = 'X'.
      APPEND tbl_atpcs.
      CALL FUNCTION 'AVAILABILITY_CHECK'
           TABLES
                p_atpcsx  = tbl_atpcs
                p_atpdsx  = tbl_atpds
                p_atpmatx = tbl_atpmat
           CHANGING
                p_atpca   = st_atpca
           EXCEPTIONS
                error     = 1
                OTHERS    = 2.
    Would recommend giving both these FM's a go and see if they have what you want.
    Cheers,
    Pat.
    PS. If you find these suggestions helpful, kindly award Reward Points appropriately.

  • STOCK IN HAND

    CAN ANYBODY EXPLANIN ME HOW STOCK IN HAND IS CALCULATED? AND IN WHICH TABLE-FIELD STOCK IN HAND IS STORED.i.e. name of table for stock in hand?
    pls provide me some input.
    regards
    simran

    Its not very clear - can you please explain with examples.

  • Stock in hand against po no.

    hi all,
    i want to develope a report in which stock in hand(from mb52 tcode) will be displayed against p.o no.format like this
    plant          material             batch          stock in hand           po/sto no.
    my client wants the report in which stock that is placed in storage will be displayed by po sto no.
    currently we are using two step sto procedure by usung 351 and 101 movement type.
    pls help
    regards
    sumit bisla

    Make them understand that this not a logical requirement as you can't establish a link of PO/STO for stock in hand.
    Let me tell you why it is so..if suppose you have received goods against 2-3 PO/STO & Now you are issuing goods (stock transfers/Billing/Transfer posting/Goods Issue etc), at that time system does not consider the corrosponding STO/PO against which goods are received.
    Inventory of material will decrease based on batch/valuation type which you have selected.
    Refer Tcode ME80FN click on Change Veiw & select Purchase Order History with this you can get STO/PO-GRN Qty & Value details.
    Last button on Application tool Bar it is in line of filter, total etc icons

  • Sales Block for order whose quantity exceeds % of available stock on hand

    Hello gurus,
    I am wondering if there is standard SAP functionality that could enable the following scenario:
    For a material in material group XYZ, if a sales order is entered that exceeds 50% of stock on hand, a delivery block is placed on the order.  If a sales order is entered that is under 50% of stock on hand, no delivery block is placed on the order.
    The number 50% is arbitrary and would be specified based on the material group.  As well, this can be based on the material.  I'm hoping there is configuration out there that would block the delivery creation if an item on the sales order exceeded a pre-defined % of available, unrestricted stock in the plant.  Any help would be greatly appreciated!

    Hi Andy,
    Let me summarise ur question - You have Material - A, B & C all of them belonging to a particular Mat. Group lets say - 444. Lets think if the stock of all the Materials - A, B & C is 100 CS's.
    When a Sales order is created for Material - A for Quantity of 60 CS - You want a Delivery block.
    If my understanding is yes, I think the requirement is too complex, but achiviable.
    Because -
    - If this can be achived its possible with only User exits, but the requirment is linked with Availability,
    - If we want to implement this in the Save user exit, the code has to go check the stock in availability and if the conditions are met needs to block the delivery,
    - you need to consider the stock situations as the re-scheduling will also be happening in the background,
    - Wht would happen if there are more than 1 material entered and both are different Material grounps. [Need to consider this scenario as well]
    Instead of Delivery block - You can implement the changes to Reject the line if the % crosses. That is reason for rejection. As this is more specific to line item.
    Create a Z* table and update it with the Material groups that you are planning to use. And give the %.
    Implement the code changes in the Save user exit in MV45AFZZ to check this table for each material group and validate it and then compare the Ordered Quantity with the available stock of that material. Not sure though from where you want to get the stock figures.
    I tried, but this might be a start. All the best.
    Thank you,
    Chaitu...

  • Stock determination, Stock on hand "E"and vendor stock

    Hello all,
    I would like to know the process of stock determination and how it works. is the stock determination active only for special stocks.
    how are the consignment and special stock - "E" - stock on hand created in SAP.
    Thanks,
    Maxx

    Hi
    Consignment stock is special stock 'K' and this means that you do not own it and it is not valued until you remove the 'K and then you will have a requirement to pay for it. This needs to be done in agreement with a vendor so that they will allow you to pay only when you use it and you will need the vendoe setting up as a consignment vendor and when you create the PO you create it for special stock 'K'.
    Special stock 'E' is Sales order stock which means that the stock is allocate to a specific sales order and can only go to that sales order and if you try to pick it for anything else you should get an error.
    I hope that this helps
    Frenchy

  • "Stock on hand" at certain date.

    Hi Guys,
    I need to create a query that can tel me what the Items' "Stock On Hand" was at "A Given Date".  Can anyone point me to a Query or shed some light to this requirement.  I need to group them by a UDF and i cant see a way of doing this using STD SBO Inventory Reports.  So I will be doing it using the Queries in SBO.
    Thanks

    Found it!!!
    Using the OINM - Whse Journal, I can calculate the Items' SOH at a specific Date.

  • Current Stock on Hand in ME2O

    Dear Experts,
    I want to look at the current stock on Hand in ME2O.  Though I can see the word "Current stock" in ME2O, I am not able to see the value. 
    Kindly help me to see the current stock in ME2O.
    Regards
    Tom

    In ME2O, You can see available stock. But you cannot see value.
    The report "SC Stock Monitoring for Vendor" creates a list of stocks of
    materials provided to a vendor, with the current stock situation,
    planned issues and planned receipts.
    Outward (issue) elements are:
    o   Dependent requirements from subcontracting purchase requisitions (SC
         requisitions)
    o   Dependent requirements from subcontract purchase orders
    Inward (receipt) elements are:
    o   Stock transfer reservations (where MRP areas are used)
    o   Purchase requisitions to an external supplier who replenishes the SC
         stock
    o   Purchase orders to an external supplier
    o   Deliveries (from own plant to subcontractor)
    tures of list
    You can delimit your selection on the initial screen. For example, you
    can use the Group by Batches  indicator to specify grouping by batch
    numbers.
    The list is initially aggregated, i.e. the requirement and inward
    elements are shown as totals lines. You can also show the individual
    purchase orders, deliveries etc.
    All outward and inward elements are shown with their open quantity only.
    If, for example, 8 out of 10 units covered by a purchase requisition
    have already been ordered, the list only includes the remaining quantity
    of 2.
    The sum of the SC stock and the inward movements less the dependent
    requirements yields the available SC stock (shown in green if 0 or
    positive, or red if negative).
    The following BOM components are not taken into account in the selection
    of the dependent requirements:
    o   Phantom assemblies
    o   Co-products (components with negative input quantity)
    o   Bulk material items
    o   Components withdrawn not from SC stock but from a different special
        stock (individual customer or project stock).
    Regards
    Antony

Maybe you are looking for

  • The javascript code which is working on safari is not working on firefox. When I debugged it from HTTPFOX it gave NS_ERROR_DOCUMENT_NOT_CACHED error

    I have a javascript code which is working fine with safari but not working at all in firefox. The code is <pre><nowiki><html><head></head> <body> <button type="button" onClick="handleButtonClick();">undo</button> <button type="button">redo</button> <

  • Ipad mini permanent lines

    I had My ipad Mini 64gb for xmas present from my friend and my friend bought this in South Korea when he went there for work. Now my ipad mini has recently started showing a line 3/4 of the way down the screen just to the right side only. the block i

  • Pro*C unconsistency handling create table

    Hi, I'm using Pro*C to connect to database and to execute a series of creating table commands from a C++ program on a Sun Solaris. Sometime the tables are created and sometime they are not, some other times only some of the tables are created. I susp

  • Super Crazy Graphics Problem, HELP!

    So I posted this in the Safari Discussion Board, but then realized it happened outside of Safari. Whenever I do something that I would think requires the graphics card, the screen goes all crazy, as if someone took a screenshot and draw all over it w

  • Premiere Pro CS4 Opening Project Issue

    Hi all, I'm trying to open a Premiere Pro project that I exported from an After Effects project.  Trouble is when I open it I get this long, what I'm assuming is an error, message: C:\Users\Name\Desktop\Filename (from AE).prproj Audio Filter missing: