<?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: Proxy persistence class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021161#M81223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, interesing.&lt;/P&gt;&lt;P&gt;Then it looks that the 'Persistent Class' word make me a misunderstanding. &lt;/P&gt;&lt;P&gt;So you can see I have asked you why you insist using 'Persistent Class'. I thought the 'Persistent Class' is the one we create in the SE24.  hehe&lt;/P&gt;&lt;P&gt;Ok, thanks for you explain its real meaning for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2005 14:32:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-10T14:32:42Z</dc:date>
    <item>
      <title>Proxy persistence class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021154#M81216</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 have a proxy persistence class created with a flat structure that does not have any DB operation, I am creating a persistence by key using the business key of the application and OS_GUID all the time. Is there any implication if I use it this way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 20:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021154#M81216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T20:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy persistence class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021155#M81217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain more detail on the way you using persistence class?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 02:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021155#M81217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T02:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy persistence class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021156#M81218</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 have changed my design. Thanks for ur reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to create a generic proxy class for all application objects that use notification (PPF requires a persistent application class). That is why I wanted to create a persistent class. Since this is proxy class it does not have any BD operation involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everytime, the application links PPF through this class, a persistence will be created for the business key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My worry was the system will generate a new guid everytime I create a persistence for the same business key.. waste of resource.. i guess.. unless I am missing something...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways thanks for ur response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 13:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021156#M81218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T13:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy persistence class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021157#M81219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I almost get your problem. You populate a common resource through Persistence Class, but you don't need the Persistent Class be instanted repeatly, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think maybe you can set your persistent class to be a share object, there is a check box'shared-memory enable' in the properties tab of se24. You can find it.&lt;/P&gt;&lt;P&gt;Have a configuration in SHMA &amp;amp; SHMM, then this persistent class field memeber can be shared between applications. &lt;/P&gt;&lt;P&gt;After that, before you access the common resource, first you can try to get the shared object, if failed, then create a instant of Persistant Class. If all application access resource in this way, then redundant instant can be reduced.&lt;/P&gt;&lt;P&gt;(about the detail of the share object, you can search in the SDN and other site. of course, your question is welcome.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in addition, allow me to ask a question, what's PPF and BD operation in your conception? Can you explain it for me?  And I really interesting in this sentence of yours: "That is why I wanted to create a persistent class.".  Can you explain why you have to create a persistent class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 15:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021157#M81219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T15:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy persistence class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021158#M81220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, That is too much. Don't think big. I am trying to build a persistence application reference for the Post processing framework to work on. Also the persistence service will throw an exception/program dump if we try to create persistence for the same key again (in other words instantiated repeatedly). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PPF is similar to output control. But in ABAP Objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to have a persistent class in order to work with PPF objects (Prerequisite). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 18:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021158#M81220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T18:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy persistence class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021159#M81221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you close this topic? &lt;/P&gt;&lt;P&gt;Then can you tell me how you resolve this problem in your application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to use share object, maybe you can make the PPF memeber object in your Persistence Class to be a static one. &lt;/P&gt;&lt;P&gt;Then others can access it without instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2005 02:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021159#M81221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-10T02:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy persistence class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021160#M81222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhenglin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your comments and suggestions.I have to change the design as per the requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I mislead you in my first mail. Creating a common persistence class. I was talking from the detail design standpoint. I am sure that is (common persistent class) what made you to think about share object etc... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having PPF member object as an instance attribute in my application class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marichand.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2005 13:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021160#M81222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-10T13:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy persistence class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021161#M81223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, interesing.&lt;/P&gt;&lt;P&gt;Then it looks that the 'Persistent Class' word make me a misunderstanding. &lt;/P&gt;&lt;P&gt;So you can see I have asked you why you insist using 'Persistent Class'. I thought the 'Persistent Class' is the one we create in the SE24.  hehe&lt;/P&gt;&lt;P&gt;Ok, thanks for you explain its real meaning for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2005 14:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/proxy-persistence-class/m-p/1021161#M81223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-10T14:32:42Z</dc:date>
    </item>
  </channel>
</rss>

