<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SUM_OVERFLOW DUMP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265236#M1632486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is in the declaration part of your itab.&lt;/P&gt;&lt;P&gt;Please paste that part over here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2011 09:33:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-03T09:33:55Z</dc:date>
    <item>
      <title>SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265216#M1632466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a &lt;STRONG&gt;SUM_OVERFLOW DUMP&lt;/STRONG&gt; when running a report in summerised List, while its running correctly in Detailed List.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field I am using for Total is TYPE bsik-dmbtr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         SUM_OVERFLOW&lt;/P&gt;&lt;P&gt;Except.                CX_SY_ARITHMETIC_OVERFLOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265216#M1632466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T04:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265217#M1632467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try with total type i .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265217#M1632467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T04:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265218#M1632468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but still the same dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265218#M1632468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T04:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265219#M1632469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know how many digits you are trying to sum-up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265219#M1632469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T04:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265220#M1632470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using function module REUSE_ALV_GRID_DISPLAY or REUSE_ALV_LIST_DISPLAY, are you making use of the export parameter I_CALLBACK_USER_COMMAND ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, there is some problem in this subroutine. Put a break point and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265220#M1632470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T04:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265221#M1632471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I m using i_callback_user_command but on setting up the breakpoints it is not showing anything just showing the dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM start_list_viewer_item.&lt;/P&gt;&lt;P&gt;  DATA: pgm LIKE sy-repid.&lt;/P&gt;&lt;P&gt;  pgm = sy-repid.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_callback_program      = pgm&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;i_callback_user_command = 'USER_COMMAND1'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      it_fieldcat             = fieldcat1&lt;/P&gt;&lt;P&gt;      it_sort                 = sortcat1&lt;/P&gt;&lt;P&gt;      is_layout               = layout_in1&lt;/P&gt;&lt;P&gt;      i_save                  = 'A'&lt;/P&gt;&lt;P&gt;      it_events               = eventcat1&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_outtab                = t_line&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS                  = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " START_LIST_VIEWER_item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Number when i run detailed list is displayed as 35,608,528.31 and 35,964,566.00-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265221#M1632471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T04:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265222#M1632472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Number when i run detailed list is displayed as 35,608,528.31 and 35,964,566.00-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265222#M1632472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T04:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265223#M1632473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field DMBTR is having domain WERT7. Try using field or type with domain WERT9 and if you still get same error you can go for even more lenght of domain. just check in SE11 for different options of domain with WERT*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265223#M1632473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T04:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265224#M1632474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out in getting the field or type with domain WERT9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 06:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265224#M1632474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T06:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265225#M1632475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you want field name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to WERT9 domain, press where used list button it will give you list of data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can declare total type &amp;lt;Data element ANY OF BELOW&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DMHAB_LONG
