<?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: Catchable/Non-Catchable exceptions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172232#M460897</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;I think when u submit a program it means you are navigating from one program to another hence there will be no question of sy-subrc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 10:30:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T10:30:58Z</dc:date>
    <item>
      <title>Catchable/Non-Catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172226#M460891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   How to find all different  &amp;lt;b&amp;gt;exceptions&amp;lt;/b&amp;gt; associated  with  &amp;lt;b&amp;gt;SUBMIT&amp;lt;/b&amp;gt; statement  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   What are &amp;lt;b&amp;gt;Catchable/Non-Catchable&amp;lt;/b&amp;gt; Exceptions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ABAP Techie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ABAP Techie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ABAP Techie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 09:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172226#M460891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Catchable/Non-Catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172227#M460892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;courtesy SAP help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 09:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172227#M460892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Catchable/Non-Catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172228#M460893</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;Open ABAP keyword documentation.From the ABAP Index go to SUBMIT.There you can find the exceptions.&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;If helpful ,reward is useful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 09:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172228#M460893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Catchable/Non-Catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172229#M460894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;  Thanx yaar.. but i want  sy-subrc  values  so that i can use the below options &lt;/P&gt;&lt;P&gt;        CASE sy-subrc.&lt;/P&gt;&lt;P&gt;      WHEN '0'.&lt;/P&gt;&lt;P&gt;          MESSAGE S000(zz) WITH 'Call to ZKWIBN20_LABEL successful'.&lt;/P&gt;&lt;P&gt;      WHEN '4'.&lt;/P&gt;&lt;P&gt;          MESSAGE E000(zz) WITH 'Job scheduling terminated by user'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you plz help me finding those values ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 09:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172229#M460894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Catchable/Non-Catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172230#M460895</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;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 09:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172230#M460895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T09:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Catchable/Non-Catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172231#M460896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but all these are JOB related i want  SUBMIT related exceptions without JOBs in background ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 09:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172231#M460896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T09:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Catchable/Non-Catchable exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172232#M460897</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;I think when u submit a program it means you are navigating from one program to another hence there will be no question of sy-subrc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 10:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catchable-non-catchable-exceptions/m-p/2172232#M460897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T10:30:58Z</dc:date>
    </item>
  </channel>
</rss>

