<?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 Good Standard SAP Program with Object Oriented Concepts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657026#M28452</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
  &lt;P&gt;Have you ever come across a standard program (preferebly with new ABAP features) in SAP ? It is always a challenge when starting to program using object oriented because you do not really know, you are using the power of object oriented concepts like reusablility, extendability etc.So a good standard program to debug and see how it works , the naming conventions they use and so on will really be a help.&lt;/P&gt;
  &lt;P&gt;PS: I do not want some one who uses objects for the sake of using objects, but to leverage the power of objects. &lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2018 10:53:59 GMT</pubDate>
    <dc:creator>former_member207873</dc:creator>
    <dc:date>2018-02-02T10:53:59Z</dc:date>
    <item>
      <title>Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657026#M28452</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
  &lt;P&gt;Have you ever come across a standard program (preferebly with new ABAP features) in SAP ? It is always a challenge when starting to program using object oriented because you do not really know, you are using the power of object oriented concepts like reusablility, extendability etc.So a good standard program to debug and see how it works , the naming conventions they use and so on will really be a help.&lt;/P&gt;
  &lt;P&gt;PS: I do not want some one who uses objects for the sake of using objects, but to leverage the power of objects. &lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 10:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657026#M28452</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2018-02-02T10:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657027#M28453</link>
      <description>&lt;P&gt;A demo is in package SABAP_DEMOS_CAR_RENTAL, well it's a demo only.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 11:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657027#M28453</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2018-02-02T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657028#M28454</link>
      <description>&lt;P&gt;Hello  &lt;A href="https://answers.sap.com/users/3970/horstkeller.html"&gt;Horst Keller&lt;/A&gt; ,&lt;/P&gt;
  &lt;P&gt;Do you mean DEMO_CR_CALL_CAR_RENTAL ?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 13:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657028#M28454</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2018-02-02T13:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657029#M28455</link>
      <description>&lt;P&gt;The demo programs can be ok, but they're generally only to showcase particular ABAP features - not object oriented programming concepts in general.&lt;/P&gt;
  &lt;P&gt;You are making a mistake, in my opinion, if you think that the SAP Standard code base is generally a model to follow for how to program. I have seen some unbelievably terrible programming over the years - some of it very recent. Admittedly it's got better, but it's by no means best practice.&lt;/P&gt;
  &lt;P&gt;If you want to learn to use OO well, then read a lot about the practice and theory, study design patterns and practice.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 16:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657029#M28455</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-02-02T16:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657030#M28456</link>
      <description>&lt;P&gt;Thomas Jung's ABAP OOP Tutorial is still the best IMHO: &lt;A href="https://archive.sap.com/documents/docs/DOC-10236" target="test_blank"&gt;https://archive.sap.com/documents/docs/DOC-10236&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Also Paul Hardy posted a lot about it on SCN (see &lt;A href="https://blogs.sap.com/author/paul.hardy/"&gt;here&lt;/A&gt; and &lt;A href="https://blogs.sap.com/author/paul.hardy2/"&gt;here&lt;/A&gt;).&lt;/P&gt;
  &lt;P&gt;Not exactly the same as having the whole program but it's the best thing you can get for free. I agree with Matthew that, unfortunately, SAP's own programs are not always the greatest example. Would love to find one really good example myself.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 20:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657030#M28456</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2018-02-02T20:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657031#M28457</link>
      <description>&lt;P&gt;Hello  &lt;A href="https://answers.sap.com/users/2688/matthewbillingham.html"&gt;Matthew Billingham&lt;/A&gt; ,&lt;/P&gt;
  &lt;P&gt;Thanks for your reply. Atleast as far as I am concerned, I have learned more by following a neatly written code ( in this case a good Object Oriented Program with most of the concepts ) than book with all the technical jargons in the world &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; huddled inside it. If you can point to a ABAP git hub project(people usually share project links in scn, so i think it is within the laws of forum ) which you think is a neatly written one, kindly share.&lt;/P&gt;
  &lt;P&gt;B.R.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 11:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657031#M28457</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2018-02-19T11:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657032#M28458</link>
      <description>&lt;P&gt;Maybe the famous ABAP2XLSX ? Just google it, should be the first link.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 21:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657032#M28458</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2018-02-19T21:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657033#M28459</link>
      <description>&lt;P&gt;Thanks a lot Jelena, Eventhough I am struggling a bit to download the SAP links and stuffs like that. At the same time I would be interested in knowing whether &lt;A href="https://answers.sap.com/users/2688/matthewbillingham.html"&gt;Matthew Billingham&lt;/A&gt; can add something on this .&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 15:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657033#M28459</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2018-02-22T15:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657034#M28460</link>
      <description>&lt;P&gt;Agreed Thomas Jung's (10+ year old) tutorials are fantastic (and free).&lt;/P&gt;&lt;P&gt;I recommend buying Paul Hardy's ABAP to the Future (volume four) and look at the chapter on ALV and type in the code yourself.  You will learn how it works and at the end you will have nice usable tool that your users (and you) will love.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 15:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657034#M28460</guid>
      <dc:creator>Maxx2</dc:creator>
      <dc:date>2021-12-29T15:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657035#M28461</link>
      <description>&lt;P&gt;I really like also the book of Paul.&lt;/P&gt;&lt;P&gt;There is also another very good book, not part of the SAP Press, but for me it's a bible : "Object-Oriented Design with ABAP"&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 16:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657035#M28461</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-12-29T16:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657036#M28462</link>
      <description>&lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt;&lt;P&gt;This &lt;A href="https://blogs.sap.com/2018/07/15/getting-comfortable-using-the-object-oriented-design-model-with-abap-part-1/"&gt;blog&lt;/A&gt; was posted later than my comment (back in 2018!), this is from James McDonough, the author of the book you've mentioned. &lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 21:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657036#M28462</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2022-01-04T21:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Good Standard SAP Program with Object Oriented Concepts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657037#M28463</link>
      <description>&lt;P&gt;Thanks  &lt;SPAN class="mention-scrubbed"&gt;jelena.perfiljeva2&lt;/SPAN&gt;  !!   It looks great &lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 06:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/good-standard-sap-program-with-object-oriented-concepts/m-p/657037#M28463</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-01-10T06:56:07Z</dc:date>
    </item>
  </channel>
</rss>