DMSOL_LONG
ESBTR_EB
ESDMB_EB
FB_ICRC_ADIFF
FB_ICRC_DFOSP
FB_ICRC_DLOPP
FB_ICRC_DPREV
FC_ADDCO
FC_BKVAL
FC_COGMT
FC_HSL_C
FC_HSL_D
FC_KSL_C
FC_KSL_D
FC_LCVALIE
FC_NV2LC
FC_NV3LC
FC_VLC_EQ
FC_VLC_INV
FC_VRC_INV
ICRC_DAMNT
ICRC_GDIFF
ICRC_PAMNT
ICRC_TAMNT
ICRC_TDIFF
J_1IADDVAL
J_3RFBPR1
J_3RFBSM
J_3RFDELTAPRICE
J_3RFESM
J_3RFINSUM
J_3RFINSUMDOC
J_3RFISSVAL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 06:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265225#M1632475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265226#M1632476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: LV TYPE J_3RFINSUM.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 06:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265226#M1632476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T06:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265227#M1632477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have changed the field type but still dump is coming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 07:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265227#M1632477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T07:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265228#M1632478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the SUM operation?&lt;/P&gt;&lt;P&gt;If yes, this statement tries to subtotal ALL the numeric fields of your table... The exception can be raised for another field that the one you changed... Please check them all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 08:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265228#M1632478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T08:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265229#M1632479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste the code of the field catalog of that column on which you want to provide summation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 08:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265229#M1632479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T08:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265230#M1632480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change fiedl Type  with Type p decimals  2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 08:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265230#M1632480</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-10-03T08:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265231#M1632481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have changed the field to TYPE P Decimals 2 but It not resolved showing the same dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It showing correctly for 5 or 6 lifnr, but when i tried to get large data it's throwing the SUM OVERFLOW Dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the code for field catalog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM write_list .&lt;/P&gt;&lt;P&gt;  DATA :&lt;/P&gt;&lt;P&gt;          tot  TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         tot1 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         tot2 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         tot3 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         tot4 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         tot5 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         tot6 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         tot7 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         totn TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         totn6 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;          totn66 TYPE p DECIMALS 2,&lt;/P&gt;&lt;P&gt;         name1(40).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : BEGIN OF name OCCURS 100,&lt;/P&gt;&lt;P&gt;          lifnr LIKE lfa1-lifnr,&lt;/P&gt;&lt;P&gt;          name1 LIKE lfa1-name1,&lt;/P&gt;&lt;P&gt;         END OF name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DELETE itab WHERE total = 0.&lt;/P&gt;&lt;P&gt;  SORT itab BY lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT lifnr name1 FROM lfa1 INTO TABLE name&lt;/P&gt;&lt;P&gt;            FOR ALL ENTRIES IN itab&lt;/P&gt;&lt;P&gt;            WHERE lifnr = itab-lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DELETE ADJACENT DUPLICATES FROM name COMPARING lifnr name1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    AT NEW lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      READ TABLE name WITH KEY lifnr = itab-lifnr.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        itab-name1 = name-name1.&lt;/P&gt;&lt;P&gt;        MODIFY itab TRANSPORTING name1.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;SUM.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; itab-lifnr NO-GAP, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;              (35) itab-name1 NO-GAP, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;              (20) itab-total NO-GAP, sy-vline NO-GAP ,&lt;/P&gt;&lt;P&gt;              (20) itab-notdue NO-GAP, sy-vline NO-GAP ,&lt;/P&gt;&lt;P&gt;              (20) itab-notdue6 NO-GAP, sy-vline NO-GAP ,&lt;/P&gt;&lt;P&gt;              (20) itab-notdue66 NO-GAP, sy-vline NO-GAP ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              (20) itab-age2 NO-GAP, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;              (20) itab-age3 NO-GAP, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;              (20) itab-age4 NO-GAP, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;              (20) itab-age5 NO-GAP, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;              (20) itab-agen NO-GAP, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              (20) itab-agel NO-GAP, sy-vline NO-GAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      tot = itab-total + tot.&lt;/P&gt;&lt;P&gt;      tot1 = itab-age2 + tot1.      tot2 = itab-age3 + tot2.&lt;/P&gt;&lt;P&gt;      tot3 = itab-age4 + tot3.      tot4 = itab-age5 + tot4.&lt;/P&gt;&lt;P&gt;      tot5 = itab-agen + tot5.&lt;/P&gt;&lt;P&gt;      tot6 = itab-agel + tot6.&lt;/P&gt;&lt;P&gt;      totn = itab-notdue + totn .   totn6 = itab-notdue6 + totn6.   totn66 = itab-notdue66 + totn66.&lt;/P&gt;&lt;P&gt;    ENDAT.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE :/(270) sy-uline NO-GAP,(270) sy-uline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE :/47 sy-vline,(19) tot NO-GAP COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;                        (19) totn  COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;                         (19) totn6  COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;                          (19) totn66  COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                       (19) tot1  COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;                       (19) tot2  COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;                       (19) tot3  COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;                       (19) tot4  COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;                       (19) tot5  COLOR COL_TOTAL, sy-vline NO-GAP,&lt;/P&gt;&lt;P&gt;                       (19) tot6  COLOR COL_TOTAL, sy-vline NO-GAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ULINE /47(240).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " WRITE_LIST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 08:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265231#M1632481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T08:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265232#M1632482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take data type as character.It will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 08:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265232#M1632482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T08:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265233#M1632483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Nishant  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might be using  "Sum "  statement  in your COde  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This SUM will work fine  only when  it is of type  I,F, or P type fields   . OTherwise it will give problem   in calculation   .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO you have to change   type  of fields which you have used    .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 08:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265233#M1632483</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-10-03T08:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265234#M1632484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM Statement is used, I have tried using TYPE P Decimals 2, but no success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While using type C it still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It showing correctly for 5 or 6 lifnr, but when i tried to get large data it's throwing the &lt;STRONG&gt;SUM OVERFLOW&lt;/STRONG&gt; Dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 09:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265234#M1632484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T09:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: SUM_OVERFLOW DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265235#M1632485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually  there is no problem in your Code   ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are  Executing  SUM statement    .&lt;/P&gt;&lt;P&gt;What it does  is  It creates  work area  to store  values  on sum  , and  That sum values Goes  Beyond   length of  field &lt;/P&gt;&lt;P&gt; And it  cannot store that value   so it gives dump  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better  Try to Increase  Length of that  Field  which  stores  large  Value  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 09:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sum-overflow-dump/m-p/8265235#M1632485</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-10-03T09:23:11Z</dc:date>
    </item>
  </channel>
</rss>

