<?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: ABAP OOP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403646#M817307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I've advised before: if you want to learn OO programming, do so with Java first.  As you appear to have found, the ABAP Objects references aren't that easy to understand. I recommend Head First Java from the O'Reilly press.  ( The only "teach yourself" book I've ever actually completed ).  Then take what you've learned there and apply it to ABAP Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 07:52:35 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-02-08T07:52:35Z</dc:date>
    <item>
      <title>ABAP OOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403645#M817306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm an ABAP enthusiast studying the basics of Object Oriented Programming on my own right now.  I wish I have reference materials that are easy to understand. Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's my email add: allex_39084@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 07:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403645#M817306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T07:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403646#M817307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I've advised before: if you want to learn OO programming, do so with Java first.  As you appear to have found, the ABAP Objects references aren't that easy to understand. I recommend Head First Java from the O'Reilly press.  ( The only "teach yourself" book I've ever actually completed ).  Then take what you've learned there and apply it to ABAP Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 07:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403646#M817307</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-02-08T07:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403647#M817308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fully agree with Matthew. And I like to add another recommended reading: &lt;/P&gt;&lt;P&gt;[Head First Design Patterns|http://www.oreilly.com/catalog/hfdesignpat/]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another book which might be useful is: [Design Patterns in Object-Oriented ABAP|http://www.sap-hefte.com/katalog/hefte/titel/gp/titelID-1221]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403647#M817308</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-02-08T08:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403648#M817309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is Object Orientation?&lt;/P&gt;&lt;P&gt;In the past, information systems used to be defined primarily by their functionality: data and functions were kept separate and linked together by means of input and output relations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object-oriented approach, however, focuses on objects that represent abstract or concrete things of the real world. These objects are first defined by their character and their properties which are represented by their internal structure and their attributes (data). The behaviour of these objects is described by methods (functionality).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objects form a capsule which combines the character to the respective behaviour. Objects should enable programmers to map a real problem and its proposed software solution on a one-to-one basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typical objects in a business environment are, for example, &amp;#145;Customer&amp;#146;, &amp;#145;Order&amp;#146;, or &amp;#145;Invoice&amp;#146;. From Release 3.1 onwards, the Business Object Repository (BOR) of SAP Web Applicaton Server ABAP has contained examples of such objects. The BOR object model will be integrated into ABAP Objects in the next Release by migrating the BOR object types to the ABAP class library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A comprehensive introduction to object orientation as a whole would go far beyond the limits of this introduction to ABAP Objects. This documentation introduces a selection of terms that are used universally in object orientation and also occur in ABAP Objects. In subsequent sections, it goes on to discuss in more detail how these terms are used in ABAP Objects. The end of this section contains a list of further reading, with a selection of titles about object orientation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the document also:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpfull,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403648#M817309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T08:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP OOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403649#M817310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may downlaod the OOPS PDF from this site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/6d16a298-9227-4d32-acf1-e91164c89daf/3-ABAP-Objects(P283)" target="test_blank"&gt;http://www.esnips.com/doc/6d16a298-9227-4d32-acf1-e91164c89daf/3-ABAP-Objects(P283)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.esnips.com/doc/96f4477f-8769-44fe-9e05-a7ea38b6878d/OOPS_IN_ABAP" target="test_blank"&gt;http://www.esnips.com/doc/96f4477f-8769-44fe-9e05-a7ea38b6878d/OOPS_IN_ABAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this is helpful, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Runal Singh on Feb 8, 2008 3:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-oop/m-p/3403649#M817310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T09:32:43Z</dc:date>
    </item>
  </channel>
</rss>

