<?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 after executing the function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036376#M718370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   The sy-subrc value is set based on that exception number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 10:42:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-15T10:42:06Z</dc:date>
    <item>
      <title>exception after executing the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036373#M718367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I have called a function module and how can i know that an exception has raised.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036373#M718367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T10:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: exception after executing the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036374#M718368</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 the sy-subrc value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036374#M718368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: exception after executing the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036375#M718369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC will store corresponding value....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using CASE or IF...ENDIF..you can find actual exception...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036375#M718369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T10:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: exception after executing the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036376#M718370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   The sy-subrc value is set based on that exception number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036376#M718370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: exception after executing the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036377#M718371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want know whether exception raised or not, write if condition just after your FM call ends.&lt;/P&gt;&lt;P&gt;If Sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;Write : \  Sy-subrc , ' FOUND'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Kindly reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rohit G&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036377#M718371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T10:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: exception after executing the function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036378#M718372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget you'll need to map each of the exceptions to a numver for sy-subrc to have any meaning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION example&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;     something = something&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;     FAILED = 1&lt;/P&gt;&lt;P&gt;     ALMOST_WORKED = 2&lt;/P&gt;&lt;P&gt;     VERY_CLOSE = 3&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 10:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exception-after-executing-the-function-module/m-p/3036378#M718372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T10:48:08Z</dc:date>
    </item>
  </channel>
</rss>

