<?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 Modularization Effectiveness in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481002#M2001813</link>
    <description>&lt;P&gt;Is it really effective to use subroutine /macros or usage of function module and the class method is more effective?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 04:50:17 GMT</pubDate>
    <dc:creator>yashnath176</dc:creator>
    <dc:date>2022-02-09T04:50:17Z</dc:date>
    <item>
      <title>Modularization Effectiveness</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481002#M2001813</link>
      <description>&lt;P&gt;Is it really effective to use subroutine /macros or usage of function module and the class method is more effective?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 04:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481002#M2001813</guid>
      <dc:creator>yashnath176</dc:creator>
      <dc:date>2022-02-09T04:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modularization Effectiveness</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481003#M2001814</link>
      <description>&lt;P&gt;- Macros are pretty much forbidden(no go) nowadays(Netweaver after 7.02+).&lt;/P&gt;&lt;P&gt;- subroutines are not desired or recommended, but sometimes can not be avoided, this can be seen all around in the source code of EWM. Technical reasons can be integration/extension of logical of classical Dynpro Screens, "frameworks" such as the Whse Mon extensions, etc.&lt;/P&gt;&lt;P&gt;- same is also true for function modules and function-oriented ABAP programming, sometimes there is no way around it, ( custom logic in the RF Framework i.e. )&lt;/P&gt;&lt;P&gt;- object oriented programming is seen as the most modern/appropriate approach currently in ABAP&lt;/P&gt;&lt;P&gt;- maybe in the distant future the language development will go in direction functional programming ...&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 07:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481003#M2001814</guid>
      <dc:creator>former_member660513</dc:creator>
      <dc:date>2022-02-09T07:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Modularization Effectiveness</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481004#M2001815</link>
      <description>&lt;P&gt;Welcome and Thank you for visiting SAP Community to get answers to your questions. Please add more details to your question, e.g. you can also add a screenshot. With that, you can reach a broader range of experts to get your question answered. I also recommend to do this tutorial &lt;A href="https://developers.sap.com/tutorials/community-qa.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The more details you provide, the more likely it is that members will be able to assist you. &lt;/P&gt;&lt;P&gt;Please also check if you have chosen the correct tags. For this question, I have removed the EWM tag.&lt;/P&gt;&lt;P&gt;Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: &lt;A href="https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS" target="test_blank"&gt;https://www.youtube.com/watch?v=F5JdUbyjfMA&amp;amp;list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS&lt;/A&gt;. By personalizing your profile with a photo of you, you encourage readers to respond.&lt;/P&gt;&lt;P&gt;Regards, Svea&lt;/P&gt;&lt;P&gt;SAP Community Global Moderator&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 07:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481004#M2001815</guid>
      <dc:creator>sveabecker</dc:creator>
      <dc:date>2022-02-09T07:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modularization Effectiveness</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481005#M2001816</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;yashnath176&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Refer to &lt;A href="https://help.sap.com/doc/abapdocu_754_index_htm/7.54/en-us/abenobsolete_modularization.htm" target="_blank"&gt;Obsolete Modularization&lt;/A&gt; elements in ABAP 7.54 which is the current version. It states that subroutines are obsolete. However given the heavy usage of subroutines in the SAP standard code, I'd say it's safe to use them if that suites your programming style. &lt;/P&gt;&lt;P&gt;I've not found any info on macros being obsolete. However I'd not use them as they are notoriously hard to debug. &lt;/P&gt;&lt;P&gt;Surely ABAP object oriented programming is in the fashion now. Still I'm hesitant to call it the most modern or appropriate. There are long going discussions in the programming world about object oriented vs procedural programming. In my mind both are tools, slightly different tools, with their own purpose.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 07:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modularization-effectiveness/m-p/12481005#M2001816</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2022-02-09T07:54:19Z</dc:date>
    </item>
  </channel>
</rss>

