<?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/2774110#M646503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.Reward poits if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : my_tabix type sy-tabix.&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;clear my_tabix.&lt;/P&gt;&lt;P&gt;my_tabix = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;kalab&lt;/P&gt;&lt;P&gt;KAINS&lt;/P&gt;&lt;P&gt;kaspe&lt;/P&gt;&lt;P&gt;from mska&lt;/P&gt;&lt;P&gt;into&lt;/P&gt;&lt;P&gt;(itab1-matnr , itab1-kalab , itab1-KAINS , itab1-kaspe)&lt;/P&gt;&lt;P&gt;where matnr = itab1-matnr.&lt;/P&gt;&lt;P&gt;modify itab1 index my_tabix.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 05:50:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-30T05:50:45Z</dc:date>
    <item>
      <title>dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774103#M646496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I am using the following code for retriving the total sales order stock for the material. but it goes for dump, how to correct this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;       kalab&lt;/P&gt;&lt;P&gt;       KAINS&lt;/P&gt;&lt;P&gt;       kaspe&lt;/P&gt;&lt;P&gt;       from mska&lt;/P&gt;&lt;P&gt;       into&lt;/P&gt;&lt;P&gt;       (itab1-matnr , itab1-kalab , itab1-KAINS , itab1-kaspe)&lt;/P&gt;&lt;P&gt;       where matnr = itab1-matnr.&lt;/P&gt;&lt;P&gt;       modify itab1.&lt;/P&gt;&lt;P&gt; endselect.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise me on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774103#M646496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774104#M646497</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;loop at itab1.&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;kalab&lt;/P&gt;&lt;P&gt;KAINS&lt;/P&gt;&lt;P&gt;kaspe&lt;/P&gt;&lt;P&gt;from mska&lt;/P&gt;&lt;P&gt;into &amp;lt;b&amp;gt;ITAB!&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;where matnr = &amp;lt;b&amp;gt;u can't pu itab1 value here put some value or selection screen parameters .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;modify itab1.&lt;/P&gt;&lt;P&gt;endselect.&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;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774104#M646497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774105#M646498</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;try changing the modify statement to:&lt;/P&gt;&lt;P&gt;modify itab1 index sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774105#M646498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774106#M646499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the where condition that you r given in your select statement is not correct,go through the code and change that accordingly,&lt;/P&gt;&lt;P&gt;go through the dump details properly ,you can understand the detail error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774106#M646499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774107#M646500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem is wid modify statement&lt;/P&gt;&lt;P&gt;use sy-tabix&lt;/P&gt;&lt;P&gt;or use&lt;/P&gt;&lt;P&gt;modify wid from addtion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774107#M646500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774108#M646501</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;What is the dump? Please let us know.&lt;/P&gt;&lt;P&gt;It may be a performance issue. If possible take the table out of loop and join with previous table.&lt;/P&gt;&lt;P&gt;also you are using itab1-matnr in where clause as well as into clause this may be reason for dump.&lt;/P&gt;&lt;P&gt;if u can post the details about the dump, then it will be clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774108#M646501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774109#M646502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your where condition is also not right&lt;/P&gt;&lt;P&gt;as u r fethchig data into itab1-matnr and in the next line u r comparing it&lt;/P&gt;&lt;P&gt;but itab1-matnr wil contain data after the append or modify statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or tell us that is there any data in itab1-matnr?????&lt;/P&gt;&lt;P&gt;if yes then y r u modifying this in the select statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk ur where condtion it wil resolve ur prob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774109#M646502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774110#M646503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.Reward poits if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : my_tabix type sy-tabix.&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;clear my_tabix.&lt;/P&gt;&lt;P&gt;my_tabix = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;kalab&lt;/P&gt;&lt;P&gt;KAINS&lt;/P&gt;&lt;P&gt;kaspe&lt;/P&gt;&lt;P&gt;from mska&lt;/P&gt;&lt;P&gt;into&lt;/P&gt;&lt;P&gt;(itab1-matnr , itab1-kalab , itab1-KAINS , itab1-kaspe)&lt;/P&gt;&lt;P&gt;where matnr = itab1-matnr.&lt;/P&gt;&lt;P&gt;modify itab1 index my_tabix.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774110#M646503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:50: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/2774111#M646504</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;short dump may be of 2 reasons&lt;/P&gt;&lt;P&gt;     1. the internal table fields order and fields in the select statement which u gave may be of different order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     2. ur selecting data from database table to internal and in where condition u gave internal table field. that internal table field is empty bcoz it doesnt have any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check that one also.&lt;/P&gt;&lt;P&gt; Select matnr&lt;/P&gt;&lt;P&gt;kalab&lt;/P&gt;&lt;P&gt;KAINS&lt;/P&gt;&lt;P&gt;kaspe&lt;/P&gt;&lt;P&gt;from mska&lt;/P&gt;&lt;P&gt;into&lt;/P&gt;&lt;P&gt;(itab1-matnr , itab1-kalab , itab1-KAINS , itab1-kaspe)&lt;/P&gt;&lt;P&gt;where matnr = itab1-matnr. // only this statement works if u have data in internal table other wise declare a parameter and compare with matnr in where copndition of select statement as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select matnr&lt;/P&gt;&lt;P&gt;kalab&lt;/P&gt;&lt;P&gt;KAINS&lt;/P&gt;&lt;P&gt;kaspe&lt;/P&gt;&lt;P&gt;from mska&lt;/P&gt;&lt;P&gt;into&lt;/P&gt;&lt;P&gt;(itab1-matnr , itab1-kalab , itab1-KAINS , itab1-kaspe)&lt;/P&gt;&lt;P&gt;where matnr = p_matnr // parameter declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 05:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774111#M646504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T05:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774112#M646505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select matnr&lt;/P&gt;&lt;P&gt;       werks&lt;/P&gt;&lt;P&gt;       lgort&lt;/P&gt;&lt;P&gt;       charg&lt;/P&gt;&lt;P&gt;       sobkz&lt;/P&gt;&lt;P&gt;       vbeln&lt;/P&gt;&lt;P&gt;       posnr&lt;/P&gt;&lt;P&gt;       kalab&lt;/P&gt;&lt;P&gt;       KAINS&lt;/P&gt;&lt;P&gt;       kaspe&lt;/P&gt;&lt;P&gt;       from mska&lt;/P&gt;&lt;P&gt;       into corresponding fields of table i_mska&lt;/P&gt;&lt;P&gt;       for all entries in itab1&lt;/P&gt;&lt;P&gt;       where matnr = itab1-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look this query, i think ur first point may be the reason for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the order am retriving data but in the table also same order, pls clarify why it goes to dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 06:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774112#M646505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T06:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: dump error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774113#M646506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;there are two problems in code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. u cannoot use itab1-matnr for select statement(but this is not the reason for dump.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. modify to be used needs index or key to be specified always. without that the program goes to dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give index or key with modify and the problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE REWARD ME FOR SUCH CLEAR ANSWER  IF HELPFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 06:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774113#M646506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T06:26: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/2774114#M646507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT aufnr&lt;/P&gt;&lt;P&gt;         baugr&lt;/P&gt;&lt;P&gt;         matnr&lt;/P&gt;&lt;P&gt;         meins&lt;/P&gt;&lt;P&gt;         bdmng&lt;/P&gt;&lt;P&gt;         FROM resb&lt;/P&gt;&lt;P&gt;         INTO CORRESPONDING FIELDS OF TABLE itab1&lt;/P&gt;&lt;P&gt;         FOR ALL ENTRIES IN itab&lt;/P&gt;&lt;P&gt;  WHERE aufnr = itab-aufnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this query is working fine, here i have used itab, then why can't we use itab1 in the first case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to use modify with index, should we put a loop , pls explain this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 06:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error/m-p/2774114#M646507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T06:32:32Z</dc:date>
    </item>
  </channel>
</rss>

