<?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 Object Services -&amp;gt; Agent object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768837#M38020</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;has this been solved somehow? I'm trying to generate my own persistent classes and there is no CLASS_CONSTRUCTOR method nor AGENT attribute in the generated agent class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strange enough the provided sample classes cl_spfli_persistent and ca_spfli_persistent do seem to work like described in the documentation (and have the CLASS_CONSTRUCTOR method and AGENT attribute).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any hints are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;nicola&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nicola Fankhauser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2005 11:57:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-06T11:57:57Z</dc:date>
    <item>
      <title>ABAP Object Services -&gt; Agent object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768834#M38017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to write an example program using Object Services and Flight Model.An agent class is being generated when I create the persistent class, but this class does not have the public attribute 'agent', which had to be in. According to manuals, this has to be a static attribute of the singleton agent class. Do I oversee stg. during class generation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sükrü&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2004 12:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768834#M38017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-04T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object Services -&gt; Agent object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768835#M38018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any updates ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2004 08:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768835#M38018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-05T08:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object Services -&gt; Agent object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768836#M38019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if it helps but I checked some of my Object Services Classes and all of my Agent classes do have the public attribute Agent.  I didn't have to add it manually or do anything special when I generated the Persistent Class.  The following is the attribute def in the agent class:&lt;/P&gt;&lt;P&gt;AGENT	Static Attribute	Public	Type Ref To	ZCA_ES_ASAP_ASS_PERS	Class Agent - Singleton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you simple have a bug in the persistent class generator in your system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2004 10:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768836#M38019</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2004-08-05T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object Services -&gt; Agent object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768837#M38020</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;has this been solved somehow? I'm trying to generate my own persistent classes and there is no CLASS_CONSTRUCTOR method nor AGENT attribute in the generated agent class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strange enough the provided sample classes cl_spfli_persistent and ca_spfli_persistent do seem to work like described in the documentation (and have the CLASS_CONSTRUCTOR method and AGENT attribute).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any hints are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;nicola&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nicola Fankhauser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2005 11:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768837#M38020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-06T11:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object Services -&gt; Agent object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768838#M38021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to solve this very strange behavior: ONLY activate the persistent class itself after mapping the fields. if you activate ALL classes at the same time (i.e. your persistent class, and the two generated agent classes), it seems that it won't generate the needed code in the agent classes (method CLASS_CONSTRUCTOR and AGENT attribute).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;nicola&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Nicola Fankhauser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2005 13:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768838#M38021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-06T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object Services -&gt; Agent object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768839#M38022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too have seen some similar problems.  I deleted some fields from my persistent mapping and then activated everything.  My classes got in a strange state where the Agent class would not activate.  I ended up having to delete and recreate my persistent object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2005 14:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-services-gt-agent-object/m-p/768839#M38022</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2005-09-06T14:18:46Z</dc:date>
    </item>
  </channel>
</rss>

