<?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 Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787934#M1778274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not call the constructor directly then there is no need to declare the constructor as private means how you will access them..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this use the concept of &lt;EM&gt;singleton class concept.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 08:00:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-08T08:00:54Z</dc:date>
    <item>
      <title>ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787927#M1778267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we declare constructors as private/protected in ABAP objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parshuram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 07:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787927#M1778267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T07:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787928#M1778268</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;and .. how will you create your object ?? &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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 07:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787928#M1778268</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-10-08T07:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787929#M1778269</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 style="text-align: justify; margin-top: 3.6pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;•&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial; font-size: 10pt;"&gt;The constructor is a special (instance) method in a class and is always named CONSTRUCTOR. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify; margin-top: 3.6pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;•&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial; font-size: 10pt;"&gt;Each class has exactly one constructor. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify; margin-top: 3.6pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;•&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial; font-size: 10pt;"&gt;The constructor does not need to be&lt;BR /&gt;defined if no implementation is defined. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify; margin-top: 3.6pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;•&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial; font-size: 10pt;"&gt;The constructor is automatically called&lt;BR /&gt;during runtime within the CREATE OBJECT statement. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify; margin-top: 3.6pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;•&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Arial; font-size: 10pt;"&gt;&lt;STRONG&gt;If you need to implement the constructor,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;then you must define and implement it in &lt;/STRONG&gt;the PUBLIC SECTION. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 07:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787929#M1778269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787930#M1778270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 07:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787930#M1778270</guid>
      <dc:creator>former_member392866</dc:creator>
      <dc:date>2013-10-08T07:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787931#M1778271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please read who have asked the question, please use little bit size font &lt;/P&gt;&lt;P&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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 07:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787931#M1778271</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-10-08T07:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787932#M1778272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parashuram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot declare a constructor method as protected or private. It should be Public.&lt;/P&gt;&lt;P&gt;Also you cannot call the constructor method explicitly using CALL METHOD statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can only be invoked from the CREATE OBJECT statement used to instantiate the particular class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay Bose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 07:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787932#M1778272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T07:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787933#M1778273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define the CONSTRUCTOR in all the visibility sections &lt;SPAN style="text-decoration: underline;"&gt;from ABAP Release 702&lt;/SPAN&gt; - &lt;A href="http://help.sap.com/abapdocu_740/en/abennews-71-abap-objects.htm#!ABAP_MODIFICATION_1@1@" title="http://help.sap.com/abapdocu_740/en/abennews-71-abap-objects.htm#!ABAP_MODIFICATION_1@1@"&gt;http://help.sap.com/abapdocu_740/en/abennews-71-abap-objects.htm#!ABAP_MODIFICATION_1@1@&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For prior releases you could define the instantiation level as PUBLIC, PRIVATE ,PROTECTED in the properties section of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - I have marked this discussion as not-a-question since this can be easily searched in the ABAP documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787933#M1778273</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2013-10-08T08:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787934#M1778274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not call the constructor directly then there is no need to declare the constructor as private means how you will access them..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this use the concept of &lt;EM&gt;singleton class concept.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787934#M1778274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T08:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787935#M1778275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can,&amp;nbsp; of course &lt;SPAN __jive_emoticon_name="devil" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/devil.gif"&gt;&lt;/SPAN&gt;, define the constructor as a private method, but then you must provide another method which will create instance and return a reference to the instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787935#M1778275</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-10-08T08:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787936#M1778276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Frédéric Girod wrote:&lt;/P&gt;&lt;P&gt;and .. how will you create your object ?? &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same way use create objects for the classes in Factory and/or Singleton patterns &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787936#M1778276</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2013-10-08T08:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787937#M1778277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parshuram,&lt;/P&gt;&lt;P&gt; If you declare class property Instantiation as private then we can declare constructor as private or protected. Then we cannot create object from outside the class. To get the object we have to create object in one of the method of class and set that object as return or export parameter, call that method from out side the class.&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;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787937#M1778277</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-10-08T08:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787938#M1778278</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 smell a Java programer camuflage as ABAPER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This a legitimate question in cases where the class contains only static method .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eitan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787938#M1778278</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2013-10-08T08:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787939#M1778279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Frederic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787939#M1778279</guid>
      <dc:creator>former_member392866</dc:creator>
      <dc:date>2013-10-08T09:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787940#M1778280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;These are declared only in public section&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Well explain this to SAP developpers, there is already some hundreds of class with private constructor in a fresh SAP system (*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(*) Execute SE16N on table SEOCOMPODF with method CMPNAME = 'CONSTRUCTOR' and visibility EXPOSURE = 0 private or 1 protected (ok there are more than 20K peblic constructor too &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787940#M1778280</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-10-08T09:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787941#M1778281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Well explain this to SAP developers, there is already some hundreds of class with private constructor in a fresh SAP system&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cliche - "Little knowledge is a dangerous thing" &lt;SPAN __jive_emoticon_name="devil" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/devil.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It still beats me why people respond with half-known facts &amp;amp; add to the confusion of the already confused OP &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1866/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787941#M1778281</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2013-10-08T11:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787942#M1778282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because not all the people knows and understand perfectly SAP and they only tries to help others people with her knowledge. &lt;/P&gt;&lt;P&gt;no ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 12:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787942#M1778282</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-10-08T12:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787943#M1778283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Because not all the people knows and understand perfectly SAP and they only tries to help others people with her knowledge.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't want to start a flamewar here, so no hard feelings &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO sharing knowledge is great but then share the correct one ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 12:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-objects/m-p/9787943#M1778283</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2013-10-08T12:39:10Z</dc:date>
    </item>
  </channel>
</rss>

