<?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 type pools in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273165#M150796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody Please let me know, What are the basic functionalities of Type-Pools and what are the advantages of using a type-pool and under what circumstances we use them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2006 21:13:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-07T21:13:58Z</dc:date>
    <item>
      <title>type pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273165#M150796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody Please let me know, What are the basic functionalities of Type-Pools and what are the advantages of using a type-pool and under what circumstances we use them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 21:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273165#M150796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T21:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: type pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273166#M150797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Type pools are just like include programs that hold TYPE statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 21:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273166#M150797</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-04-07T21:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: type pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273167#M150798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;TYPE-POOLS are used for the declaration of DATA TYPES used in the program or collection of common application programs.&lt;/P&gt;&lt;P&gt; in a type pool you declare the data types for Variables, tables, structures etc. SInce these declarations are available globally,they can be used in a function group or class or common Application Programs, where many use the same declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 21:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273167#M150798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T21:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: type pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273168#M150799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Type-Pools offer the possibility the define types and constants in source-code. So they offer somehow an alternative to ddic definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In contrast to includes the types defined in type pools can also be used in signatures of function-modules or class-methods. That is very different to includes. An &lt;STRONG&gt;included type&lt;/STRONG&gt; is an own type while an type-pool type is shared. This is also reflected in the ABAP byte code / run time. An included type is loaded into memory per each including program, while a type-pool type only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With release 6.40 types and constants can be also expressed in interface-pools thus making the type-pool technology more or less obsolete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2006 13:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/1273168#M150799</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2006-04-08T13:42:48Z</dc:date>
    </item>
  </channel>
</rss>

