<?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: SLIS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946690#M390118</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;Welcome to SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS is a Type pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pre defined variable ,constants,internal tables etc are called as type pools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can define our own type pool and we can use it where ever required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 05:51:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T05:51:31Z</dc:date>
    <item>
      <title>SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946685#M390113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of SLIS in the ALV report?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946685#M390113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T05:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946686#M390114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome to SDN!!!&lt;/P&gt;&lt;P&gt;Its a TYPE-POOL.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;type-pools: slis.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;U double click and see the declarations, it is used in ALV for definign the layout, fieldcatalog, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WHEN USING MORE THAN ONE TABLE IN ALV WE NEEED TO DECLARE THE TYPE &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;GROUP (TYPE-POOLS---------&amp;gt;SLIS) &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946686#M390114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T05:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946687#M390115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  SLIS is a type group which consists of internal tables and work areas events which are used in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946687#M390115</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-02-28T05:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946688#M390116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it contains all the Structures and Internal table declarations&lt;/P&gt;&lt;P&gt;which are commonly used in ALV&lt;/P&gt;&lt;P&gt;1. 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;2. what is slis table &amp;amp; what is the advantage?&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;(eg. variable for field catalogue, alv layout etc)&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;3. Why have to use the slis in ALV?&lt;/P&gt;&lt;P&gt;BCOS we have to use Field catalogue, alv layout variable etc, for showing alv, and such types are defined in SLIS already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946688#M390116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T05:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946689#M390117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;slis is the type-pools where the reqired data type for any ALV has defined by refering this type pools you can use fieldcat or layout or s ortinfo variables or tables and can pass thyem to alv display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946689#M390117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T05:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946690#M390118</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;Welcome to SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS is a Type pool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pre defined variable ,constants,internal tables etc are called as type pools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can define our own type pool and we can use it where ever required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946690#M390118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T05:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946691#M390119</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;SLIS is the standard type pool which has all the global definitions that can be implemented in the LAV developed by u. Also, if u wish to add extra functionality to the ur ALV, then u can take the help of this type pool and make ur ALV feel the real look. Like slis type pool, we have many type pools which can be in ur ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;shamim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 09:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946691#M390119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946692#M390120</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;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;P&gt;&lt;/P&gt;&lt;P&gt;ALV means ABAP List Viewer.ALV is available in two modes: &lt;/P&gt;&lt;P&gt;list and grid. List mode is good old list processing with &lt;/P&gt;&lt;P&gt;standard functionnalities, and grid mode is using a new OCX &lt;/P&gt;&lt;P&gt;object displaying grids. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;introduce a type group with type-pool.&lt;/P&gt;&lt;P&gt;maintain a type group via abap dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for simple alv:&lt;/P&gt;&lt;P&gt;slis_alv_fieldcatalog : populate the fieldcatalog&lt;/P&gt;&lt;P&gt;slis_layout_alv : it is for layout&lt;/P&gt;&lt;P&gt;slis_alv_events   : it is for internal tables events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946692#M390120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T10:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: SLIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946693#M390121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 08:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1946693#M390121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T08:49:17Z</dc:date>
    </item>
  </channel>
</rss>

