<?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: Non-catchable exceptions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472611#M556041</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;When scheduling a report with the SUBMIT ... VIA JOB job NUMBER n statement, you can check the following SY-SUBRC -&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: Job scheduled successfully&lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: Job scheduling terminated by user&lt;/P&gt;&lt;P&gt;SY-SUBRC = 8: Error in job scheduling (JOB_SUBMIT)&lt;/P&gt;&lt;P&gt;SY-SUBRC = 12: Error in internal number assignment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 12:19:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-26T12:19:31Z</dc:date>
    <item>
      <title>Non-catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472608#M556038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are non-catchable exceptions and how can we overcome these?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472608#M556038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Non-catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472609#M556039</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;Run time errors are the Non catchable  Errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-Catchable Exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The specified program was not found.&lt;/P&gt;&lt;P&gt;Runtime Error: LOAD_PROGRAM_NOT_FOUND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: You tried to transfer an invalid value to a selection using the addition SIGN.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_WRONG_SIGN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The specified program is not a report.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_WRONG_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: You tried to transfer more than one value to a report parameter.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_IMPORT_ONLY_PARAMETER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: You tried to use WITH sel IN itab to transfer a table that does not have the appropriate structure to a selection.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_IN_ITAB_ILL_STRUCTURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: You tried to transfer a parameter that cannot be converted to the target field to the selection screen.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_PARAM_NOT_CONVERTIBLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472609#M556039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Non-catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472610#M556040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manikandan,&lt;/P&gt;&lt;P&gt;  If try - Catch statement throws an error whcih cant trace into statement defined as Non-Catchable.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472610#M556040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Non-catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472611#M556041</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;When scheduling a report with the SUBMIT ... VIA JOB job NUMBER n statement, you can check the following SY-SUBRC -&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: Job scheduled successfully&lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: Job scheduling terminated by user&lt;/P&gt;&lt;P&gt;SY-SUBRC = 8: Error in job scheduling (JOB_SUBMIT)&lt;/P&gt;&lt;P&gt;SY-SUBRC = 12: Error in internal number assignment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472611#M556041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Non-catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472612#M556042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can catch them using TRY..CATCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TRY.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;p_target = p_source. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CATCH&amp;lt;/b&amp;gt; cx_sy_conversion_no_number INTO lr_exception.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472612#M556042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Non-catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472613#M556043</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;Non-Catchable Exceptions are nothing but the Run-Time Errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Exceptions that the System can't Catch is Said to be Run Time Errors or Non-catchable Exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Non-Catchable Exceptions in COLLECT Statement:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: COLLECT on non-numeric fileds&lt;/P&gt;&lt;P&gt;Runtime Error: TABLE_COLLECT_CHAR_IN_FUNCTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Non-Catchable Exceptions in SUBMIT Statement:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The specified program was not found.&lt;/P&gt;&lt;P&gt;Runtime Error: LOAD_PROGRAM_NOT_FOUND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Invalid value passed to a selection with SIGN.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_WRONG_SIGN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The specified program is not a report.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_WRONG_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: More than one value passed to a report parameter.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_IMPORT_ONLY_PARAMETER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Table passed to a selection with WITH sel IN itab that has an unexpected structure.&lt;/P&gt;&lt;P&gt;Runtime Error: SUBMIT_IN_ITAB_ILL_STRUCTURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 12:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-catchable-exceptions/m-p/2472613#M556043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T12:20:58Z</dc:date>
    </item>
  </channel>
</rss>

