<?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 activate the custome class through dynamic programming ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084818#M1357557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at CL_OO_CLASS_BUILDER, CL_WB_MANAGER classes. These will be helpful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Sep 2009 16:02:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-09T16:02:33Z</dc:date>
    <item>
      <title>How to activate the custome class through dynamic programming ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084817#M1357556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ii want to activate the custom class through the dynamic programming how to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for advance,&lt;/P&gt;&lt;P&gt;Shabeer AHmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 09:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084817#M1357556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-09T09:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the custome class through dynamic programming ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084818#M1357557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at CL_OO_CLASS_BUILDER, CL_WB_MANAGER classes. These will be helpful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 16:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084818#M1357557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-09T16:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the custome class through dynamic programming ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084819#M1357558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u send me any sample code to activate the custom class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084819#M1357558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the custome class through dynamic programming ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084820#M1357559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;try this ,&lt;/P&gt;&lt;P&gt;Call the following fm first&lt;/P&gt;&lt;P&gt;SEO_ATTRIBUTE_ACTIVATE&lt;/P&gt;&lt;P&gt;SEO_EVENT_ACTIVATE&lt;/P&gt;&lt;P&gt;SEO_METHOD_ACTIVATE&lt;/P&gt;&lt;P&gt;SEO_TYPE_ACTIVATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEO_CLASS_ACTIVATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 12:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084820#M1357559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the custome class through dynamic programming ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084821#M1357560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module or class methods for activating the custom interfaces or i can use same function modules as mentioned above for activating the custom interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Shabeer Ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2009 16:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084821#M1357560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-12T16:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the custome class through dynamic programming ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084822#M1357561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SEO_INTERFACE_ACTIVATE (see function group SEOC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 12:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084822#M1357561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T12:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the custome class through dynamic programming ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084823#M1357562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 06:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-custome-class-through-dynamic-programming/m-p/6084823#M1357562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T06:36:54Z</dc:date>
    </item>
  </channel>
</rss>

