<?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 class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001620#M76607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you mean the persistent class which combine with a table, and offer the method to manipulate the record in table, if only available on WAS 6.4. &lt;/P&gt;&lt;P&gt;here is a link to guide you how to use it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822#q-20" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822#q-20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will be hepful&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2005 05:58:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-06T05:58:53Z</dc:date>
    <item>
      <title>persistent class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001619#M76606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any body tell to how to do the persistent class in my own object for ex (icl_airplane)., how to retrieve the object data to my program.,&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;&lt;/P&gt;&lt;P&gt;K.Gunasekar&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 05:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001619#M76606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T05:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: persistent class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001620#M76607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you mean the persistent class which combine with a table, and offer the method to manipulate the record in table, if only available on WAS 6.4. &lt;/P&gt;&lt;P&gt;here is a link to guide you how to use it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822#q-20" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822#q-20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will be hepful&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 05:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001620#M76607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T05:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: persistent class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001621#M76608</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;there is also a Weblog  from Thomas Jung at /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;I have take a look to this concept on a WAS 6.20.&lt;/P&gt;&lt;P&gt;A Agent class manage the references from persistence classes.&lt;/P&gt;&lt;P&gt;This means that you call a method from the agent with the business key and get back a reference for the persistence class.&lt;/P&gt;&lt;P&gt;Now you can call a GET-method for every attribute (field) to retrieve the value or call a SET-method for every attribute (field) modify the value from this persistence class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to expand a SET-Method with a  validity check.&lt;/P&gt;&lt;P&gt;But when I generate the Persistence class again, my code is deleted :-(.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhenlin Gu wrote me in another post, that it's possible to make a work around by using the persistence class as a superclass. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody in this forum tell us a more about his experience with the persistent classes?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 19:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001621#M76608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T19:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: persistent class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001622#M76609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Stefan Gerschler &lt;/P&gt;&lt;P&gt;You still remeber me and the question on regenerate Pesistent Class,  hehe&lt;/P&gt;&lt;P&gt;'more about his experience with the persistent classes?'&lt;/P&gt;&lt;P&gt;What's that means? you need another way to solve that problem on regenerate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 02:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001622#M76609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T02:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: persistent class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001623#M76610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhenglin gu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot , your work around should work.&lt;/P&gt;&lt;P&gt;And the post remembered me that I haven't reward you your points - I have done it now, sorry for the delay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is now that i am not sure if it is a good idea to use the persistence classes for a development &lt;/P&gt;&lt;P&gt;with mass data. Do the agent hold the references the whole job run? Then the memory will be overflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The persistence classes are still a "black box" for me and I am afraid of problems to use them.&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;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 06:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001623#M76610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T06:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: persistent class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001624#M76611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hehe, Stefan Gerschler&lt;/P&gt;&lt;P&gt;I don't mind your delay. Actually there are many answers I posted and accept no rewards. hehe  but the reward points is not the only thing for me to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And about the Persistent Class, I remeber in Visual Studio, microsoft also offer a mechanism like it. But I think it is not popular, even many people don't know it.&lt;/P&gt;&lt;P&gt;Persistent class is a new feature in ABAP world, so I think maybe it won't be perfect on it, and I think some change will be done by sap in the furture, if they don't abandom it. hehe  who know.&lt;/P&gt;&lt;P&gt;I don't know the cost of holding a Persistent class, haven't do a research, if not large, maybe you can create them every time you use it. If won't to plan it very soon, maybe free it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;glad to discuss with you on this topic&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 09:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-class/m-p/1001624#M76611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T09:35:06Z</dc:date>
    </item>
  </channel>
</rss>

