<?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 How to create a class pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048273#M421953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi how to create a class pool when i tried to create it has shown the following error&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Unable to change program from or to type K&lt;/P&gt;&lt;P&gt;Message no. DS165&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;You tried to assign a type to a program that cannot be assigned in the program attributes, but can only be set internally by one of the tools in the ABAP Workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following program types are reserved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F Reserved for Function Groups&lt;/P&gt;&lt;P&gt;Function groups are adminstered by the Function Builder, and you can only create or delete them using the Function Builder or the Object Navigator (Transaction SE80).&lt;/P&gt;&lt;P&gt;K Reserved for Class Defintions&lt;/P&gt;&lt;P&gt;Class definitions are administered in the Class Builder. You can only create or delete them using the Clas Builder or the Object Navigator.&lt;/P&gt;&lt;P&gt;J Reserved for Interface Definitions&lt;/P&gt;&lt;P&gt;Interface definitions are administered in the Clas Builder. You can only create or delete them using the class Builder or the Object Navigator.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 07:19:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T07:19:27Z</dc:date>
    <item>
      <title>How to create a class pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048273#M421953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi how to create a class pool when i tried to create it has shown the following error&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Unable to change program from or to type K&lt;/P&gt;&lt;P&gt;Message no. DS165&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;You tried to assign a type to a program that cannot be assigned in the program attributes, but can only be set internally by one of the tools in the ABAP Workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following program types are reserved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F Reserved for Function Groups&lt;/P&gt;&lt;P&gt;Function groups are adminstered by the Function Builder, and you can only create or delete them using the Function Builder or the Object Navigator (Transaction SE80).&lt;/P&gt;&lt;P&gt;K Reserved for Class Defintions&lt;/P&gt;&lt;P&gt;Class definitions are administered in the Class Builder. You can only create or delete them using the Clas Builder or the Object Navigator.&lt;/P&gt;&lt;P&gt;J Reserved for Interface Definitions&lt;/P&gt;&lt;P&gt;Interface definitions are administered in the Clas Builder. You can only create or delete them using the class Builder or the Object Navigator.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048273#M421953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048274#M421954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Though you get a popup for different options for different program types like Class pools, function groups etc in SE 38 Program attributes, you can't create them from Se38 transaction.&lt;/P&gt;&lt;P&gt;They have to be created from different places.&lt;/P&gt;&lt;P&gt;Class Pools are nothing but creating CLASSes and INTERFACEs using the T Code SE24.&lt;/P&gt;&lt;P&gt;This needs little Java/OOPs concepts to create and use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048274#M421954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048275#M421955</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 cannot start type K programs using a transaction code or by entering the program name. They are containers for global classes in ABAP Objects . Type K programs are known as class definitions. The Class Builder is a tool in the ABAP Workbench that you can use to create class definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 07:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048275#M421955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T07:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048276#M421956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ec/d9ab291b0b11d295400000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/ec/d9ab291b0b11d295400000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 08:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048276#M421956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T08:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048277#M421957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/ec/d9ab291b0b11d295400000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/ec/d9ab291b0b11d295400000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 08:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048277#M421957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T08:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a class pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048278#M421958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also go through this link . i understand what is class pool and interface pool. but how to create interface pool and&amp;nbsp; class pool by SE38 and why they gave option in SE38. so please tell me how to use class pool and interface pool by SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regard. &lt;/P&gt;&lt;P&gt;Pappu Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 06:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-class-pool/m-p/2048278#M421958</guid>
      <dc:creator>pappu_kumar2</dc:creator>
      <dc:date>2012-06-07T06:32:28Z</dc:date>
    </item>
  </channel>
</rss>

