<?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: error--- types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967182#M397158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syntax Errors are ones that you get when trying to activate your program in SE38 or SE80.  These errors are fired by the editor.   Runtime errors raise at runtime, meaning when you run the program, for example, you may be trying to divide by 0, which of course isn't allowed, hence you will get an ABAP runtime error short dump, which is a lengthy report showing the error and a bunch of other information.  Dumps can also be seen from ST22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 13:31:56 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-02-15T13:31:56Z</dc:date>
    <item>
      <title>error--- types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967181#M397157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PLs, anyone tell me what is the difference between :- &lt;/P&gt;&lt;P&gt;Syntax Error  ,  Runtime Error  &amp;amp; Short Dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 13:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967181#M397157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T13:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: error--- types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967182#M397158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syntax Errors are ones that you get when trying to activate your program in SE38 or SE80.  These errors are fired by the editor.   Runtime errors raise at runtime, meaning when you run the program, for example, you may be trying to divide by 0, which of course isn't allowed, hence you will get an ABAP runtime error short dump, which is a lengthy report showing the error and a bunch of other information.  Dumps can also be seen from ST22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 13:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967182#M397158</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-15T13:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: error--- types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967183#M397159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well a Sytax-error is an error in your Syntax &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; means somehow you didnt use the Language ABAP with the correct grammar. When having systax errors the code will NOT work and NOT run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an Runtime error is an error which occurs during runtime. e.G. if your integer variable runs out of memory, means it get bigger than it can be stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a Short dump is beeing processed after a runtime error OR with a message type X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 13:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967183#M397159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T13:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: error--- types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967184#M397160</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;Syntax error means while writing the code if code contains any mistakes we might get Sytax errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error &amp;amp; Short Dump means the Code would be syntatically correct but due to some Master data or any datas, unconvertable data type, passing wrong values to FM, etc..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the Basic difference which I know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helps award points this is my first post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 13:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967184#M397160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T13:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: error--- types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967185#M397161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Sytax error&amp;lt;/b&amp;gt; - this will occur when u do a check in the program.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Runtime error&amp;lt;/b&amp;gt; - This will occur when u execute the program, thi siwll end up in Short dump.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbce142c11d3b93a0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbce142c11d3b93a0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To see the description u have to got ST22 transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 13:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967185#M397161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T13:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: error--- types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967186#M397162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did everybody received the points pls answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 15:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967186#M397162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T15:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: error--- types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967187#M397163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes received, if ur quey is anawred please mark the thread as closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 03:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-types/m-p/1967187#M397163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T03:07:38Z</dc:date>
    </item>
  </channel>
</rss>

