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

Similar Messages

  • 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

  • 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

  • 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

  • Subtotal and total with ****  In Inventory in Warehouse Report

    Hello everyone!
    I'm running the Inventory in Warehouse Report and noticed that for some warehouses it does not calculate the sum for the Total columm, instead of that it shows ****. Therefore in the Grand Total the same *** is shown.
    How can I fix this? any ideas?
    Thanks in advance,
    Juan

    Hi Juan,
    Are there items with different currency in the database?
    Asterisks appear as a summary e.g. in the total column, when 
    there are figures in different currencies in one report.
    Regards,
    Jitin
    SAP Business One Forum Team

  • How to get the stock of STO Report with suppling Plant/receiving Plant/open

    How to get the stock of STO Report with suppling Plant/receiving Plant/open/close qty.

    MB5T gives you Details of STO which have stok in transit.
    ME2W gives you supplying plant wise STO details.  Also in ME2W , in the ALV report output, if you select  the "delivery Schedule line" icon , you will get details such as , STO qty, Issued qty , undelivered qty etc.

  • Stock in Warehouse Report

    Hi Guys,
    I have this query to show the stock in our warehouses, unfortunately, if I have stock in 2 warehouses it just shows the total of all ware houses, can someone advise how show the stock in another warehouse as well, with the exception that I do not want a list showing all items that are 0 stock balance (following the premise that all items can exist in all warehouses) - I just wish to show items in stock only.
    Any help always gratefully received.
    SELECT T2.WhsCode, T2.WhsName, T0.DfltWH, T0.ItemCode, T0.ItemName, T0.OnHand, T1.Counted, T0.LstEvlPric
    FROM OITM T0
    INNER JOIN OITW T1 ON T0.ItemCode = T1.ItemCode AND T0.DfltWH=T1.WhsCode
    INNER JOIN OWHS T2 ON T1.WhsCode = T2.WhsCode
    WHERE T0.OnHand > 0
    Kind regards
    Sean Martin
    Arrow Industrial Group Limited

    Hi Sean.......
    try this......
    SELECT T0.[ItemCode], T2.[ItemName], T1.[WhsName], T0.[OnHand], T0.[Counted] FROM OITW T0  INNER JOIN OWHS T1 ON T0.WhsCode = T1.WhsCode INNER JOIN OITM T2 ON T0.ItemCode = T2.ItemCode WHERE T0.[OnHand] >0
    Regards,
    Rahul

  • How to check the stock transfer material report

    hi
    i want to check stock transfer report for material from one plant to other palnt

    Hi
    To display the value of the cross-company-code stock in transit with a report, choose Environment > Stock > Stock in transit Cc.
    Displaying Transit Stock in the Stock Overview
    You can display the stock in transit in the stock overview of a material.
    From the Inventory Management menu, choose Environment > Stock > Stock overview.
    Enter your selection criteria (for example, the material and receiving plant).
    Carry out the evaluation. A stock overview of your selected plants is displayed.
    Select a plant. The stocks in the plant are displayed in a pop-up window.
    Scroll down until the stock in transit is displayed.
    Displaying Transit Stock in the Plant Stock Availability List
    The transit stock for the receiving plant is also displayed in the plant stock availability list for a material. To do this, proceed as follows:
    From the Inventory Management menu, choose Environment > Stock> Plant stock availability.
    The initial screen for this function appears.
    Enter the material and the receiving plant.
    Enter the scope of list (for example, DD).
    Carry out the evaluation. A list of the plant stock availability for the material is displayed.

  • How to include the UDF of items master data into PLD (Inventory in Warehouse Report (Detailed))

    Hi,
    Is there a way to include the UDF in the items master data into the <<Inventory In Warehouse Report (Detailed)>> PLD?
    I checked the default layout and found out all the column source type is "free text" and the content is #Item, how do I know the value of the UDF?
    Thanks

    Hi,
    Some of the standard reports are hardcoded in sap. Not possible to add UDF field in PLD.
    Also refer this thread Variables -  Sap business one
    Thanks & Regards,
    Nagarajan

  • Inventory in warehouse report

    Hi all,
    Let's say I'm on january 25th and I'd like to run the Inventory in Warehouse Report  as per january 10th. Is there a way to acess the code of the report to run the query for a specific date (not for the current date as I'm getting it) ?
    Any idea would be appreciated.
    Best regards,

    Douglas,
    To get the code of this report you will have to use SQL Server Profiler.  Just start the service before trigerring the report and stop it there after and you should get the SQL.
    Another better way, would be to create a report by querying the OINM (warehouse journal) table. This table records all warehouse transaction and also has the date.
    <Font Color="Blue" Size=3>To understand the OINM table run this query
    </Font>
    SELECT T0.TransNum AS 'Transaction Number', T0.DocDate AS 'Posting Date', T0.ItemCode AS 'Item No.', T0.Dscription AS 'Item Description', T0.InQty AS 'Receipt Quantity', T0.OutQty AS 'Issue Quantity', T0.Warehouse AS 'Warehouse Code', T0.Balance AS 'Stock Balance' FROM  [dbo\].[OINM\] T0  WHERE T0.ItemCode = 'A00001' ORDER BY T0.TransNum
    <Font Color="Blue" Size=3>To get the stock by date, use the query below
    </Font>
    SELECT TOP 1 T0.ItemCode AS 'Item No.', T0.DocDate, T0.Balance AS 'Stock Balance' FROM  [dbo\].[OINM\] T0 
    WHERE T0.DocDate = '[%0\]'
    ORDER BY T0.TransNum DESC
    Note I have added '[%0\]' parameter for date selection presuming you will use this within SAP.
    Suda

  • Inventory in warehouse report value does not match balance sheet account

    Dear experts,
    When I run the inventory in warehouse report, the value (using last purchase price) does not match the inventory finished goods account. Can you please advise why?
    Thank you for any advice.
    Jane

    Dear Jane,
    The only report for inventory to link to financial statement would be Inventory Audit Report.
    All other reports are just for your convenience. They are not financial based.
    Thanks,
    Gordon

  • 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.

  • Transfer of Stock from Warehouse to Warehouse

    Hi ,
    I have the following query.
    Warehouse 1 is assigned to Plant 100 and Storage location 10.
    But now the client wants to assign Warehouse 2 to Plant 100 and Storage location 10.
    As per the requirement I changed the assignment. But now I have come to know that there is stock for certain materials in Warehouse 1. Since the assignment is already done, how can I move the stock from Warehouse 1 to Warehouse 2
    Appreciate the help.
    Regards
    Mohan

    "But lets say I assign Warehouse 1 back to Plant 100 and storage location 20"
    I presume by storage location 20 you mean 10
    Yes I believe this will work.
    1) Assign back W/H1 to 100 / 10
    2) Check if there is any stock inconsistency. Whatever stock available in W/H-1 for pl / st locn 100 / 10 should match stock at IM level.
    3) Create new st locn 20 (in your last message it is 30) under pl 100 and assign W/H-1 to 100 / 20
    4) Transfer all stk in W/H-1 from 100 / 10 to 100 / 20. At the end of activity there should be no stk at st locn 10 and no stk in W/H-1 for pl / st locn 100 / 10. All stock in W/H-1 will be for 100 / 20.
    5) Now remove assignment of W/H-1 from 100 / 10 and assign W/H-2 to it.
    6) Transfer all stk from 100 / 20 to 100 / 10 back.
    At the end of activity stock will be in W/H-2 with pl / st locn 100 / 10.
    Reg,
    Sudhir

  • Stock Audit Trail Report Error - Attempt to read or write protected memory.

    Hi,
    I have a customer running on
    1. SQL 2008 SP2
    2. SAP B1 8.8 PL21
    After the Stock Audit Trail report is run, on the output screen, when i try to click on any of the "Golden Arrow" to drill down, i get an error message on the bottow of the screen that says
    "[ItemEvent]: Attempt to read or write protected memory. This is often an indication that other memory is corrupt."
    I get this error on workstations as well as servers. What could be wrong and what should i do?
    Thanks,
    Taw-Fey, Tan

    Hi Taw-Fey,
    Check your demo database to see if you get the same error. If not, something is wrong in your live db. You need at least DBCC to check.
    Thanks,
    Gordon

Maybe you are looking for