<?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: Persistence Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439647#M209292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check 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;anb this online help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/06/f23c33638d11d4966d00a0c94260a5/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/06/f23c33638d11d4966d00a0c94260a5/frameset.htm&lt;/A&gt;&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>Wed, 28 Jun 2006 07:01:10 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2006-06-28T07:01:10Z</dc:date>
    <item>
      <title>Persistence Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439644#M209289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;  Can any one tell what is persistence object. While creating a class there is option to select whether it is persistence. And how can i give import and export parameters to a class method. There is no option i can see to specify parameters while creating methods in a 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;Gowtham K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 06:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439644#M209289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T06:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Persistence Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439645#M209290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goutham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go through this document to know more about persistent objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/searchSAP/downloads/chapter-june.pdf" target="test_blank"&gt;http://searchsap.techtarget.com/searchSAP/downloads/chapter-june.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the methods, in se24, go to methods tab. After defining the method , you can click on parameters button to specify if it is an importing or exporting parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 06:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439645#M209290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Persistence Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439646#M209291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;persistence class.&lt;/P&gt;&lt;P&gt;It will generate a class combine with a table, and you can populate the table with this class, include select, insert, modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It offer you a way to populate table in a OO way. &lt;/P&gt;&lt;P&gt;But unfortunatly, single persistence class can only combine one table. And after you save the combine relation of the class and table, it is difficult to do further change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if your application need to populate multiple table in same time, and do some join select, persistence class won't help too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN THIS CASEBO (business object) will be helpful .&lt;/P&gt;&lt;P&gt;If you don't want to access the relate table directly.&lt;/P&gt;&lt;P&gt;But BO is not a OO way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 06:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439646#M209291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T06:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Persistence Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439647#M209292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check 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;anb this online help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/06/f23c33638d11d4966d00a0c94260a5/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/06/f23c33638d11d4966d00a0c94260a5/frameset.htm&lt;/A&gt;&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>Wed, 28 Jun 2006 07:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439647#M209292</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-06-28T07:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Persistence Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439648#M209293</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;So if I understand it correct, it is very difficult to create persistent object for multiple tables in a single class. Is it difficult or impossible? I tried to add in more than one table and the class does not activate because the key in item table is not in the header table. I tried to look for material in sap online help. While they say it can be done for multiple tables, they do not have any examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the weblog, the author mentions that he got around the problem by creating multiple persistence classes and using data model class to control them, but is not sure if it can be done . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone come across such a situation before? Is there any resource that is available on this topic? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subramania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 10:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistence-object/m-p/1439648#M209293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T10:30:48Z</dc:date>
    </item>
  </channel>
</rss>

