<?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: Reg : Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992981#M953897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could call a function module by passing the wrong parameters. That could be a reason for dump. Dump could eveb occur if ur program takes long to execute. As an abaper you never know when a dump occurs...It could be coz of a small mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2008 12:15:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-17T12:15:15Z</dc:date>
    <item>
      <title>Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992977#M953893</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 are the various reasons for leading to dump,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Type mismatch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what could be the other  reasons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992977#M953893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992978#M953894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many reasons that lead to a dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.u are calling a function module, there u are missing one parameter.&lt;/P&gt;&lt;P&gt;2.in select statement u are not fetching data in proper order..&lt;/P&gt;&lt;P&gt;and many other reasons are there.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are having a dump..u can see  and analyze the same in st22.&lt;/P&gt;&lt;P&gt;It will show where and how the dump occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if the above is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rudra Prasanna Mohapatra on Jun 17, 2008 2:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992978#M953894</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-17T12:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992979#M953895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other can be field symbol not assigned .It occurs in ALv report if you don't fill the fieldcatalog properly.Also if there is mismatch between the parameters passed to the function modules,you an see the dump.U can analyze them through tcode &lt;STRONG&gt;ST22&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992979#M953895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992980#M953896</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;In the SAP R/3 system when serious program error occurs, the system terminates the current program and generates an ABAP/4 short dump. The ABAP/4 short dump is basically a list containing explanation about the possible causes of error. Short dumps are kept in a table called SNAP. It is the job of the administrator to regularly check the dump entries (if any) in the system on a daily basis, and take necessary corrective action by consulting with the user who has generated the short dump. Perform the following sequence of actions in order to view and analyze the short dumps in the system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022 From the SAP R/3 main screen choose the option Tools -&amp;gt; Administration, Monitor -&amp;gt; Dump Analysis. Alternately execute the transaction ST22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022 On the following u2018ABAP/4 Dump Analysisu2019 screen we can view the number of dumps generated in the current day and the previous day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022 Select the current day, and click the u2018Display listu2019 icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022 On the following screen we will get a list of the short dumps. Double click on any one of them to go to the corresponding dump analysis screen. Read the short dump analysis and come up with a solution (if possible). If we are unable to solve the problem ourselves, then we should communicate the problem to SAP Helpdesk and send them a copy of the relevant portion of the dump analysis report.&lt;/P&gt;&lt;P&gt;If we want to keep a particular dump for further analysis, then we can prevent it from being deleted by periodic background housekeeping jobs by selecting the dump in the list of dumps and choosing the menu option Short Dump -&amp;gt; Keep/Release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this links:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f86c9290-0201-0010-7a93-dda3716dc0d2" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f86c9290-0201-0010-7a93-dda3716dc0d2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992980#M953896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992981#M953897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could call a function module by passing the wrong parameters. That could be a reason for dump. Dump could eveb occur if ur program takes long to execute. As an abaper you never know when a dump occurs...It could be coz of a small mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992981#M953897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992982#M953898</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;u cannot specify certain reasons for dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any statement which cannot be rectified by the system will lead to dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the errors in ST22 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if hlpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992982#M953898</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-17T12:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992983#M953899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In select query if order of the fields are different then in structure then also program goes for dump.Many other reasons are there for dump.if logic is incorrect &amp;amp; program doesnt know what to means a big error then dump will be there as an error.It is not sure every time that when program will go for dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992983#M953899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992984#M953900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;type mismatch occurs when you are giving one type of value to another type of variable.&lt;/P&gt;&lt;P&gt; Mostly while using function module we do this type of mistake while passing the parameters .If the type parameter type is not matching with the variable we are passing to the parameter then this type of dump occurs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992984#M953900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992985#M953901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abap learner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;welcome to sdn.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls refer this links....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://richardfoote.wordpress.com/2008/02/13/its-less-efficient-to-have-low-cardinality-leading-columns-in-an-index-right/" target="test_blank"&gt;http://richardfoote.wordpress.com/2008/02/13/its-less-efficient-to-have-low-cardinality-leading-columns-in-an-index-right/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/f2bbcb142c11d3b93a0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/f2bbcb142c11d3b93a0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/d9/4a903d51ea11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/d9/4a903d51ea11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/sapfans/repos/saptips.htm" target="test_blank"&gt;http://www.sapfans.com/sapfans/repos/saptips.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992985#M953901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992986#M953902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys any more reasons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dump/m-p/3992986#M953902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:31:18Z</dc:date>
    </item>
  </channel>
</rss>

