<?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 pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370011#M525003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;TYPE-POOL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The introductory statement TYPE-POOL can only be used for type groups (type T programs). A program introduced with the TYPE-POOL statement can only contain global type definitions and constants declarations. The CLASS-POOL statement is generated automatically where required by the ABAP Dictionary - you should not insert it into programs manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;example  for ALV&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
type-pools: slis. 
data: 
i_alv_fieldcat type slis_t_fieldcat_alv,
i_alv_sortcat type slis_t_sortinfo_alv,
i_alv_filtercat type slis_t_filter_alv,
i_alv_eventcat type slis_t_event,
i_alv_eventexitcat type slis_t_event_exit,
i_alv_spgroupcat type slis_t_sp_group_alv,
i_alv_excludingcat type slis_t_extab,
w_alv_selhide type slis_sel_hide_alv,
w_alv_isprint type slis_print_alv,
w_alv_keyinfo type slis_keyinfo_alv,
w_alv_layout type slis_layout_alv,
w_alv_variant type slis_layout_alv,
i_alv_list_top_of_page type slis_t_listheader,
w_alv_save(1) type c value 'A',
w_alv_default(1) type c value 'X',
w_alv_interface_check type c,
w_alv_sort_pos type i,
w_alv_screen_start_column type i,
w_alv_screen_start_line type i,
w_alv_screen_end_column type i,
w_alv_screen_end_line type i,
w_percentage_old type i value 1. 
data: gt_events type slis_t_event,
ls_event type slis_alv_event,
g_repid type sy-repid,
w_callback_subroutine type slis_formname,
w_callback_program type sy-repid,
w_no_zero(1) value 'X',
w_alv_sortcat type slis_sortinfo_alv. 
 
data: t_header type slis_t_listheader,
wa_header type slis_listheader,
t_line like wa_header-info.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points  if it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 12:08:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T12:08:26Z</dc:date>
    <item>
      <title>type pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370004#M524996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends, can any one tell me abt the TYPY POOLs, what is the use?, what i want to know abt interview point view...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 11:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370004#M524996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: type pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370005#M524997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums"&amp;gt;https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums&amp;lt;/a&amp;gt;&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums"&amp;gt;CHK this&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 12:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370005#M524997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T12:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: type pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370006#M524998</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;TYPE POOLS are small programs where we declare our own types using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can also declare constants in that program using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your type pool name starts with XYZ then all the types and constants in it must start with XYZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once we create this type pool it is available to all the programs and function modules if put the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: xyz. in those porgrams TOP include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 12:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370006#M524998</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-14T12:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: type pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370007#M524999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/forums" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/forums&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 12:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370007#M524999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T12:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: type pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370008#M525000</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;type groups are for defining the variables and constants centrally in the abap dictionary.&lt;/P&gt;&lt;P&gt;eg:slis,icon,etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The introductory statement TYPE-POOL can only be used for type groups (type T programs). A program introduced with the TYPE-POOL statement can only contain global type definitions and constants declarations. The CLASS-POOL statement is generated automatically where required by the ABAP Dictionary - you should not insert it into programs manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 12:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370008#M525000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T12:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: type pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370009#M525001</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 is very use full in ALV's&lt;/P&gt;&lt;P&gt;this for data decalation and decalring the internal table's and events with reference of satndard data objects,&lt;/P&gt;&lt;P&gt;this is called as type pools ,]&lt;/P&gt;&lt;P&gt;ex  kkbol and sils&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;suresh.d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 12:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370009#M525001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T12:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: type pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370010#M525002</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 can be thought of as an include having TYPE declarations.&lt;/P&gt;&lt;P&gt;The use of this in your program gives your program access to these TYPE declarations which can then be used directly in your program when declaring new data declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type-Pool.&lt;/P&gt;&lt;P&gt;Its nothing but abap code,&lt;/P&gt;&lt;P&gt;where some bunch of&lt;/P&gt;&lt;P&gt;TYPES (data types) and some data declaration,&lt;/P&gt;&lt;P&gt;is already done.&lt;/P&gt;&lt;P&gt;(which we can use in other programs)&lt;/P&gt;&lt;P&gt;(as the name suggests, it is a pool (bunch) of TYPES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u add this stmt in ur ABAP program,&lt;/P&gt;&lt;P&gt;TYPE-POOLS tpool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example - SLIS_T_FIELDCAT_ALV is the table type for field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 12:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370010#M525002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: type pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370011#M525003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;TYPE-POOL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The introductory statement TYPE-POOL can only be used for type groups (type T programs). A program introduced with the TYPE-POOL statement can only contain global type definitions and constants declarations. The CLASS-POOL statement is generated automatically where required by the ABAP Dictionary - you should not insert it into programs manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;example  for ALV&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
type-pools: slis. 
data: 
i_alv_fieldcat type slis_t_fieldcat_alv,
i_alv_sortcat type slis_t_sortinfo_alv,
i_alv_filtercat type slis_t_filter_alv,
i_alv_eventcat type slis_t_event,
i_alv_eventexitcat type slis_t_event_exit,
i_alv_spgroupcat type slis_t_sp_group_alv,
i_alv_excludingcat type slis_t_extab,
w_alv_selhide type slis_sel_hide_alv,
w_alv_isprint type slis_print_alv,
w_alv_keyinfo type slis_keyinfo_alv,
w_alv_layout type slis_layout_alv,
w_alv_variant type slis_layout_alv,
i_alv_list_top_of_page type slis_t_listheader,
w_alv_save(1) type c value 'A',
w_alv_default(1) type c value 'X',
w_alv_interface_check type c,
w_alv_sort_pos type i,
w_alv_screen_start_column type i,
w_alv_screen_start_line type i,
w_alv_screen_end_column type i,
w_alv_screen_end_line type i,
w_percentage_old type i value 1. 
data: gt_events type slis_t_event,
ls_event type slis_alv_event,
g_repid type sy-repid,
w_callback_subroutine type slis_formname,
w_callback_program type sy-repid,
w_no_zero(1) value 'X',
w_alv_sortcat type slis_sortinfo_alv. 
 
data: t_header type slis_t_listheader,
wa_header type slis_listheader,
t_line like wa_header-info.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points  if it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 12:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pool/m-p/2370011#M525003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T12:08:26Z</dc:date>
    </item>
  </channel>
</rss>

