<?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:slis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418623#M201195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. what is pool table?&lt;/P&gt;&lt;P&gt;  Types-Pool  contains the TYPE declaration which is global and can be used across any program.Once we write &lt;/P&gt;&lt;P&gt; TYPE-POOL : &amp;lt;pool name&amp;gt; &lt;/P&gt;&lt;P&gt;  It will include all declariuon in the program and we can refer those.&lt;/P&gt;&lt;P&gt; There are many standard types pool provided by SAP&lt;/P&gt;&lt;P&gt; like SLIS,ICON,ABAP etc.&lt;/P&gt;&lt;P&gt; However also,we can create our own Type-Pool using &lt;/P&gt;&lt;P&gt;  SE11-&amp;gt;Type Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what is slis table &amp;amp; what is the advantage?&lt;/P&gt;&lt;P&gt;  SLIS is nothing but declartaions which we use in our program tata what and how to diplay list.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  To use SLIS we wite it in the program as&lt;/P&gt;&lt;P&gt;    TYPE-POOL :SLIS.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3. Why have to use the slis in ALV?&lt;/P&gt;&lt;P&gt;   SLIS is used to to build the structure of list that how tand what fields we have to display.&lt;/P&gt;&lt;P&gt;  We can dipaly the layout as per requirement using SLIS.&lt;/P&gt;&lt;P&gt;  There are lot of oter advandages while diplaying the list in ALV which you can undrstand as you slowly start exploring all the properties of SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Jul 2006 05:01:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-01T05:01:32Z</dc:date>
    <item>
      <title>type-pools:slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418619#M201191</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;&lt;/P&gt;&lt;P&gt;         I have some doubts&lt;/P&gt;&lt;P&gt;1. what is pool table?&lt;/P&gt;&lt;P&gt;2. what is slis table &amp;amp; what is the advantage?&lt;/P&gt;&lt;P&gt;3. Why have to use the slis in ALV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 12:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418619#M201191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T12:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools:slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418620#M201192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Type-Pool.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;  (as the name suggests,&lt;/P&gt;&lt;P&gt;   it is a pool (bunch)&lt;/P&gt;&lt;P&gt;   of TYPES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what is slis table &amp;amp; what is the advantage?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It is type-pool (bunch of types)&lt;/P&gt;&lt;P&gt;  required for ALV purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (eg. variable for field catalogue, alv layout etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Advantage is that we have to use such types,&lt;/P&gt;&lt;P&gt;  just by referring, them, (bcos they are already defined)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &lt;/P&gt;&lt;P&gt;Why have to use the slis in ALV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCOS we have to use Field catalogue, alv layout variable etc, for showing alv,&lt;/P&gt;&lt;P&gt;and such types are defined in SLIS already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 12:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418620#M201192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T12:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools:slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418621#M201193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.pooled table is combination of fields from different tables.that data base table dafination level is different. 1-many relation ship.&lt;/P&gt;&lt;P&gt;(1)tablepool - (many)pooled tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can check by opening pooled table and see tablepool under which it is assigned.&lt;/P&gt;&lt;P&gt;(ex:like function group - function modules under that group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;If u see ALV function modlules tables, structures .all r declared in SLIS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u r using those function modules in program. we need to declare the data to send and get data from ALV function module..there also we need to daclare data as like in alv function modules,,so type-pools : slis we daclare.&lt;/P&gt;&lt;P&gt;now we can use types as &amp;lt;declared in slis&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;we generally display normoal out puts.&lt;/P&gt;&lt;P&gt;before o/p we have sort,filter,etc,. like that&lt;/P&gt;&lt;P&gt;but ALV s user friendy, after o/p we can sort filter,sum,etc. somany.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a.list alv&lt;/P&gt;&lt;P&gt;b.grid alv&lt;/P&gt;&lt;P&gt;c.hierachical alv &lt;/P&gt;&lt;P&gt;  r 3 types of alvs.&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;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 12:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418621#M201193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools:slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418622#M201194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Satish,&lt;/P&gt;&lt;P&gt; Here is the answer for your first question.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &amp;lt;b&amp;gt;POOL TABLE&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;Suppose we have 15 different&lt;/P&gt;&lt;P&gt;tables in ABAP Dictionary &lt;/P&gt;&lt;P&gt;and only 1 table in physcial table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the data of all these 15 tables&lt;/P&gt;&lt;P&gt;will be stored in the 1 physical table.&lt;/P&gt;&lt;P&gt;(it will be stored in a raw data format,&lt;/P&gt;&lt;P&gt;but it will be provided to the programs&lt;/P&gt;&lt;P&gt;in a structured way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This concept is called POOL.&lt;/P&gt;&lt;P&gt;If all these 15 tables have 10 records each,&lt;/P&gt;&lt;P&gt;Then,&lt;/P&gt;&lt;P&gt;In the poooled table there will be&lt;/P&gt;&lt;P&gt;15 x 10 = 150 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each record of the physical table&lt;/P&gt;&lt;P&gt;contains, &lt;/P&gt;&lt;P&gt;name of the table&lt;/P&gt;&lt;P&gt;Primary key value of the table&lt;/P&gt;&lt;P&gt;so that to identify the record.&lt;/P&gt;&lt;P&gt;Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table pool or table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous texts such as documentation). Data of commercial relevance is usually stored in transparent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Pool&lt;/P&gt;&lt;P&gt;A table in the database in which all records from the pooled tables assigned to the table pool are stored corresponds to a table pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The definition of a pool consists essentially of two key fields (Tabname and Varkey) and a long argument field (Vardata).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 13:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418622#M201194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T13:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: type-pools:slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418623#M201195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. what is pool table?&lt;/P&gt;&lt;P&gt;  Types-Pool  contains the TYPE declaration which is global and can be used across any program.Once we write &lt;/P&gt;&lt;P&gt; TYPE-POOL : &amp;lt;pool name&amp;gt; &lt;/P&gt;&lt;P&gt;  It will include all declariuon in the program and we can refer those.&lt;/P&gt;&lt;P&gt; There are many standard types pool provided by SAP&lt;/P&gt;&lt;P&gt; like SLIS,ICON,ABAP etc.&lt;/P&gt;&lt;P&gt; However also,we can create our own Type-Pool using &lt;/P&gt;&lt;P&gt;  SE11-&amp;gt;Type Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what is slis table &amp;amp; what is the advantage?&lt;/P&gt;&lt;P&gt;  SLIS is nothing but declartaions which we use in our program tata what and how to diplay list.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  To use SLIS we wite it in the program as&lt;/P&gt;&lt;P&gt;    TYPE-POOL :SLIS.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3. Why have to use the slis in ALV?&lt;/P&gt;&lt;P&gt;   SLIS is used to to build the structure of list that how tand what fields we have to display.&lt;/P&gt;&lt;P&gt;  We can dipaly the layout as per requirement using SLIS.&lt;/P&gt;&lt;P&gt;  There are lot of oter advandages while diplaying the list in ALV which you can undrstand as you slowly start exploring all the properties of SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jul 2006 05:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-pools-slis/m-p/1418623#M201195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-01T05:01:32Z</dc:date>
    </item>
  </channel>
</rss>

