<?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 SLIS? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645221#M609220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is a SLIS ? why r this is using in ALV's ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 18:26:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T18:26:55Z</dc:date>
    <item>
      <title>SLIS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645221#M609220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is a SLIS ? why r this is using in ALV's ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 18:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645221#M609220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T18:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645222#M609221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SLIS is a type group or type pool.  All it is is a development object which contains a bunch of TYPES statements.  IN this case, it contains all of the TYPEs that you would need to use when doing ALV programming.  So for example, you want to have an internal table for your field catalog, then you want to use the TYPE  slis_t_fieldcat_alv.  So in order to use this type, you will need to "include" the type group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Type-pools: SLIS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can reference the type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: ifc type  slis_t_fieldcat_alv..&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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>Mon, 27 Aug 2007 18:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645222#M609221</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-27T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645223#M609222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Slis type pool is a global defination of pooltypes of catalog structure, table and layout which we use in ALV reports&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 04:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645223#M609222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T04:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645224#M609223</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;Also there is a package with name "SLIS" where all sample ALV programs can be found.&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>Tue, 28 Aug 2007 04:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645224#M609223</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-28T04:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645225#M609224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;"SLIS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; is the type library for ALV grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you&amp;#146;ll use the ALV you have to add TYPE-POOLS : SLIS. command at the beginning of your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider these :&lt;/P&gt;&lt;P&gt;slis_t_fieldcat_alv is containing &amp;#147;_t_&amp;#148;&lt;/P&gt;&lt;P&gt;It means that it is an internal table and slis_fieldcat_alv is header line of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a practical example for alv grid :&lt;/P&gt;&lt;P&gt;Just think that you have an internal table named &amp;#145;ITAB&amp;#146; to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1 : First add these lines to your code :&lt;/P&gt;&lt;P&gt;TYPE-POOLS : SLIS.&lt;/P&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;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 08:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645225#M609224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T08:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645226#M609225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TYPE-POOLS &lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;TYPE-POOLS tpool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;In order to use the definitions of a type group, you have to integrate the type group into the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TYPE-POOLS statement integrates the type group tpool into the current context. You can specify it in the global data declarations of an ABAP program or in the declaration section of a class or interface. The data types and constants of the type group are visible as of this statement in the current context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ALV:&lt;/P&gt;&lt;P&gt;YOu need defined in types pool SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS SLIS.&lt;/P&gt;&lt;P&gt;DATA: GT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type SLIS_T_FIELDCAT_ALV is defined in type pools SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;Type-pools are just a way of modulerizing code, The code that is held in a type pools are just a bunch of TYPES statements, Then when you say TYPE-POOLS statement in your program, you can then use any TYPE which as been defined in the type-pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Types-pools: slis.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can now use any type which is defined in SLIS. The SLIS Type Pool holds all of the types used when programming the ALV grid using the REUSE function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 09:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/2645226#M609225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T09:30:13Z</dc:date>
    </item>
  </channel>
</rss>

