<?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: persistent objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684030#M301280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hav solved the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 05:45:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-22T05:45:11Z</dc:date>
    <item>
      <title>persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684028#M301278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why do we need persistent classes , wats its use ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 06:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684028#M301278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T06:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684029#M301279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read this online help&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/f5/a36828bc6911d4b2e80050dadfb92b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/f5/a36828bc6911d4b2e80050dadfb92b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and this weblog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/12/08/abap-persistent-classes-coding-without-sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684029#M301279</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-11-21T07:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684030#M301280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hav solved the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 05:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684030#M301280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T05:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684031#M301281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey swapnil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this question is haunting me too...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even though i have gone through help.sap and few blogs.. i could not find the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly let me know why are persistent objects used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-manasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 07:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684031#M301281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684032#M301282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE24, Transaction we can create classes of different types like Usual ABAP class, persistenct classes,Exception classes.&lt;/P&gt;&lt;P&gt;If we want to work with any database tables like MARA, SPFLI etc... we can create a persistent class and to this we can use tables and fields of those tables inside this class.&lt;/P&gt;&lt;P&gt;When we try to create this type of class- Actor class is automatically generated. Upon activation of this class, if we click on PERSISTENT button It asks for table/struture to be included from there we can select the required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main advantage of using these classes inorder to reatin the state of an object eventhough the application r program that is used to create this object is closed r lost. It maintains the state of an object beyond the life of an object. Here the instances are stored in permanent medium and we can retirve the instance at any point of time.  Here the methods create,delete,get,set etc are automatically created and if we want we can redefine these methods. We can retieve values and work on tables using this classes using these methods . we need not hava to write any slelect queries again. Sometimes when we try to tranfer one object to other, we need to maitnain the state of an object( ie the attributes and thier values) for any communication. In order to maintian this state we go for thses classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Encourage me by rewarding the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chandralekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684032#M301282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: persistent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684033#M301283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more advatnage of using these persistent classes are to avoaid any incosistencies to the database tables. If we are given direct access to databese tables then inconsistencies in data may arise. To restrict this we also go for this type of classes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-objects/m-p/1684033#M301283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:40:23Z</dc:date>
    </item>
  </channel>
</rss>

