<?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>Question Re: ABAP OOP in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14329834#M4937140</link>
    <description>&lt;P&gt;In real SAP projects, ABAP OOP is widely used, especially in S/4 HANA, RAP, FIORI and BADI Implementation.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Global classes&lt;/STRONG&gt; are used for reusable business logic and framework (Preferred in real projects).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Local classes&lt;/STRONG&gt; are used when the logic is specific to one report/program.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So, it depends on the requirement, but enterprise development mostly relies on global classes.&lt;/P&gt;&lt;P&gt;To level up, practice separating business logic into service classes and avoid logic directly in reports.&lt;/P&gt;&lt;P&gt;Best Regard,&lt;/P&gt;&lt;P&gt;Meenakshi.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2026 04:41:51 GMT</pubDate>
    <dc:creator>meenakshignanakannan</dc:creator>
    <dc:date>2026-02-17T04:41:51Z</dc:date>
    <item>
      <title>ABAP OOP</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-oop/qaq-p/14316678</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a two Questions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How is ABAP OOP used in real SAP projects? (I know the basics but need a resource)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do companies use global or local classes for ABAP OOP? (or it depends on the task)&lt;BR /&gt;need guide to use OOP for leveling up my skills in ABAP.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Best regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Omar oun.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 10:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-oop/qaq-p/14316678</guid>
      <dc:creator>omar-oun_1</dc:creator>
      <dc:date>2026-01-28T10:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OOP</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14317664#M4936020</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;First, yes, ABAP OOP can be used on real projects, but it always depends on what you want to do.&lt;/P&gt;&lt;P&gt;I would recommend you to start from the following course:&amp;nbsp;&lt;A href="https://learning.sap.com/learning-journeys/acquiring-core-abap-skills" target="_blank"&gt;https://learning.sap.com/learning-journeys/acquiring-core-abap-skills&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then, you could go further with ABAP Cloud and RAP topics&lt;/P&gt;&lt;P&gt;Additionally, you will need to focus on clean core principles. Here is a resource:&amp;nbsp;&lt;A href="https://www.sap.com/documents/2022/10/52e0cd9b-497e-0010-bca6-c68f7e60039b.html" target="_blank"&gt;https://www.sap.com/documents/2022/10/52e0cd9b-497e-0010-bca6-c68f7e60039b.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 11:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14317664#M4936020</guid>
      <dc:creator>Julien-Gagnier</dc:creator>
      <dc:date>2026-01-29T11:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OOP</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14319217#M4936141</link>
      <description>Hello Julien-Gagnier, Thank you for the recommendations and the shared resources. I really appreciate your guidance. Best regards, Omar</description>
      <pubDate>Sun, 01 Feb 2026 07:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14319217#M4936141</guid>
      <dc:creator>omar-oun_1</dc:creator>
      <dc:date>2026-02-01T07:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OOP</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14329834#M4937140</link>
      <description>&lt;P&gt;In real SAP projects, ABAP OOP is widely used, especially in S/4 HANA, RAP, FIORI and BADI Implementation.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Global classes&lt;/STRONG&gt; are used for reusable business logic and framework (Preferred in real projects).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Local classes&lt;/STRONG&gt; are used when the logic is specific to one report/program.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So, it depends on the requirement, but enterprise development mostly relies on global classes.&lt;/P&gt;&lt;P&gt;To level up, practice separating business logic into service classes and avoid logic directly in reports.&lt;/P&gt;&lt;P&gt;Best Regard,&lt;/P&gt;&lt;P&gt;Meenakshi.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 04:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14329834#M4937140</guid>
      <dc:creator>meenakshignanakannan</dc:creator>
      <dc:date>2026-02-17T04:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OOP</title>
      <link>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14340534#M4937986</link>
      <description>Appreciate your answer. Big thanks</description>
      <pubDate>Tue, 03 Mar 2026 11:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/abap-oop/qaa-p/14340534#M4937986</guid>
      <dc:creator>omar-oun_1</dc:creator>
      <dc:date>2026-03-03T11:24:22Z</dc:date>
    </item>
  </channel>
</rss>

