<?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: OOP's ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329529#M512409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perumal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Singleton is a design pattern and u might already be aware of that. singleton pattern is a design pattern that is used to restrict instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. Sometimes it is generalized to systems that operate more efficiently when only one or a few objects exist. It is also considered an anti-pattern since it is often used as a euphemism for global variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Kumar Somaroutu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 09:12:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-11T09:12:27Z</dc:date>
    <item>
      <title>OOP's ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329526#M512406</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;I want to know under which scenario Singleton concept has to be implemented?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329526#M512406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: OOP's ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329527#M512407</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 will use SINGLETON when you need to have only once instance of class , For example a  SHOPPING CATALOG where everyone should see the same list of objects, in that case you willl store this instance as singleton so that the changes one makes are evident to others as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN SAP if you use STATIC To implement singleton then it is SINGLETON for the user for the session, if you want single instance across the application you have to use shared objects.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshatalpasai Madala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329527#M512407</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-11T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: OOP's ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329528#M512408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perumal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Singleton is a design pattern and u might already be aware of that. singleton pattern is a design pattern that is used to restrict instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. Sometimes it is generalized to systems that operate more efficiently when only one or a few objects exist. It is also considered an anti-pattern since it is often used as a euphemism for global variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Kumar Somaroutu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329528#M512408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: OOP's ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329529#M512409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perumal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Singleton is a design pattern and u might already be aware of that. singleton pattern is a design pattern that is used to restrict instantiation of a class to one object. This is useful when exactly one object is needed to coordinate actions across the system. Sometimes it is generalized to systems that operate more efficiently when only one or a few objects exist. It is also considered an anti-pattern since it is often used as a euphemism for global variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Kumar Somaroutu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329529#M512409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: OOP's ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329530#M512410</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 thru the following Blog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/w.roosendaal/blog/2006/06/09/singleton-classes-in-java-beans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 09:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oop-s-abap/m-p/2329530#M512410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T09:15:59Z</dc:date>
    </item>
  </channel>
</rss>

