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

Similar Messages

  • How to do SUBTOTAL AND TOTAL in Main Window of SAPSCRIPT.

    Hello Friends,
    I am modifying standard SAPSCRIPT of packing slip. My client wants a subtotal and total in Main Window of Script for Eg. (They want Material Number wise Subtotal and finally Grandtotal at bottom in Main Window)
    Now i got stucked up here how to do it ?
    here is my sample code.
    LOOP AT XVBPLP WHERE VENUM = SHENR.
    IF XVBPLP-POSNR IS INITIAL.
        Versandelement
          PERFORM PACKING_TREE USING XVBPLP-UNVEL.
        ELSE.
        Lieferposition (Anteil)
          VBPLP = XVBPLP.
      CALL FUNCTION 'WRITE_FORM'
          EXPORTING
            ELEMENT = 'DELPOS'.                     "Main Window call
    clear vbplp.
    ENDLOOP.
    Pls guide me for the same.

    HI,
    For the Line items, put a ELEMENT in the Smartform, and you will call this with in the LOOP and ENDLOOP, so here with in the LOOP count the TOTAL value.
    then create new element after the Line item Element, and call this Element after the Line items prints,
    /E  LINE_ITEM
      &1& &2 & &3&     " This will be in the loop and you need to caliculate the totla here
    /E SUB_TOTAL.
    &SUb_TOTAL&  " After all the line items pritns then call this Element
    Regards
    Sudheer

  • My subtotal and total text in ALV list does not show...

    Hello Experts,
    Please see my code below on what I am doing wrong. I want to display the subtotal and total text in my ALV list.
    CLEAR gs_layout.
        gs_layout-colwidth_optimize = 'X'.
        gs_layout-zebra             = 'X'.
        gs_layout-subtotals_text    = 'Subtotal'.
        gs_layout-totals_text       = 'Total'.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
          EXPORTING
    *       I_INTERFACE_CHECK                 = ' '
    *       I_BYPASSING_BUFFER                = ' '
    *       I_BUFFER_ACTIVE                   = ' '
            i_callback_program                = sy-repid
    *       I_CALLBACK_PF_STATUS_SET          = ' '
    *       I_CALLBACK_USER_COMMAND           = ' '
    *       I_CALLBACK_TOP_OF_PAGE            = ' '
    *       I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *       I_CALLBACK_HTML_END_OF_LIST       = ' '
    *       I_STRUCTURE_NAME                  =
    *       I_BACKGROUND_ID                   = ' '
    *       I_GRID_TITLE                      =
    *       I_GRID_SETTINGS                   =
            is_layout                         = gs_layout
            it_fieldcat                       = gt_fieldcat
    *       IT_EXCLUDING                      =
    *       IT_SPECIAL_GROUPS                 =
            it_sort                           = gt_sort
    *       IT_FILTER                         =
    *       IS_SEL_HIDE                       =
    *       I_DEFAULT                         = 'X'
    *       I_SAVE                            = ' '
    *       IS_VARIANT                        =
            it_events                         = gt_events
    *       IT_EVENT_EXIT                     =
            is_print                          = gs_print
    *       IS_REPREP_ID                      =
    *       I_SCREEN_START_COLUMN             = 0
    *       I_SCREEN_START_LINE               = 0
    *       I_SCREEN_END_COLUMN               = 0
    *       I_SCREEN_END_LINE                 = 0
    *       I_HTML_HEIGHT_TOP                 = 0
    *       I_HTML_HEIGHT_END                 = 0
    *       IT_ALV_GRAPHICS                   =
    *       IT_HYPERLINK                      =
    *       IT_ADD_FIELDCAT                   =
    *       IT_EXCEPT_QINFO                   =
    *       IR_SALV_FULLSCREEN_ADAPTER        =
    *     IMPORTING
    *       E_EXIT_CAUSED_BY_CALLER           =
    *       ES_EXIT_CAUSED_BY_USER            =
          TABLES
            t_outtab                          = lt_output_fin
         EXCEPTIONS
           program_error                     = 1
           OTHERS                            = 2.
        IF sy-subrc <> 0.
    *      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    *              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.

    Use on Thread. Don't Cross post. and Follow the Rules.

  • How to show subtotal and total of groups in ssrs

    I am making an SSRS report in following format:
        DIVISION  
              SECTOR  
                    DEPARTMENT
    Division contain Sector and Sector contain Department so resulting report becomes something like following. A figure is being shown against each Department and I want to show SUBTOTAL of each Sector right against Sector column (by adding all Department coming
    under it) and then show TOTAL of Division (by adding all Department or all Sector) at the end. How do I show these totals? 
        Division1
             Sector1               SUBTOTAL HERE (for e.g. 19,000)
                  Department1      10,000
                  Department2      9,000
             Sector2               SUBTOTAL HERE  (for e.g. 8,000)
                  Department3      8,000
             Sector3               SUBTOTAL HERE  (for e.g. 13,000)
                  Department4      10,000
                  Department5      1,000
                  Department6      2,000
                                   TOTAL HERE  (for e.g. 40,000)
        Division2
             Sector4               SUBTOTAL HERE (for e.g. 3,500)
                  Department7      3,500
                                   TOTAL HERE (for e.g. 3,500)
    My report is displaying all divisions, sectors and departments with figures like above (I am using groups ) but how do I display SUBTOTAL and TOTAL?

    Hi ,
    You can use add total in this case.
    use below link;
    http://msdn.microsoft.com/en-in/library/ms170712.aspx
    To add totals to a report
        Switch to Design view.
        Right-click the data region cell that contains the field [LineTotal], and click Add Total.
        This adds a row with a sum of the dollar amount for each order.
        Right-click the cell that contains the field [Qty], and click Add Total.
        This adds a sum of the quantity for each order to the totals row.
        In the empty cell to the left of Sum[Qty], type the label "Order Total".
    To add a daily total to a report
        Right-click the Order cell, point to Add Total, and click After.
        This adds a new row containing sums of the quantity and dollar amount for each day, and the label "Total" in the Order column.
        Type the word Daily before the word Total in the same cell, so it reads Daily Total.
        Select the Daily Total cell, the two Sum cells and the empty cell between them.
    To add a grand total to a report
        Right-click the Date cell, point to Add Total, and click After.
        This adds a new row containing sums of the quantity and dollar amount for the entire report, and the Total label in the Date column.
        Type the word Grand before the word Total in the same cell, so it reads Grand Total.
        Select the Grand Total cell, the two Sum cells and the empty cells between them.
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

  • Enhancement of report Inventory Status and Inventory in Warehouse Report

    Hello,
    it will be a great help if preferred vendor will be displayed in the stardardreports "Inventory Status" and "Inventory in Warehouse Report".
    Kind Regards,
    Sabine Lux

    Hi Sabine,
    Check here: /thread/2073266 [original link is broken]
    Thanks,
    Gordon

  • How to show underline and overline for subtotal and total row in Cross tab

    Hi,
    I am developing cross tab report where i need to show undeline and overline in data for subtotal row and total row so as to distuingish normal rows from subtotal and total row.
    Thanks,
    Mahesh

    Hi BIPuser,
    i looked at the updated template, we need undeline on the data corresponding to subtotal row for ex. row 2.
    We have xml tag in xml data UNDERLINE_AFTER='Y' and UNDERLINE_BEFORE='Y' then we need to show underline and overline on data i.e on 121,122,123,221,222,223 ,not on ROW2.
    value1 value2
    row1 200 300
    row2 400 700
    we need underline and oveline on data 400 and 700 since it is subtotal data based on condition UNDERLINE_AFTER='Y' and UNDERLINE_BEFORE='Y'.
    Hope you understand.
    Please help!!!!!!
    Thanks,
    Mahesh
    Edited by: user13450806 on Feb 2, 2011 12:14 AM

  • Similar to Inventory In Warehouse Report

    Hai To All,
              I want to create report similar to Inventory In WareHouse Report.How to do that.....???? Does anyone have idea about that???How to write query like creating subtotal??????????/
    Regards,
    Anitha

    Hi Anitha,
    To Create a Query like Inventory In Warehouse Report big challenge.
    If you want to create a query have a subtotal inside, you must have to set up a column to store the sorting values. The MS SQL sorts 0.....9..A....Z, so we will use this (of course in alfabetical order at nvarchar type columns)
    For example:
    i want to display warehouse information, itemcode, stock, average price, stockvalue in a Query, and want to create subtotals by warehouse.
    Query Source:
    select T0.WhsCode, T0.ItemCode, T0.OnHand, T0.AvgPrice,
    T0.AvgPrice*T0.OnHand as Total FROM OITW T0 where T0.OnHand != 0
    Let's create a composit sorting colum from Warehousecode and itemcode and special sign _ (underscore)
    [whscode]_0_[itemcode] will be the first,
    [whscode]_z_[itemcode] will be the last
    1.st row will be the warehouse code:
    SELECT T0.WhsCode+'_0_', T0.WhsCode, 'Warehouse:'+T0.WhsCode, NULL, NULL,NULL
      FROM OITW T0 Group By T0.WhsCode
    2.nd will normal query with the soring key at the begining
    SELECT T0.WhsCode+'_1_'+T0.ItemCode as SortCode, T0.WhsCode, T0.ItemCode, T0.OnHand,
    T0.AvgPrice,T0.AvgPrice*T0.OnHand as Total FROM OITW T0 where T0.OnHand != 0
    3.rd will the the subtotal of the warehouse
    SELECT T0.WhsCode+'_8_', T0.WhsCode, 'Subtotal of '+T0.WhsCode, NULL, NULL,
    sum(T0.AvgPrice*T0.OnHand) as Total FROM OITW T0 Group By T0.WhsCode
    4.th will be and empty line
    SELECT T0.WhsCode+'_9_', T0.WhsCode, NULL, NULL, NULL,NULL FROM OITW T0 Group By
    T0.WhsCode
    5.th will the the total of sum
    SELECT 'ZZ'+'_Z_', NULL, 'Total', NULL, NULL,sum(T0.AvgPrice*T0.OnHand) FROM OITW T0
    END:
    Now we have everything, let's put inside them (UNION). Be Sure, the normal query is at the first, because the UNION statement will use the column names of it.
    SELECT T1.ItemCode, T1.OnHand, T1.AvgPrice, T1.Total FROM
      SELECT T0.WhsCode+'_1_'+T0.ItemCode as SortCode,
        T0.WhsCode, T0.ItemCode, T0.OnHand, T0.AvgPrice,T0.AvgPrice*T0.OnHand as Total
        FROM OITW T0 where T0.OnHand != 0
    UNION ALL
      SELECT T0.WhsCode+'_8_', T0.WhsCode, 'Subtotal of '+T0.WhsCode, NULL, NULL,
        sum(T0.AvgPrice*T0.OnHand) as Total FROM OITW T0 Group By T0.WhsCode
    UNION ALL
      SELECT T0.WhsCode+'_9_', T0.WhsCode, NULL, NULL, NULL,NULL
        FROM OITW T0 Group By T0.WhsCode
    UNION ALL
      SELECT T0.WhsCode+'_0_', T0.WhsCode, 'Warehouse:'+T0.WhsCode, NULL, NULL,NULL
        FROM OITW T0 Group By T0.WhsCode
    UNION ALL
      SELECT 'ZZ'+'_Z_', NULL, 'Total', NULL, NULL,sum(T0.AvgPrice*T0.OnHand) FROM OITW T0
    ) T1
    order by SortCode
    Regards,
    J.

  • 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

  • Authorization Issue for Inventory in warehouse report

    `Hi All
    I face a issue in giving authorization for a single report to a user in the Inventory reports. The report is Inventory in warehouse report.
    Can u please tell what are the preliminary authorizations to be set for the user to execute the report. The thing is he should not be able to see the item cost and Last purchase prices.
    Thanks... Marikannan

    Hi,
    I am not sure if the authorization for such report is available. I just suggest you to check if form settings icon is able to access or not. if you can open the form settings, I think you can set authorization to be no authorization to access the form setting for certain users.
    Rgds,

  • 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

  • How to get subtotal and total per project in PS Module  cl_gui_alv_grid

    Hi all,
    i have a requirement of getting Subtotals and totals of few column in the alv grid. as i have already used cl_gui_alv_grid class to display the grid , so what excatly i have to follow to get the values.
    i have tried with :
    wa_sort    TYPE lvc_s_sort
        wa_sort-spos = '1'.
        wa_sort-fieldname = 'POST1'.
        wa_sort-up = 'X'.
        wa_sort-subtot  = 'X'.
        APPEND wa_sort TO t_sort.
        CLEAR: wa_sort.
    And in fieldcat have passed X to do_sum field.
    and
          CALL METHOD grid1->set_table_for_first_display
         EXPORTING
               is_variant                    = w_variant
               i_save                        = 'A'
               is_layout                     = t_layout
               it_toolbar_excluding          = t_toolbar_excluding
         CHANGING
            it_outtab                        = it_final_1[]
            it_fieldcatalog                  = t_fieldcat
            it_sort                          = t_sort
         EXCEPTIONS
           invalid_parameter_combination     = 1
           program_error                     = 2
           too_many_lines                    = 3
           OTHERS  
    But i coudnt see any subtotal column and total column in the grid.
    please help

    But i coudnt see any subtotal column and total column in the grid.
    please help
    you did every thing correct.
    but if you want the subtotals you have to do one more thing.
    that is you need to mention the do_sum = 'X'. for the columns which you want to see the subtotals(quantities, currency etcc) in the fieldcatalog.

  • Custom OBIEE Subtotal and Total Font Size

    Hello all
    Im trying to customize the font size of the subtotal or total row
    I was able to find the following and it got me half way there
    http://obieexpertise.blogspot.ca/2010/05/customize-format-of-subtotal-cells.html
    BUT the issue I have now is that while the the total values are now increased in font size, the name of the row is not increased
    So for example
    Change Total 1000
    The 1000 has increased in font size, but how do i get the "Change total" to increase in size?
    Edited by: chillychin on May 9, 2013 2:02 PM

    In Pivot table Rows section on column->Sigma icon->Format Labels... or Format Values
    are not helping you?
    The same for Table view too, this would be simplest one.
    Edited by: Srini VEERAVALLI on May 9, 2013 4:11 PM
    If you update your older posts that helps you to fetch answers for new posts
    Edited by: Srini VEERAVALLI on May 15, 2013 9:43 AM

  • 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

  • Subtotal and total in alv report

    hi,
    i have an ALV REPORT,displaying the fields such as po item(ekpo-menge).but i am unable to perform total and sub total,it gives me a information message 'total cannot b performed'.
      can any one help me, how to total and subtotal.

    Hi,
    Please go through the following links. I am sure it will help you.
    <a href="http://www.sapfans.com/forums/viewtopic.php?t=20386">http://www.sapfans.com/forums/viewtopic.php?t=20386</a>
    <a href="http://www.sapfans.com/forums/viewtopic.php?t=85191">http://www.sapfans.com/forums/viewtopic.php?t=85191</a>
    <a href="http://www.sapfans.com/forums/viewtopic.php?t=88401">http://www.sapfans.com/forums/viewtopic.php?t=88401</a>
    Please reward helpful answer.
    Regards,
    Amit Mishra

Maybe you are looking for

  • Submitting concurrent request through oa framework page

    want to submit a concurrent request through oa framework page and i wrote this code in controller try OAApplicationModule am = pageContext.getApplicationModule(webBean) ; OADBTransaction transaction = am.getOADBTransaction(); Connection conn = transa

  • Problem while deploying BPMN to Weblogic

    I am trying to deploy a reasonably complex Oracle BPM application (BPMN) to Weblogic 10.3.4 server installed on RHLinux 5. The issue is I am getting a connection timeout exception in the deployment log and hence the deployment fails. After googling t

  • Photoshop Elements 11 won't open an EPS File

    Older versions of Photoshop Elements will. Is this an oversight or part of what seems like a plan to "dumb down" Photoshop Elements?

  • Exc. tax ind. not maint. for 1 J_1IEXESTA

    <b>Dear friends, Please help. Below is the error when i was trying to create order Exc. tax ind. not maint. for 1 J_1IEXESTA - please maintain Message no. 8I004 Diagnosis The excise tax indicator is not maintained for the specific combination. The in

  • Installer mis-configured

    I am running 10.8.2 on a imac and just tried downloading the trial version of Photoshop CS6 but got the error message.  "Sorry, an error has occured.  This application cannot be installed because this installer has been mis-configured.  Please contac