<?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: Factory Method.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666773#M883121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr Robinson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well my understanding of SDN  is that we need to share our limited resources to suffice the requirements of each other&lt;/P&gt;&lt;P&gt;and in the process we try to give answers out of our own ability as well as search the web to get the appropriate answer&lt;/P&gt;&lt;P&gt;so as to increase our knowledge base as well as answer the post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont find anything wrong in searching for the new things I dont know and learning new things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you are a genius and you know everything and you dont need to consult any books or online material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well this is my approach to enhance my skills &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i dont call it  &lt;STRONG&gt;Plagiarism&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also have a look at the rules of posting before writing post with obnoxious vibes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look about whats given  in the rules of posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Search the forums, the articles, the blog posts and the Frequently Asked Questions (FAQ) in the Wiki for your topic."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use Proper Language&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"The language that you use in the forum should not hurt the co-SDNer or BPXer. Please don't use curse, slang, inappropriate or otherwise offensive language. Every professional has the responsibility to maintain good relationship/environment around. This is a community but a professional one please keep that in mind as you converse with others here. Any abuses should be reported to the moderators if no acceptable resolution can be found."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Better be more selective in your choice of words while posting&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 07:38:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T07:38:07Z</dc:date>
    <item>
      <title>Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666769#M883117</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;What is Factory Method ?&lt;/P&gt;&lt;P&gt;Please give me one example for factory method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 05:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666769#M883117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T05:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666770#M883118</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;&lt;/P&gt;&lt;P&gt;Factory methods (or factory classes) are used if you (as developer of the factory method/class) want to keep control about how instances of classes are created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, factory methods are used if groups of classes have to be instantiated at the same time and you do not want to burden this complexity on to the developer using this classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples for factory methods and classes are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_PT_EMPLOYEE=&amp;gt;GET_EMPLOYEE (employee instance) &lt;/P&gt;&lt;P&gt;CF_RECA_MESSAGE_LIST=&amp;gt;CREATE (message handler) &lt;/P&gt;&lt;P&gt;CL_WB2_DOC_FACTORY=&amp;gt;CREATE_DOC (create different types of documents -&amp;gt; sales order, purchase order, etc) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that factory methods are a design pattern and, by no means, specific to ABAP-OO.&lt;/P&gt;&lt;P&gt;I can highly recommend the book&lt;/P&gt;&lt;P&gt;Head First Design Patterns&lt;/P&gt;&lt;P&gt;in order to learn the basics of design patterns.&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;&lt;STRONG&gt;Do reward if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 05:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666770#M883118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T05:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666771#M883119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;original&lt;/EM&gt; quote can be found here: &lt;SPAN __jive_macro_name="thread" id="327405"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition you may have a look at the following threads:&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="295890"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="786882"&gt;&lt;/SPAN&gt;&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>Mon, 14 Apr 2008 06:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666771#M883119</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-04-14T06:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666772#M883120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do not reward plagiarism. Make sure you give any points to Uwe and not the person who failed to acknowledge the original source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help make SDN a much more useful, and happier, place. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 07:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666772#M883120</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-04-14T07:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666773#M883121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr Robinson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well my understanding of SDN  is that we need to share our limited resources to suffice the requirements of each other&lt;/P&gt;&lt;P&gt;and in the process we try to give answers out of our own ability as well as search the web to get the appropriate answer&lt;/P&gt;&lt;P&gt;so as to increase our knowledge base as well as answer the post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont find anything wrong in searching for the new things I dont know and learning new things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you are a genius and you know everything and you dont need to consult any books or online material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well this is my approach to enhance my skills &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i dont call it  &lt;STRONG&gt;Plagiarism&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also have a look at the rules of posting before writing post with obnoxious vibes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look about whats given  in the rules of posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Search the forums, the articles, the blog posts and the Frequently Asked Questions (FAQ) in the Wiki for your topic."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use Proper Language&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"The language that you use in the forum should not hurt the co-SDNer or BPXer. Please don't use curse, slang, inappropriate or otherwise offensive language. Every professional has the responsibility to maintain good relationship/environment around. This is a community but a professional one please keep that in mind as you converse with others here. Any abuses should be reported to the moderators if no acceptable resolution can be found."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Better be more selective in your choice of words while posting&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 07:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666773#M883121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T07:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666774#M883122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Graham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anee did it as you recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Anee: Another important reason why to use factory methods or classes is to &lt;STRONG&gt;hide the complexity of instantiation&lt;/STRONG&gt; from the developer. This is particularly important if the instantiation does not only create a single instance but an entire group of related instances (for more details refer to the recommended book about design patterns).&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>Mon, 14 Apr 2008 07:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666774#M883122</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-04-14T07:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666775#M883123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Uwe!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For valueable answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 08:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666775#M883123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T08:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666776#M883124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are copying somebody else's work, pasting it as if it was your own answer, demand reward for it, and now even start complaining once you have been caught?&lt;/P&gt;&lt;P&gt;That's really incredible, you should be ashamed of yourself.&lt;/P&gt;&lt;P&gt;In the end experts like Uwe will be scared away from posting here, then the whole place might as well be shut down.&lt;/P&gt;&lt;P&gt;I have reported your post as plagiarism.&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 08:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666776#M883124</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-04-14T08:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666777#M883125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sharad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You &lt;EM&gt;may&lt;/EM&gt; not call it plagiarism but it &lt;STRONG&gt;is&lt;/STRONG&gt; indeed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you may have a look at &lt;SPAN __jive_macro_name="thread" id="733066"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of being rewarded for doing a good search job you are blamed for - call a spade a spade - plagiarism.&lt;/P&gt;&lt;P&gt;I appreciate being cited because it shows to me that my answer are &lt;STRONG&gt;reusable&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had quoted the original I would not have replied because with the original quote the question would have been addressed (even though there is much more to learn about the factory pattern). And &lt;EM&gt;you&lt;/EM&gt; would have been rewarded rightfully...&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>Mon, 14 Apr 2008 09:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666777#M883125</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-04-14T09:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Factory Method..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666778#M883126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was right - it is a much happier place. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 23:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/factory-method/m-p/3666778#M883126</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-04-14T23:24:43Z</dc:date>
    </item>
  </channel>
</rss>

