On hand Quantities Convesion

Hi All
Can anyone give me an idea about interface table&Import Pgm/API for "on hand quantity Conversion"?
Regards,
Suhasini

Using Material transactions interface (mtl_material_transactions table). You can find information in http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120scmapi.pdf (chapter 13).
Thanks
Nagamohan

Similar Messages

  • Update the on-hand quantities through Data Loader

    Dear All,
    I need to update the on-hand quantities of some number of Items (5000 items).
    I hope I can do this with Data Loader, but which is the screen that I need to go and update the stock. Is the way, or any other alternate way that I can accomplish this stock update..
    Please update...
    many thanks in advance....

    Hi Friend
    Whenever you need to uploda the inventory, we use the Create Immediate Form in OA. Which consists of Reason Code/Item/Lot/WH/Qty for this you need to create DATA LOADER script which looks like below
    Reason code Tab Item  Tab Lot tab SB WH tab Qty save SB *NR
    POST tab raw1 tab L101 tab sb W1 tab 150 save sb NR
    ADD tab FG123 tab F101 tab *sb W2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Incorrect On Hand Quantities in MPS Workbench!!!

    All,
    We are opening an SR for this but I wanted to see if anyone knows anything about this problem:
    We run MPS off of an MDS. We go into the MPS workbench to check the results.
    We find that the On Hand Quantity used in MPS is TOO HIGH. It appears that it is counting quantities in reservations as on hand quantity!
    For example:
    Item A has 732 ea. On Hand in Inventory
    Item A also has a RESERVATION of 509 to ship on a Sales Order today.
    In the MPS Workbench, when we view on hand quantities, it shows 732 and 509 in the same subinventory, and a total nettable inventory of 1241.
    That's clearly not right!!!
    Has anyone seen this problem before or can anyone reccomend some action to fix?
    Thanks,
    Mark

    Thanks for your reply ct.
    But that still does not explain why double quantities are showing up in the On Hand in the MPS workbench. It is as if the reservation itself is showing up as a supply... or rather an on hand quantity.
    Thanks,
    --M.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • On-Hand check for related items in inventory

    Hi All,
    We have a generic item (item-A) and three different brands for the generic item (item B,item c,item d) defined in the system.The relation ship between generic item and brand items is also defined.I will have on-hand quantities for the brands and not for the generic item.
    1.Is there any way we can show the sum of all brand's on-hand quantity as the on-hand quantity of the generic item using the standard functionality?
    2.Can we use min-max planning for the generic item alone and later when the PR is automatically created we will decide which brand to buy in PO
    Thanks,
    Srihari
    Edited by: user1159574 on Nov 9, 2010 5:49 AM

    The answer to both your question is unfortunately No.
    There is no seeded functionality to do that.
    You will have to customize the onhand screen and the min-max process.
    Hope this answers your question
    Sandeep Gandhi
    Omkar Technologies Inc.
    Independent Techno-functional Consultant

  • Projected on hand quantity calculation logic

    Hi ,
    I am trying to extract information for projected on hand quantities.
    Here were my findings
    1. MTL_SUPPLY_DEMAND_TEMP
    this table has one column called ON_HAND_QUANTITY which stores Projected on hand quantity based on accumulating supply and Demand ( as per trm), However this table is a temporary table and data is also session specific, data will be gone once the session get closed.
    2. From Inventory user guide I got a point that "The projected on hand quantity of the item is , defined as Current Available + all future sources of supply and - all future sources of demand."
    Now my question is
    a. Is there a direct table for calculating projected on hand quantity in application.
    b. How do I calculate current available quantity then future source of suuply and future sources of demand.
    Thanks in advance

    Hi:
    ~ There is no direct table to get the projected inventory details.
    ~ Current on hand Qty for a given item shall be obtained from ON HAND QTY table.
    For calculating the future supply upto a patricular date, all the expected supplies such as Receipts, Jobs, Internal SO transfer, etc to be considered.
    For calculating the future demand, qty required for SO demand, forecast demand, ISO demand etc to be considered.
    Projected Inventory = Current Stock (OHQ) + Expected Supply - Expected Demand.

  • Inventory Transfer-show on hand by warehouse

    Wondering if anyone has a workaround for this, without having to use SDK or DTW.
    Customer wants to transfer inventory from WH A to B.  When you tab in item field, you get a list of all the items in the database.  We want to see only the items that are on Hand in the From WH (A in this example).  The List of Items screen does not allow any options to filter this way.  Since the databse has over 100,000 items, I don't want them all inserted and have to run formatted searches to find the on hand quantities and delete rows later.

    Thanks for the reply.  The formatted search option is fine but has limitations.  I can create a select query to show the relevant items but when the FMS query shows the items, I cannot select multiple items.  I have to do it one at a time in each row.
    SELECT OITM.ItemCode, OITM.ItemName, OITW.OnHand from OITM OITM inner join OITW OITW on OITM.ItemCode = OITW.Itemcode where OITW.WhsCode = $[OWTR.Filler] AND OITW.OnHand > 0

  • Point In Time Journal in main report

    I use the Dynamics GP v10 database. The system keeps item inventory on hand quantities based on initial on hand values that were in the item quantities table then keeps a journal of changes since that point in a table specific to the transactions. The transactions are based on locations.
    IV00101 - Item master (Basic setup of the item and default location)
    IV00102 - Item Quantities (Item quantities based on the totals for each location, not bins)
    IV30300 - Item Transaction History Line Records (the item quantity transactions by line item and coorelating location).
    Now, what I am doing in crystal is to select the correct transaction and location is below. Item number is a parameter. I additionally have the transaction date as a parameter as well.
    {IV00102.LOCNCODE} = {IV00101.LOCNCODE} and
    {IV30300.ITEMNMBR} = {?Item Number} and
    not ({IV00101.ITEMTYPE} in [2, 4, 5, 6])
    I have found that when the old consultants converted from the old database to Great Plains, for about 100 items they incorrectly set the initial on hand value held on IV00102. So when the system uses the journal in IV30300 to adjust the on hand value in IV00102, it is wrong unless I evaluate for what the wrong beginning balance is. What this means is that I can not use the journal itself to determine on hand. Now somewhere in the system it presents a balance which is the on hand, but I have not found anywhere in the system where a static beginning inventory balance number exists but that it rolls backwards or something. So that was a pain but now it is working so I can put in one item number and a date to determine the on hand at the time of an order at any given time in the past.
    So that sets the stage. Here is the problem. I have to then use this in a main report where all sales line items are analyzed for on hand at time of sale. So each line item, up to 4000 or more per month. This takes a considerable time to process a journal history for every line item. Also, because I have to make this journal process a sub report to do analysis on the returned number I use variables to pass the number through to the main report. To make that work correctly, I have to run this at the group level because the sub report must run first to be passed to a variable and used for record level processing. But, that only works when I am looking at one day's worth of sales. If I am trying to process an entire month, it does not work as the sub report does not regenerate data for each record which has different dates.
    So, comes down to this. Anyone know how to make the database itself create a view of all data and present a running balance for all items, which would require 1. resetting balance figures at each change of item number and 2. adjusting for improperly set begging On hand balance numbers.
    If that is not possible, then how do I use the sub so it passes the data up for use in the active report on the line intended and not the line below?

    Hi Allen, Great Plains is an OEM partner of ours so you should post/ask your question of them. They will know the DB and how to get to where you want to be.

  • Open interface document - MTL_TRANSACTIONS_INTERFACE

    Hi,
    I'm looking for the open interface document related the MTL_TRANSACTIONS_INTERFACE (on hand quantities)
    Regards

    http://download.oracle.com/docs/cd/B40089_07/current/acrobat/120scmapi.pdf
    Regards
    Bilal SARIOZ

  • Stock Take posting with negative inventory

    Hi All,
    I have the following problem. I did a stock take on the 31/07/2008 and updated the counted quantities. The stock take has not yet been posted. If I now want to post the stock take I go into the "Stock Posting" screen and enter my date at the top left and then click on the "Update Quantities" button to refresh the On-Hand quantities in line with the date the stock take was captured.
    The problem is that if there was more stock sold in the time between the stock count date and the current date than what was actually counted then the system tries to put the on-hand qty into a negative. Since I do not have negative inventory enabled the posting fails.
    I would like to know if anyone has a query that will identify the items whose movement from the time of the stock take to the current posting date is greater than the amount counted.
    Any help will be appreciated.
    Regards

    Dear Mr Boshard,
    In order to know the value of the stock taking in Business One you can check the field 'COUNTED' in OITW.
    Therefore, if you compare the counted and the onhand quantity before doing the inventory posting but after the stock taking you will find which items had more quantity at the moment of the stock taking than now.
    Please, try this query:
    SELECT T0.[ItemCode], T0.[WhsCode] FROM OITW T0 WHERE T0.[Counted] >  T0.[OnHand]
    Do not hesitate to come back if you still need help.
    Regards,
    Marcella Rivi
    SAP Business one Forums Team

  • Transfer Quantity from Project to another

    Hello Dears,
    My Scanairo is :
    allocate the quantities on the project in the inventory by Move order , if i used some quantities and want to transfer the other to another project or return to the inventory.
    how can i do this?
    thanks

    Hi
    I understand you have item on hand quantity in Inventory.
    Assuming you have enabled Project Manufacturing then inventory on hand quantities are kept on separate locators, based on projects and tasks.
    Items you purchased for a project are received into inventory at a project locator, and costs are interfaced to Oracle Projects as actual costs of that project.
    In Inventory you can use the transaction - Project Transfer that will move quantity from one project to another. The value of such transaction is interfaced to Oracle Projects as two expenditures - one negative that credit the original project costs, and the second is positive value added to the receiving project costs.
    Dina

  • Select Expert - Expression Question

    I know the answer is right there. Im just missing it. So I need a set of outside eyes.
    Im building a report for Stock reporting inventory levels. so far everything on the report works. Ive got it so it only report inventory levels that are below predetermined on hand quantities. But it does that for part that I make AND parts that I buy. I want to have 2 different reports - 1 for make and 1 for buy.
    the thing I can figure out is how I can build the statement to compare words. I hit select expert then hit the new button. I select the field: {IM1_InventoryMasterfile.ProcureTypeBuyMakeSub} = what? What do I put on the other side of equals for it to know?
    Whenever I put this in the select exeprt and get a drop down menu I can select "equal to" then Im prompted to sign into my company which I do then the next drop down box appears but its empty.
    Sorry for the newb question. Thanks in advance for looking at this.

    >  I want to have 2 different reports - 1 for make and 1 for buy.
    >
    > the thing I can figure out is how I can build the statement to compare words. I hit select expert then hit the new button. I select the field: {IM1_InventoryMasterfile.ProcureTypeBuyMakeSub} = what? What do I put on the other side of equals for it to know?
    What is it that tells you if is is a part you make or a part you buy? If it is a word in the text of the above field then you can use like rather than equal, something like
    like "* make *" would give you evey record with the word make with spaces on either side in it
    And  like "* buy *" would give you everything with the word buy ith spaces on either side in it
    "* make" will give you everything ending with make and a space in front of it.
    The * is the wild card search character.

  • Min-Max Planning concept

    Hi Neils,
    Can you please throw a light on --> Min-Max Planning Concept and what is the formula for Min-Max
    regds
    MRR

    Hi MRR,
    Min-max planning is used to maintain inventory levels for all of your items or selected items. With min-max planning, you specify minimum and maximum inventory levels for your items. When the inventory level for an item (on-hand quantities plus quantities on order) drops below the minimum, Oracle Inventory suggests a new purchase requisition, internal requisition, move order, or job to bring the balance back up to the maximum.
    See the Inventory Users Guide > Planning and Replenishment > Min-Max Planning for more detailed description of the principles behind. In addition to Min-Max you may want to consider Reorder Point Planning where you bring demand figures into the calculations.
    If you would like to have sales orders or production demands on end-item or sub-assembly levels influence the planning of components then a type of MRP is needed to break down a product structure to lower level material requirements. For even more advanced planning where capacities, constraints and may be even different optimizations objectives are to be considered you have to look at the Advanced Plannning Suite of applications.
    Hope this helps ypu in the right direction.
    /Niels LM

  • MRP Types

    First a disclaimer - I'm by no means an SAP expert. My background is in purchasing and materials management. I'm just trying to get SAP to do what my client needs!
    Here's the scenerio. My client does not want to use safety stocks. They are looking for an MRP type that allows for a reorder point to be entered manually, and where on hand quantities, on order quantities, and current requirements are considered to trigger a purchase by the buyers. In addition, they want to use MD06 and MD04 to expedite shortages when current requirements exceed on-hand quantities.
    PD requires a safety stock and prompts the buyers to expedite purchase orders even when there is existing, available, inventory - just because they are below safety stock.
    VB doesn't seem to alert the buyers to current requirements as long as there is enough on order.
    I'm looking at using Lot Size HB, and have considered V1 MRP Type, but wanted to consult with the experts here first.
    Thanks in advance,
    Ned

    Hi NedtheRed,
    MRP type is to assign the procedure to be used to plan a material and to control which MRP parameters can be maintained for the material in the material master record.
    You can check purpose of each MRP type at configuration in SPRO
    SPRO>Production>Material Requirements Planning>Master Data>Check MRP Type.
    Please go through the documentation available there.
    Regards,
    Rajarao.

  • Locator auto-defaulting in move orders

    hi folks,
    even though i stumbled across this functionality in Field Service, i thought this would be the right forum to understand the functionality.
    i was testing Spares Management Move Orders functionality, when i discovered that one does not need to populate Source and / or Destination Stock Locators for locator-controlled subinventories while creating a MO. either during Reservation > Allocation, or during Print Picklist, the system automatically determines the correct (at least so far), or one of the correct, Stock Locator(s) associated with Source and / or Destination subinventory.
    we have more than one stock locator, within a subinventory, each holding different on-hand quantities for an item (non-unique locator-item relation). the system always seems to pick up one with the highest on-hand. is that the functionality, or is it just picking the first ID record or first row returned? can someone please shed light on exactly how this functionality can be expected to work, before go ahead full steam and create an elaborate business process around it?
    much thanks and best regards.

    karthik,
    the Item Transaction Defaults setup was doing the trick - it was providing the Locator from which a Move Order was picking the item.
    thanks and regards.

  • 11i - Fails in OE_DROP_SHIPMENT

    Gurus,
    We are running into this error mentioned above.   This is happening in Pending Transactions - MTL_MATERIAL_TRANSACTIONS_TEMP table.
    This is happening for Drop Ship POs.   RCV_TRANSACTIONS_INTERFACE .TRANSACTION_STATUS_CODE shows 'ERROR'  for these items but there is noting in PO_INTERFACE_ERRORS table.  So not sure what is happening.
    Transaction type in MMTT is of PO Receipt/Received into stores.
    This is happening only with few handful items. Other drop ship items are fine. 
    When I looked on the support, it says everywhere that we must have quantity on hand to be at least zero for drop ship transactions. But we have never maintained on hand quantity EVER for our drop ship items and it has always been the case.   And, as mentioned above, other drop ship items are fine and they do not have on hand quantities anywhere.
    So why above error is happening?  Any idea?
    Thank you
    Darsh

    Parthy,
    Thank you for reaching out.  It took quite some time to generate logs and the file is a huge one.  Please download it from here. Thanks, Darsh
    https://drive.google.com/file/d/0Bya9tCoF87_qZFV2RHVxZU8tNHc/view

Maybe you are looking for