<?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 Create persistent class via function module?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130573#M743664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a function module where i can create a persistent class dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 14:16:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-20T14:16:07Z</dc:date>
    <item>
      <title>Create persistent class via function module??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130573#M743664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a function module where i can create a persistent class dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 14:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130573#M743664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T14:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create persistent class via function module??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130574#M743665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Wolfgang, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure there is, you can use FM &amp;lt;b&amp;gt;SEO_CLASS_CREATE_COMPLETE&amp;lt;/b&amp;gt;, then you fill in the changing parameter &amp;lt;b&amp;gt;CLASS&amp;lt;/b&amp;gt; and any other optional parameters (method, attributes, type). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a class which is of category "Persistent Class", then you will need to set field &amp;lt;b&amp;gt;CATEGORY&amp;lt;/b&amp;gt; from the changing parameter &amp;lt;b&amp;gt;CLASS&amp;lt;/b&amp;gt;, egal to &amp;lt;b&amp;gt;10&amp;lt;/b&amp;gt;. You can also have a look at the valid category value from domain value range of SEOCATEGRY. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopping this answer your question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely, &lt;/P&gt;&lt;P&gt;Alain Gauthier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 21:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130574#M743665</guid>
      <dc:creator>former_member192216</dc:creator>
      <dc:date>2007-11-22T21:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create persistent class via function module??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130575#M743666</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;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c3/225b5f54f411d194a60000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/c3/225b5f54f411d194a60000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/class-use/UMException.html" target="test_blank"&gt;http://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/class-use/UMException.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 05:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130575#M743666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T05:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create persistent class via function module??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130576#M743667</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;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module where i can make the mapping to the persitent class, too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 07:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130576#M743667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T07:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create persistent class via function module??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130577#M743668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolfgang, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to have a look at the following article: &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The Mapping Assistant&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/06/f23c33638d11d4966d00a0c94260a5/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/06/f23c33638d11d4966d00a0c94260a5/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answer your question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely, &lt;/P&gt;&lt;P&gt;Alain Gauthier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 15:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-persistent-class-via-function-module/m-p/3130577#M743668</guid>
      <dc:creator>former_member192216</dc:creator>
      <dc:date>2007-11-23T15:38:40Z</dc:date>
    </item>
  </channel>
</rss>

