<?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: type-pools in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293938#M788236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bramara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS tp&lt;/P&gt;&lt;P&gt;  Type-pools are used to declare a type pool to be used in the program.The specified type pool should already exists in the &lt;STRONG&gt;ABAP DICTONARY(SE11)&lt;/STRONG&gt; .Once the type pool has been declared we can use any of the constants and types declared in that type pool. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;TYPE-POOL tp &lt;/P&gt;&lt;P&gt;  Type-pool statement is used to create a type group in the ABAP dictionary.It is the first statement in the definition.The type group is used to declare constants and types and these must begin with the name of the type pool and underscore.&lt;/P&gt;&lt;P&gt; e.g. TYPE-POOL owntypes.&lt;/P&gt;&lt;P&gt;          TYPES num TYPE P DECIMALS 2.&lt;/P&gt;&lt;P&gt;          TYPES name(14) TYPE C.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  To use these types in the abap program we have to use the statement&lt;/P&gt;&lt;P&gt;TYPE-POOLS .&lt;/P&gt;&lt;P&gt; e.g. TYPE-POOLS owntypes.&lt;/P&gt;&lt;P&gt;         DATA customer TYPE owntypes_num.&lt;/P&gt;&lt;P&gt;         DATA name       TYPE  owntypes_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 11, 2008 4:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2008 14:00:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-11T14:00:45Z</dc:date>
    <item>
      <title>type-pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293935#M788233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;where do we can see type-pools? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;bramara k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 13:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293935#M788233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293936#M788234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out type pools: ICON, etc.. In SE11, type groups..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 13:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293936#M788234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293937#M788235</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;Go to Se11 --&amp;gt; on Type Groups press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 13:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293937#M788235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T13:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293938#M788236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bramara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS tp&lt;/P&gt;&lt;P&gt;  Type-pools are used to declare a type pool to be used in the program.The specified type pool should already exists in the &lt;STRONG&gt;ABAP DICTONARY(SE11)&lt;/STRONG&gt; .Once the type pool has been declared we can use any of the constants and types declared in that type pool. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;TYPE-POOL tp &lt;/P&gt;&lt;P&gt;  Type-pool statement is used to create a type group in the ABAP dictionary.It is the first statement in the definition.The type group is used to declare constants and types and these must begin with the name of the type pool and underscore.&lt;/P&gt;&lt;P&gt; e.g. TYPE-POOL owntypes.&lt;/P&gt;&lt;P&gt;          TYPES num TYPE P DECIMALS 2.&lt;/P&gt;&lt;P&gt;          TYPES name(14) TYPE C.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  To use these types in the abap program we have to use the statement&lt;/P&gt;&lt;P&gt;TYPE-POOLS .&lt;/P&gt;&lt;P&gt; e.g. TYPE-POOLS owntypes.&lt;/P&gt;&lt;P&gt;         DATA customer TYPE owntypes_num.&lt;/P&gt;&lt;P&gt;         DATA name       TYPE  owntypes_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 11, 2008 4:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 14:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293938#M788236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T14:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293939#M788237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bramara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11&lt;/P&gt;&lt;P&gt;Select the radio button Type Group&lt;/P&gt;&lt;P&gt;Then type SLIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then display the SLIS type pools structure.&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;Sayak...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 14:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293939#M788237</guid>
      <dc:creator>RoySayak</dc:creator>
      <dc:date>2008-01-11T14:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293940#M788238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see in se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this we can create our own datatypes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can reuse these data types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we hav predefined typegroups..like slis etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se11 and create a type group. and define few &lt;STRONG&gt;data types&lt;/STRONG&gt; in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for use these data types in other programs.&lt;/P&gt;&lt;P&gt;u hav to define &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type-pools: &amp;lt;typegroupname&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: usr_data type &amp;lt;typegroupname&amp;gt;-&amp;lt;&lt;STRONG&gt;datatype&lt;/STRONG&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;amp;regards,&lt;/P&gt;&lt;P&gt;sudheer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sudheer b on Jan 11, 2008 3:18 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 11, 2008 4:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 14:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293940#M788238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T14:17: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/3293941#M788239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bramara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS &lt;/P&gt;&lt;P&gt;Type-pools are used to declare a type pool to be used in the program.The specified type pool should already exists in the ABAP DICTONARY(SE11) .Once the type pool has been declared we can use any of the constants and types declared in that type pool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use the following code to use type pools:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS .&lt;/P&gt;&lt;P&gt;e.g. TYPE-POOLS owntypes.&lt;/P&gt;&lt;P&gt;DATA customer TYPE owntypes_num.&lt;/P&gt;&lt;P&gt;DATA name TYPE owntypes_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Se11.&lt;/P&gt;&lt;P&gt;In the type group field,press an F4 to get type pools.&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;Kashyap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 21:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293941#M788239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T21:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293942#M788240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bramara,&lt;/P&gt;&lt;P&gt;TYPE-POOLS,TYPES, TYPE-POOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES----&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt; USER DEFINED DATATYPES ARE DECLARED WITH TYPES STATEMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOL----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt; IT IS A PROGRAM WITH A COLLECTION OF TYPES STATEMENTS. CAN BE CREATED IN DICTIONARY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS----&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;IT IS A COLLECTION OF TYPE-POOL s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in an ABAP Program we use TYPE-POOLS statement which is a collection of different TYPE-POOL s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: TYPE-POOLS : ICON, SLIS etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see it by navigating to&lt;/P&gt;&lt;P&gt;Goto SE11-&amp;gt;Select radio button type Group-&amp;gt;then press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 05:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools/m-p/3293942#M788240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T05:17:49Z</dc:date>
    </item>
  </channel>
</rss>

