<?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: Class building in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374113#M526262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me the major difference between CLASS and INTERFACE ,&lt;/P&gt;&lt;P&gt;please give me an example where CLASS is required and INTERFACE is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 04:24:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T04:24:58Z</dc:date>
    <item>
      <title>Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374108#M526257</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;Please explain in detail how to build class and its advantages and disadvantages,&lt;/P&gt;&lt;P&gt;provide some links and samples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 03:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374108#M526257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T03:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374109#M526258</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 can create a class in SE24 which can be used in all the programs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create a class locally in the program..Which can be used only within the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for standard sap help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ee/e440a670a111d1b44c0000e8a52bed/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/ee/e440a670a111d1b44c0000e8a52bed/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 03:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374109#M526258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T03:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374110#M526259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u,&lt;/P&gt;&lt;P&gt;can you please give me more inputs, like procedures to create the CLASS.&lt;/P&gt;&lt;P&gt;because i tried many times in se24 and failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 03:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374110#M526259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T03:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374111#M526260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;A class is a set of objects that share a common&lt;/P&gt;&lt;P&gt;structure and a common behavior.&amp;#148;&lt;/P&gt;&lt;P&gt;Ex: ICICI S.Acc.&lt;/P&gt;&lt;P&gt;The type of an object is known as its Class&lt;/P&gt;&lt;P&gt;Abstract description of an object&lt;/P&gt;&lt;P&gt;Object Oriented approach:&lt;/P&gt;&lt;P&gt;Emphasis on data&lt;/P&gt;&lt;P&gt;Programs are organized into classes and objects and the functionalities are embedded into methods of a class.&lt;/P&gt;&lt;P&gt;Data can be hidden and cannot be accessed by external sources.&lt;/P&gt;&lt;P&gt;New data and functions can be easily added whenever necessary&lt;/P&gt;&lt;P&gt;ABAP objects&lt;/P&gt;&lt;P&gt;Please check this online document (starting page 1291).&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this links as well.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/OO/" target="test_blank"&gt;http://www.sapgenie.com/abap/OO/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.futureobjects.de/content/intro_oo_e.html" target="test_blank"&gt;http://www.futureobjects.de/content/intro_oo_e.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/business-add-in-you-need-to-understand-abap-oo-interface-concept.htm" target="test_blank"&gt;http://www.sap-img.com/abap/business-add-in-you-need-to-understand-abap-oo-interface-concept.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/ravikumar.allampallam/blog/2005/02/11/abap-oo-in-action&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 03:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374111#M526260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T03:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374112#M526261</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 to SE24..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the class name..lets say Z_CL_TEST_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press create button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose class in the radio button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for details..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/ee/e440ac70a111d1b44c0000e8a52bed/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/ee/e440ac70a111d1b44c0000e8a52bed/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 03:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374112#M526261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T03:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374113#M526262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me the major difference between CLASS and INTERFACE ,&lt;/P&gt;&lt;P&gt;please give me an example where CLASS is required and INTERFACE is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374113#M526262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T04:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374114#M526263</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;Class contains method where you can write code in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface contains method where you cannot write code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot create an instance for an Interface. But for a class you can create an instance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374114#M526263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T04:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374115#M526264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain or provide a link regarding INSTANCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374115#M526264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T04:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Class building</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374116#M526265</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;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/225b5f54f411d194a60000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/225b5f54f411d194a60000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-building/m-p/2374116#M526265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T04:46:27Z</dc:date>
    </item>
  </channel>
</rss>

