<?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: Exceptions classes in 4.6C in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873312#M674207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may appreciate that whatever is possible in OO ABAP is still possible in procedural ABAP with difference in the extent of SW reusability, visibility control etc. So its a design decision whether to go for OO ABAP. In case you have a business case for a class ( you feel that the class will be used many times in your project, you need to control visibility, you have chances of enhancing the functionality of the class, you do not want to incur more resources in testing etc. ), you can go for the development of the exception class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise traditional development may be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2007 16:59:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-07T16:59:41Z</dc:date>
    <item>
      <title>Exceptions classes in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873311#M674206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SDNers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Uwe had already written in the thread &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2754944"&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1. Would you try to develop in 4.6C the exception classes
   (plenty of work, but keeping myself updated, and I can use them also in the future)

  CX_ROOT                             -&amp;gt; ZCX_ROOT; ZIF_MESSAGE
  CX_STATIC_CHECK (I need this slass) -&amp;gt; ZCX_STATIC_CHECK

2. just to solve the problem with traditionally

  METHOD get_xxx.

  ...
    IF sy-subrc = 0.
       ...
    ELSE.
        RAISE wrong_xxxx.
    ENDIF.

  ENDMETHOD.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 06:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873311#M674206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T06:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exceptions classes in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873312#M674207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may appreciate that whatever is possible in OO ABAP is still possible in procedural ABAP with difference in the extent of SW reusability, visibility control etc. So its a design decision whether to go for OO ABAP. In case you have a business case for a class ( you feel that the class will be used many times in your project, you need to control visibility, you have chances of enhancing the functionality of the class, you do not want to incur more resources in testing etc. ), you can go for the development of the exception class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise traditional development may be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 16:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873312#M674207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T16:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exceptions classes in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873313#M674208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pyari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have decided in the moment for the traditional development, but also partly&lt;/P&gt;&lt;P&gt;with handling methods in special handling class.&lt;/P&gt;&lt;P&gt;Thanks for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 20:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873313#M674208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exceptions classes in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873314#M674209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not to award points to replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 20:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873314#M674209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T20:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exceptions classes in 4.6C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873315#M674210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could not award points, now I understand why. See thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="627170"&gt;&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 09:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exceptions-classes-in-4-6c/m-p/2873315#M674210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-09T09:51:40Z</dc:date>
    </item>
  </channel>
</rss>

