<?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: DUMP error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968490#M1490967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title of the short Dump is "Packed field contains incorrect BCD format".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i am giving the exact code for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;003060   SORT INT1 BY 1-SUBS 1-DK 1-CUST 1-SUPP.                                 &lt;/P&gt;&lt;P&gt;003070   DEBTOT = 0.                                                             &lt;/P&gt;&lt;P&gt;003080   ASSTOT = 0.                                                             &lt;/P&gt;&lt;P&gt;003090   GLTOT = 0.                                                              &lt;/P&gt;&lt;P&gt;003100   TOTTOT = 0.                                                             &lt;/P&gt;&lt;P&gt;003110   " grandtot = 0.                                                         &lt;/P&gt;&lt;P&gt;003120   LOOP AT INT1.                                                           &lt;/P&gt;&lt;P&gt;003130     SELECT SINGLE * FROM KNA1                                             &lt;/P&gt;&lt;P&gt;003140            WHERE KUNNR = INT1-1-CUST.                                     &lt;/P&gt;&lt;P&gt;003150     WRITE: / INT1-1-SUPP, '  ', INT1-1-CUST, '  ', INT1-1-SUBS,           &lt;/P&gt;&lt;P&gt;003160              KNA1-NAME1(25),                                              &lt;/P&gt;&lt;P&gt;003170              INT1-1-NETAR, INT1-1-NETAP.                                  &lt;/P&gt;&lt;P&gt;003180     LOOP AT INT2.                                                         &lt;/P&gt;&lt;P&gt;003190     IF INT1-1-CUST = INT2-2-CUST AND INT1-1-SUPP = INT2-2-SUPP.           &lt;/P&gt;&lt;P&gt;003200           WRITE: /116 INT2-2-GLACC.                                       &lt;/P&gt;&lt;P&gt;003210           WRITE: 123 INT2-2-NETGL.                                        &lt;/P&gt;&lt;P&gt;003220           GLTOT = GLTOT + INT2-2-NETGL.                                   &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;           DKGLTOT = DKGLTOT + INT2-2-NETGL.                               &lt;/P&gt;&lt;P&gt;003240     ENDIF.                                                                &lt;/P&gt;&lt;P&gt;003250     ENDLOOP.                                                              &lt;/P&gt;&lt;P&gt;003260     WRITE: 149 INT1-1-TOTBAL.                                             &lt;/P&gt;&lt;P&gt;003270     DEBTOT = DEBTOT + INT1-1-NETAP.                                       &lt;/P&gt;&lt;P&gt;003280     ASSTOT = ASSTOT + INT1-1-NETAR.                                       &lt;/P&gt;&lt;P&gt;003290     TOTTOT = TOTTOT + INT1-1-TOTBAL.                                      &lt;/P&gt;&lt;P&gt;003300     DKDEBTOT = DKDEBTOT + INT1-1-NETAP.                                   &lt;/P&gt;&lt;P&gt;003310     DKASSTOT = DKASSTOT + INT1-1-NETAR.                                   &lt;/P&gt;&lt;P&gt;003320     DKTOTTOT = DKTOTTOT + INT1-1-TOTBAL.&lt;/P&gt;&lt;P&gt;003330     ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this code is being working fine from past 9 years.&lt;/P&gt;&lt;P&gt;this is the first time it is giving DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jun 2010 11:51:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-11T11:51:22Z</dc:date>
    <item>
      <title>DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968477#M1490954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a Z program which is giving short dump.&lt;/P&gt;&lt;P&gt;this program is being used from past 5 years. no errors upto now.&lt;/P&gt;&lt;P&gt;But now the program is givin short dump error.&lt;/P&gt;&lt;P&gt;Plz find the error analysis below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;An arithmetic operation in the current program "ZXXXXXX" attempts            &lt;/P&gt;&lt;P&gt;to process a field of type P that contains an invalid                          &lt;/P&gt;&lt;P&gt;BCD format.                                                                                &lt;/P&gt;&lt;P&gt;Possible reasons:                                                              &lt;/P&gt;&lt;P&gt;1. If the field is part of a field string and its current contents are         &lt;/P&gt;&lt;P&gt;   hex 20: the field string was deleted with MOVE SPACE ... instead of         &lt;/P&gt;&lt;P&gt;   CLEAR.                                                                      &lt;/P&gt;&lt;P&gt;2. The VARYING parameter was incorrectly placed within a DO loop,              &lt;/P&gt;&lt;P&gt;   e.g. because the TIMES parameter was too large.                             &lt;/P&gt;&lt;P&gt;   Similar for WHILE ... VARY.                                                 &lt;/P&gt;&lt;P&gt;3. A FIELD-SYMBOL was incorrectly assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no such location in my Z program where the dump analysis says.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the probable cause for the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use more descriptive subject lines from now on.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jun 8, 2010 12:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 08:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968477#M1490954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T08:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968478#M1490955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically due to the number format. Go to SU3 Go to &lt;STRONG&gt;defaults&lt;/STRONG&gt; Tab and check Field * Decimal Notation*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program that packed number would have wrongly caught data logged in other format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g: Suppose you are using 123,00.00 fromat and the program fetched 123.00,00 fromat then it would give a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution is make the data that field consistent in one fromat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this Table USR01 and its field DCPFM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USR01                            User master record (runtime data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DCPFM                            Decimal notation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 10:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968478#M1490955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T10:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968479#M1490956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Is the dump occuring in the same system as previously using, is this been upgraded .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 10:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968479#M1490956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T10:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968480#M1490957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hardly guess you upgraded from a non unicode system to a unicode system, am i right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 10:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968480#M1490957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T10:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968481#M1490958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chinna,&lt;/P&gt;&lt;P&gt;as this is the z report, you can debug one time complenetly till u get dump, in second attempt u will get to know the cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 10:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968481#M1490958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T10:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968482#M1490959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't the dump printout point to the line where the problem occurred?  SAP doesn't make these errors up randomly, the problem exists!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 11:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968482#M1490959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T11:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968483#M1490960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi The Dump is showing a place BUT there is no such statements like DO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 10:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968483#M1490960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T10:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968484#M1490961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've not upgraded the system. we are still using 4.6C only....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 10:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968484#M1490961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T10:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968485#M1490962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help full answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you said the problem is with some decimal notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am not the one who execute the program in PRODUCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one can execute the program and any time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be solved then.&lt;/P&gt;&lt;P&gt;&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;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 10:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968485#M1490962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T10:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968486#M1490963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change the field DCPFM in USR01 table.&lt;/P&gt;&lt;P&gt;&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;Chinna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chinna guntur on Jun 10, 2010 6:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 12:48:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968486#M1490963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968487#M1490964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the filed using SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is of no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the program is still giving DUMP.&lt;/P&gt;&lt;P&gt;I've tested with different user names also.but no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i test the program in QUALITY &amp;amp; DEVELOPMENT systems it is ok. but PRODUCTION only it is giving DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am giving the the example code where it showing is error ARROW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          LOOP AT ITAB1.&lt;/P&gt;&lt;P&gt;          ..............&lt;/P&gt;&lt;P&gt;          ...............&lt;/P&gt;&lt;P&gt;                 LOOP AT ITAB2.&lt;/P&gt;&lt;P&gt;                  ...................&lt;/P&gt;&lt;P&gt;                   ................... &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&amp;gt;       X = X + Y.&lt;/P&gt;&lt;P&gt;                 ENDLOOP.&lt;/P&gt;&lt;P&gt;          ENDLOOP.&lt;/P&gt;&lt;P&gt;&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;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 15:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968487#M1490964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T15:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968488#M1490965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the title of the short dump? Does it happen right away or after some time of processing?&lt;/P&gt;&lt;P&gt;How is Y filled? X = X + Y might well lead to a field overflow in systems with growing data (like production).&lt;/P&gt;&lt;P&gt;If not too long, show the entire code snippet inside the loops (using  tags please).&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 16:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968488#M1490965</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-10T16:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968489#M1490966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right at the time when you see the DUMP(after running the code)... click on debugger. it will take you to the debugger and stuck at the line where it has terminated. and see the exacrt values in X and Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 16:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968489#M1490966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T16:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968490#M1490967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title of the short Dump is "Packed field contains incorrect BCD format".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i am giving the exact code for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;003060   SORT INT1 BY 1-SUBS 1-DK 1-CUST 1-SUPP.                                 &lt;/P&gt;&lt;P&gt;003070   DEBTOT = 0.                                                             &lt;/P&gt;&lt;P&gt;003080   ASSTOT = 0.                                                             &lt;/P&gt;&lt;P&gt;003090   GLTOT = 0.                                                              &lt;/P&gt;&lt;P&gt;003100   TOTTOT = 0.                                                             &lt;/P&gt;&lt;P&gt;003110   " grandtot = 0.                                                         &lt;/P&gt;&lt;P&gt;003120   LOOP AT INT1.                                                           &lt;/P&gt;&lt;P&gt;003130     SELECT SINGLE * FROM KNA1                                             &lt;/P&gt;&lt;P&gt;003140            WHERE KUNNR = INT1-1-CUST.                                     &lt;/P&gt;&lt;P&gt;003150     WRITE: / INT1-1-SUPP, '  ', INT1-1-CUST, '  ', INT1-1-SUBS,           &lt;/P&gt;&lt;P&gt;003160              KNA1-NAME1(25),                                              &lt;/P&gt;&lt;P&gt;003170              INT1-1-NETAR, INT1-1-NETAP.                                  &lt;/P&gt;&lt;P&gt;003180     LOOP AT INT2.                                                         &lt;/P&gt;&lt;P&gt;003190     IF INT1-1-CUST = INT2-2-CUST AND INT1-1-SUPP = INT2-2-SUPP.           &lt;/P&gt;&lt;P&gt;003200           WRITE: /116 INT2-2-GLACC.                                       &lt;/P&gt;&lt;P&gt;003210           WRITE: 123 INT2-2-NETGL.                                        &lt;/P&gt;&lt;P&gt;003220           GLTOT = GLTOT + INT2-2-NETGL.                                   &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;           DKGLTOT = DKGLTOT + INT2-2-NETGL.                               &lt;/P&gt;&lt;P&gt;003240     ENDIF.                                                                &lt;/P&gt;&lt;P&gt;003250     ENDLOOP.                                                              &lt;/P&gt;&lt;P&gt;003260     WRITE: 149 INT1-1-TOTBAL.                                             &lt;/P&gt;&lt;P&gt;003270     DEBTOT = DEBTOT + INT1-1-NETAP.                                       &lt;/P&gt;&lt;P&gt;003280     ASSTOT = ASSTOT + INT1-1-NETAR.                                       &lt;/P&gt;&lt;P&gt;003290     TOTTOT = TOTTOT + INT1-1-TOTBAL.                                      &lt;/P&gt;&lt;P&gt;003300     DKDEBTOT = DKDEBTOT + INT1-1-NETAP.                                   &lt;/P&gt;&lt;P&gt;003310     DKASSTOT = DKASSTOT + INT1-1-NETAR.                                   &lt;/P&gt;&lt;P&gt;003320     DKTOTTOT = DKTOTTOT + INT1-1-TOTBAL.&lt;/P&gt;&lt;P&gt;003330     ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this code is being working fine from past 9 years.&lt;/P&gt;&lt;P&gt;this is the first time it is giving DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 11:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968490#M1490967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T11:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968491#M1490968</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;Problem is in the value of Y.&lt;/P&gt;&lt;P&gt;Check the value of Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To test it... Place a debugger at this statement. When you are at that statement change the value of Y to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then test it.. If it runs fine then we can change the format of the Y or assign Y to some temporary variable and process it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 14:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968491#M1490968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T14:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968492#M1490969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here both X &amp;amp; Y values are with same data type of 15 characters with 2 decimal points.&lt;/P&gt;&lt;P&gt;&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;Chinna...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 08:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968492#M1490969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968493#M1490970</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 guess you are retrieving values from a database table, the problem might be because of the values inside the table, this can happen, so check the value of the particular entry where you are getting dump and see. if possible provide the values of DKGLTOT and INT2-2-NETGL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Chaitanya.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jun 2010 09:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968493#M1490970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-15T09:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968494#M1490971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaitanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am giving the exact code.&lt;/P&gt;&lt;P&gt;Plz check once.&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;GLTOT LIKE GLT0-HSLVT,            &lt;/P&gt;&lt;P&gt;TOTTOT LIKE GLT0-HSLVT,            &lt;/P&gt;&lt;P&gt;DKDEBTOT LIKE KNC1-UMSAV,      &lt;/P&gt;&lt;P&gt;DKGLTOT LIKE GLT0-HSLVT,  &lt;/P&gt;&lt;P&gt;DKTOTTOT LIKE GLT0-HSLVT,&lt;/P&gt;&lt;P&gt;DKASSTOT LIKE GLT0-HSLVT.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF INT1 OCCURS 0,&lt;/P&gt;&lt;P&gt;        1-CLIENT LIKE T001-MANDT,&lt;/P&gt;&lt;P&gt;        1-CCODE LIKE T001-BUKRS,&lt;/P&gt;&lt;P&gt;        1-SUBS LIKE KNA1-KONZS,&lt;/P&gt;&lt;P&gt;        1-DK(1) TYPE C,&lt;/P&gt;&lt;P&gt;        1-CUST LIKE KNA1-KUNNR,&lt;/P&gt;&lt;P&gt;        1-SUPP LIKE LFA1-LIFNR,&lt;/P&gt;&lt;P&gt;        1-ADJAP LIKE SKA1-SAKNR,&lt;/P&gt;&lt;P&gt;        1-ADJAR LIKE SKA1-SAKNR,&lt;/P&gt;&lt;P&gt;        1-NETASS LIKE SKA1-SAKNR,&lt;/P&gt;&lt;P&gt;        1-NETDEB LIKE SKA1-SAKNR,&lt;/P&gt;&lt;P&gt;        1-NETAP LIKE LFC1-UMSAV,&lt;/P&gt;&lt;P&gt;        1-NETAR LIKE KNC1-UMSAV,&lt;/P&gt;&lt;P&gt;        1-NETGL LIKE GLT0-HSLVT,&lt;/P&gt;&lt;P&gt;        1-TOTBAL LIKE GLT0-HSLVT,&lt;/P&gt;&lt;P&gt;      END OF INT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF INT2 OCCURS 0,&lt;/P&gt;&lt;P&gt;        2-CLIENT LIKE T001-MANDT,&lt;/P&gt;&lt;P&gt;        2-CCODE LIKE T001-BUKRS,&lt;/P&gt;&lt;P&gt;        2-GLACC LIKE SKA1-SAKNR,&lt;/P&gt;&lt;P&gt;        2-ADJGL LIKE SKA1-SAKNR,&lt;/P&gt;&lt;P&gt;        2-CUST LIKE KNA1-KUNNR,&lt;/P&gt;&lt;P&gt;        2-SUPP LIKE LFA1-LIFNR,&lt;/P&gt;&lt;P&gt;        2-NETGL LIKE GLT0-HSLVT,&lt;/P&gt;&lt;P&gt;      END OF INT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF B-CHECK &amp;lt;&amp;gt; ''.&lt;/P&gt;&lt;P&gt;   PERFORM MASTERDATA-CHECK.&lt;/P&gt;&lt;P&gt;   EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOOP AT INT1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM KNA1&lt;/P&gt;&lt;P&gt;         WHERE KUNNR = INT1-1-CUST.&lt;/P&gt;&lt;P&gt;  WRITE: / INT1-1-SUPP, '  ', INT1-1-CUST, '  ', INT1-1-SUBS,&lt;/P&gt;&lt;P&gt;           KNA1-NAME1(25),&lt;/P&gt;&lt;P&gt;           INT1-1-NETAR, INT1-1-NETAP.&lt;/P&gt;&lt;P&gt;  LOOP AT INT2.&lt;/P&gt;&lt;P&gt;  IF INT1-1-CUST = INT2-2-CUST AND INT1-1-SUPP = INT2-2-SUPP.&lt;/P&gt;&lt;P&gt;        WRITE: /116 INT2-2-GLACC.&lt;/P&gt;&lt;P&gt;        WRITE: 123 INT2-2-NETGL.&lt;/P&gt;&lt;P&gt;        GLTOT = GLTOT + INT2-2-NETGL.&lt;/P&gt;&lt;P&gt;        DKGLTOT = DKGLTOT + INT2-2-NETGL.                     &amp;lt;&amp;lt;----&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;  "DUMP PLACE"&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  WRITE: 149 INT1-1-TOTBAL.&lt;/P&gt;&lt;P&gt;  DEBTOT = DEBTOT + INT1-1-NETAP.&lt;/P&gt;&lt;P&gt;  ASSTOT = ASSTOT + INT1-1-NETAR.&lt;/P&gt;&lt;P&gt;  TOTTOT = TOTTOT + INT1-1-TOTBAL.&lt;/P&gt;&lt;P&gt;  DKDEBTOT = DKDEBTOT + INT1-1-NETAP.&lt;/P&gt;&lt;P&gt;  DKASSTOT = DKASSTOT + INT1-1-NETAR.&lt;/P&gt;&lt;P&gt;  DKTOTTOT = DKTOTTOT + INT1-1-TOTBAL.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDLOOP.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM MASTERDATA-CHECK.&lt;/P&gt;&lt;P&gt;SELECT * FROM ZFBGD1.&lt;/P&gt;&lt;P&gt;   DELETE ZFBGD1.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i am putting a break point at LOOP AT INT1 statement, and if i execute the program, the program is not taking me to the DEBUGGER and the place where i kept break point. the debugger is not even opened.&lt;/P&gt;&lt;P&gt;its directly giving DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinna..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chinna guntur on Jun 17, 2010 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 07:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968494#M1490971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T07:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968495#M1490972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can enyone has any solution for this??&lt;/P&gt;&lt;P&gt;&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;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 13:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968495#M1490972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968496#M1490973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Can enyone has any solution for this??&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Probably not. You haven't shown how int2 is populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 13:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/6968496#M1490973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T13:29:50Z</dc:date>
    </item>
  </channel>
</rss>

