<?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: function module to get all exceptions of an interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571450#M22285</link>
    <description>&lt;P&gt;Did you try to call SEO_METHOD_READ_ALL to get list of methods, and then SEO_EXCEPTION_READ_ALL on each method?&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2017 14:23:34 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2017-11-06T14:23:34Z</dc:date>
    <item>
      <title>function module to get all exceptions of an interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571448#M22283</link>
      <description>&lt;P&gt;Hey Guys,&lt;/P&gt;
  &lt;P&gt;is there a fm to get all exceptions of an interface?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571448#M22283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-11-06T11:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get all exceptions of an interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571449#M22284</link>
      <description>&lt;P&gt;Have a look at table SEOSUBCODF&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571449#M22284</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-11-06T12:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get all exceptions of an interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571450#M22285</link>
      <description>&lt;P&gt;Did you try to call SEO_METHOD_READ_ALL to get list of methods, and then SEO_EXCEPTION_READ_ALL on each method?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 14:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571450#M22285</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-11-06T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get all exceptions of an interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571451#M22286</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/index.htm?file=abenrtti.htm" target="_blank"&gt;CL_ABAP_INTFDESCR&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 16:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571451#M22286</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-11-06T16:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get all exceptions of an interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571452#M22287</link>
      <description>&lt;P&gt;thanks, and is there also a way, to find an exceptions only by it's name, not knowing the class/interface?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 16:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571452#M22287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-11-06T16:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get all exceptions of an interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571453#M22288</link>
      <description>&lt;P&gt;Are you talking about classic/old exceptions or about class-based exceptions? When you say "interface", do you mean an interface in OO paradigm, or the interface or signature of a function module or method ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 19:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571453#M22288</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-11-06T19:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: function module to get all exceptions of an interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571454#M22289</link>
      <description>&lt;P&gt;I'm also wondering what's the purpose. This is by far the most peculiar question of the year. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-all-exceptions-of-an-interface/m-p/571454#M22289</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-11-07T18:46:25Z</dc:date>
    </item>
  </channel>
</rss>

