<?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 short dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518211#M238278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is short dump? when it is created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2006 04:51:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-15T04:51:44Z</dc:date>
    <item>
      <title>short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518211#M238278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is short dump? when it is created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 04:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518211#M238278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T04:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518212#M238279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suharsan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short dump is created where there is error in while program processing. &lt;/P&gt;&lt;P&gt; It can occur due to any reason. Like data mistmatch, inccorrect syntax, or incoreect data conversion and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use MESSAGE X001(00) with 'Testing Short Dump'. in a program and see what is the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Or you can go to ST22 and pull up any short dump and see the details.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 04:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518212#M238279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T04:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518213#M238280</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 dumps are nothing but the runtime errors...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;a = 10, b = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c = a/b...It is syntactically correct but gives short dump when executed since we can't divide by zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 04:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518213#M238280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T04:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518214#M238281</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 dumps are created when there is an error in the program, overflow of mathematical computations, the memory required to run the report is too big for the server, etc. You can also check your error even though it gave you a short dump. Just press debugging when the dump screen appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518214#M238281</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-08-15T05:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518215#M238282</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;or look here: &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c4/3a8083505211d189550000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c4/3a8083505211d189550000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 06:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518215#M238282</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-08-15T06:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518216#M238283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;short dumps will occur due error in your transaction.&lt;/P&gt;&lt;P&gt;This will help you out in finding the exact cause of the error.&lt;/P&gt;&lt;P&gt;have a look at the transaction st22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 06:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump/m-p/1518216#M238283</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-08-15T06:27:55Z</dc:date>
    </item>
  </channel>
</rss>

