<?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: Exception Check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459594#M1056969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cosmo Kramer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are calling Fm then In the program you will find the list of exception and their corresponding number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the exception is DIVISION_BY_ZERO and exception number is 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you are checking the value of sy-subrc in debug mode if the value of SY-SUBRC is 4 , it means the exception DIVISION_BY_ZERO has occured,if else then some other exception has occued according the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If 0 then no exception has occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i have anwered your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 12:56:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-09T12:56:36Z</dc:date>
    <item>
      <title>Exception Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459588#M1056963</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 run i debug mode fm how i now if it end with exceptions?&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, 09 Sep 2008 11:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459588#M1056963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459589#M1056964</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 debug mode check the value of SY-SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its not 0 then Exceptions occur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459589#M1056964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459590#M1056965</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;it executes the RAISE EXCEPTION command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459590#M1056965</guid>
      <dc:creator>peter_ruiz2</dc:creator>
      <dc:date>2008-09-09T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459591#M1056966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check this in debugging mode.if the value of SY-SUBRC is not zero i.e it is 4 then exception occurs.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459591#M1056966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459592#M1056967</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;Check for the value of sy-subrc in debugging mode.&lt;/P&gt;&lt;P&gt;if it is non zero then an exception occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459592#M1056967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459593#M1056968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujit k. Pal  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  but how i see the exception ?&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, 09 Sep 2008 12:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459593#M1056968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exception Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459594#M1056969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cosmo Kramer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are calling Fm then In the program you will find the list of exception and their corresponding number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose the exception is DIVISION_BY_ZERO and exception number is 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you are checking the value of sy-subrc in debug mode if the value of SY-SUBRC is 4 , it means the exception DIVISION_BY_ZERO has occured,if else then some other exception has occued according the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If 0 then no exception has occured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i have anwered your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-check/m-p/4459594#M1056969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T12:56:36Z</dc:date>
    </item>
  </channel>
</rss>

