<?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: OOPs concept any one? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981235#M950969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;you can refer to this links.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-press.com/downloads/h958_preview.pdf" target="test_blank"&gt;www.sap-press.com/downloads/h958_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://media.techtarget.com/searchSAP/downloads/ABAP_Objects_Ch06.pdf" target="test_blank"&gt;http://media.techtarget.com/searchSAP/downloads/ABAP_Objects_Ch06.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-press.de/download/dateien/1351/sappress_abap_basics.pdf" target="test_blank"&gt;www.sap-press.de/download/dateien/1351/sappress_abap_basics.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.erphome.net/pdf/tech/J06.pdf" target="test_blank"&gt;www.erphome.net/pdf/tech/J06.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chaitanya sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2008 10:12:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-17T10:12:31Z</dc:date>
    <item>
      <title>OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981229#M950963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I dont know the oops concept even from basics ....&lt;/P&gt;&lt;P&gt;as part of requirement we need to work in oops Do any one having the links to learn oops..Pls provide&lt;/P&gt;&lt;P&gt;All pains are rewarded ...thanks once again&lt;/P&gt;&lt;P&gt;reards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 09:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981229#M950963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981230#M950964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/tutorial" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/tutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this sample program on local classes&lt;/P&gt;&lt;P&gt;report zalv_sel_screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class venkatesh definition.&lt;/P&gt;&lt;P&gt;public section .&lt;/P&gt;&lt;P&gt;data: publicdata(30) type c  value 'this is the public data',&lt;/P&gt;&lt;P&gt;      num1 type i value 2,&lt;/P&gt;&lt;P&gt;      num2 type i value 3,&lt;/P&gt;&lt;P&gt;      num3 type i.&lt;/P&gt;&lt;P&gt;methods: publicmethod.&lt;/P&gt;&lt;P&gt;protected section.&lt;/P&gt;&lt;P&gt;data: protecteddata(30) type c value  'this is the private data'.&lt;/P&gt;&lt;P&gt;private section.&lt;/P&gt;&lt;P&gt;data: privatedata(30) type c  value  'this is the private data'.&lt;/P&gt;&lt;P&gt;endclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class venkatesh implementation.&lt;/P&gt;&lt;P&gt;method : publicmethod .&lt;/P&gt;&lt;P&gt;  num3 = num1 + num2.&lt;/P&gt;&lt;P&gt;  do num3 times.&lt;/P&gt;&lt;P&gt;write:/ 'this is venkatesh'.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;endmethod.&lt;/P&gt;&lt;P&gt;endclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: venky type ref to venkatesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object : venky .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method: venky-&amp;gt;publicmethod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 09:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981230#M950964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T09:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981231#M950965</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;Go se38 --&amp;gt; Input program name as BCALV_GRID_*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see all the alv reports developed on OO ABAP, and those are quite simple to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 09:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981231#M950965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T09:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981232#M950966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat could could you kindly look into this!!&lt;/P&gt;&lt;P&gt;check the link provided the link you provided no more exists...&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 10:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981232#M950966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T10:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981233#M950967</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;The Best way to study OOPS concept is that we goto SE38 &lt;/P&gt;&lt;P&gt;search for all BCALV_GRID_* ,  BCALV_TREE_* and BCALV_TEST_GRID*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take any simple program and study.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There number of sample programs that can help you to get the OOPS concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will surely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanashri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 10:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981233#M950967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T10:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981234#M950968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wish to learn object oriented programming techniques, and have no idea about oops, then ABAP Objects is probably your worst starting point.  I suggest you do what I did.  Get a copy of "Head First Java" from the O'Reilly press.  Download eclipse.  Go through the book and learn Java.  Then apply what you've learned to ABAP Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not only is this by far the easiest way to learn oop techniques, you get the added advantage of learning Java, and you'll know how to use the SAP Development Studio which is built on Eclipse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 10:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981234#M950968</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-06-17T10:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981235#M950969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;you can refer to this links.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-press.com/downloads/h958_preview.pdf" target="test_blank"&gt;www.sap-press.com/downloads/h958_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://media.techtarget.com/searchSAP/downloads/ABAP_Objects_Ch06.pdf" target="test_blank"&gt;http://media.techtarget.com/searchSAP/downloads/ABAP_Objects_Ch06.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-press.de/download/dateien/1351/sappress_abap_basics.pdf" target="test_blank"&gt;www.sap-press.de/download/dateien/1351/sappress_abap_basics.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.erphome.net/pdf/tech/J06.pdf" target="test_blank"&gt;www.erphome.net/pdf/tech/J06.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chaitanya sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 10:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981235#M950969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981236#M950970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U r idea is Super.i really try to implement it .&lt;/P&gt;&lt;P&gt;thanks alot...but i have one doubt is that press complty been refered ? or only certian topics ..bec if i started refered completly might be my project(requirement) ends up!!If possible let me knopw the main topics i need to cover in java&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just give me rough idea how much time you have taken to get familiar on those topics!!&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Might be our bandwidth's may varie but just for information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 10:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981236#M950970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T10:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981237#M950971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends how smart you are I guess. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;  The book is very easy to get on with - it's the only "teach yourself" book I've ever completed.  To work through should take no more than one week - it depends how much time you have to devote to it.  You might even be able to do it in a single day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's unlikely anything would arise in your project that wouldn't be covered.  What's important is to learn the basic concepts and how it fits together, and then start learning how to develop in an object oriented way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 11:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981237#M950971</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-06-17T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981238#M950972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be great to heat that you have completed in one week!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of learning java and then coming back and searching which Java key words are suitable in ABAP its better to learn from some one who knows both....so let me know u r online tutuion fee .I am ready to attend your online tutorials ..so that u once in life u can say sas is my  student!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnkx mathew :)-------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981238#M950972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981239#M950973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No no no.  It's not the &lt;EM&gt;keywords&lt;/EM&gt; that are important ( [http://mindprod.com/jgloss/keyword.html] ), it's the object oriented programming &lt;EM&gt;concepts&lt;/EM&gt; and &lt;EM&gt;ideas&lt;/EM&gt; that you need.  These are directly transferable from one object oriented language to another.  Object oriented programming is &lt;STRONG&gt;different&lt;/STRONG&gt; from the ordinary programming you'll be used to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that's what that book would give you a start on.  If you complete the book, then you'll be at the beginning of understanding how OOP works.  You can then start applying it to ABAP.  But it will take a while, depending on how good you are, before you'll be competently handling it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't afford my online tuition fees. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;  You might find this webcast I did useful - though it is a little out of date: [http://www.bitpipe.com/detail/RES/1134409406_158.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 14:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981239#M950973</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-06-17T14:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs concept any one?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981240#M950974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That key words glossarry is awesome nice collection!!&lt;/P&gt;&lt;P&gt;But..after going throught these things i want to know one thing..&lt;/P&gt;&lt;P&gt;what added advantage is there when we implement oops concept in this abap..? why is there any additional functionality where abap can't  do only only java can do..? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathew ps:- unable to access your web tutorials online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-concept-any-one/m-p/3981240#M950974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:04:09Z</dc:date>
    </item>
  </channel>
</rss>

