<?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: How to create a class dynamically by ABAP code ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974580#M949317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to change instance attribute &lt;/P&gt;&lt;P&gt;&amp;lt;reference variable&amp;gt;-&amp;gt;atribute = &amp;lt;value&amp;gt; .&lt;/P&gt;&lt;P&gt;to change static attribute &lt;/P&gt;&lt;P&gt;&amp;lt;class name&amp;gt;-&amp;gt;atribute = &amp;lt;value&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember attribute you want to change must be in public section of the class&lt;/P&gt;&lt;P&gt;and not read only and not constant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 07:46:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-16T07:46:14Z</dc:date>
    <item>
      <title>How to create a class dynamically by ABAP code ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974579#M949316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to change a class attribute? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 05:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974579#M949316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T05:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class dynamically by ABAP code ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974580#M949317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to change instance attribute &lt;/P&gt;&lt;P&gt;&amp;lt;reference variable&amp;gt;-&amp;gt;atribute = &amp;lt;value&amp;gt; .&lt;/P&gt;&lt;P&gt;to change static attribute &lt;/P&gt;&lt;P&gt;&amp;lt;class name&amp;gt;-&amp;gt;atribute = &amp;lt;value&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember attribute you want to change must be in public section of the class&lt;/P&gt;&lt;P&gt;and not read only and not constant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 07:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974580#M949317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T07:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class dynamically by ABAP code ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974581#M949318</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;maybe this is helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Object Handling|http://help.sap.com/saphelp_nw70/helpdata/EN/c3/225b5f54f411d194a60000e8353423/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Rudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 08:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974581#M949318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T08:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class dynamically by ABAP code ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974582#M949319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Marat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry , my question is how to add a method by ABAP code, for example , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a new method with the method name 'Add_speed'  with return value rv_tmp return 'Hello World'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to add the method by ABAP code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;Blake Le&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 08:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974582#M949319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T08:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class dynamically by ABAP code ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974583#M949320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the abap code, as i know, is possible to create local class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 08:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974583#M949320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T08:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class dynamically by ABAP code ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974584#M949321</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;you can use function modules under &lt;STRONG&gt;SEOK&lt;/STRONG&gt; function group to add methods to your class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: &lt;STRONG&gt;SEO_METHOD_CREATE&lt;/STRONG&gt; to create methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 08:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974584#M949321</guid>
      <dc:creator>sivasatyaprasad_yerra</dc:creator>
      <dc:date>2008-06-16T08:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class dynamically by ABAP code ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974585#M949322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, Siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much. It's what we want . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blake Le&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 02:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-dynamically-by-abap-code/m-p/3974585#M949322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T02:32:28Z</dc:date>
    </item>
  </channel>
</rss>

