<?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/1691961#M303938</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 a type group (pool of predefined data types)&lt;/P&gt;&lt;P&gt;rest of them are all the data types in slis&lt;/P&gt;&lt;P&gt;1) SLIS_T_FIELDCAT_ALV is used to build a fieldcatalog which will be list of fields to be displayed in alv.&lt;/P&gt;&lt;P&gt;2) is the structure&lt;/P&gt;&lt;P&gt;3) to build events table in alvs&lt;/P&gt;&lt;P&gt;4) str for the above&lt;/P&gt;&lt;P&gt;5) is useful in usercommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 10:02:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T10:02:42Z</dc:date>
    <item>
      <title>slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1691960#M303937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the functions of these events and how to use these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS&lt;/P&gt;&lt;P&gt;SLIS_T_FIELDCAT_ALV&lt;/P&gt;&lt;P&gt;SLIS_FIELDCAT_ALV&lt;/P&gt;&lt;P&gt;SLIS_T_EVENT&lt;/P&gt;&lt;P&gt;SLIS_ALV_EVENT&lt;/P&gt;&lt;P&gt;SLIS-SELFIELD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 09:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1691960#M303937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T09:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1691961#M303938</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 a type group (pool of predefined data types)&lt;/P&gt;&lt;P&gt;rest of them are all the data types in slis&lt;/P&gt;&lt;P&gt;1) SLIS_T_FIELDCAT_ALV is used to build a fieldcatalog which will be list of fields to be displayed in alv.&lt;/P&gt;&lt;P&gt;2) is the structure&lt;/P&gt;&lt;P&gt;3) to build events table in alvs&lt;/P&gt;&lt;P&gt;4) str for the above&lt;/P&gt;&lt;P&gt;5) is useful in usercommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 10:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1691961#M303938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T10:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1691962#M303939</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----&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;&amp;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;&lt;/P&gt;&lt;P&gt;SLIS_T_FIELDCAT_ALV --&amp;gt; field catalog internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS_FIELDCAT_ALV  --&amp;gt; structure of field catlog&lt;/P&gt;&lt;P&gt;SLIS_T_EVENT  ---&amp;gt; capture the events inside the ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS_ALV_EVENT ---&amp;gt; event structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS-SELFIELD  -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; will capture the selected field in a row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for sample programs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get good idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 10:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1691962#M303939</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-21T10:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: slis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1691963#M303940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 &amp;lt;b&amp;gt;SLIS&amp;lt;/b&amp;gt; is a &amp;lt;b&amp;gt;type group&amp;lt;/b&amp;gt;. Basically a type group contains datatypes and constants. Since the &amp;lt;b&amp;gt;type group&amp;lt;/b&amp;gt; is present in the Dictionary, it can be used in any program to declare variables or constants based on the datatypes present in the Type Group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more point here to note is every datatype or constant of a perticular Type Group has its ( type group ) name in  the beginning followed by a _ (underscore) in the beginning. Thats why you will find all the datatypes in SLIS, starting with SLIS_ .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more point is, if you want to declare a variable in the program, using the Type group's datatype, then in your program you need to use &amp;lt;b&amp;gt;TYPE-POOLS&amp;lt;/b&amp;gt;  statement.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  ex: TYPE-POOLS SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Abdul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Mark Points, if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 10:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis/m-p/1691963#M303940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T10:19:34Z</dc:date>
    </item>
  </channel>
</rss>

