<?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 pools? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214488#M766461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes KKBLO can be used,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KKBLO - Group of types for dynamic expenditure for list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS - Global types for generic cunning components&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kkblo is also a type group which can be used to scrool down options in list, to change colors, to mark a column in alv , do other minor operations in alv..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for instance we can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROWNO_CHANGE(1) TYPE C, " number of rows changeable&lt;/P&gt;&lt;P&gt;NO_STATIC_SUBTOT,&lt;/P&gt;&lt;P&gt;COLORS TYPE KKBLO_COLTYPES, " description of colors&lt;/P&gt;&lt;P&gt;SUPPRESS_DYNPRO(1) TYPE C, " no call screen&lt;/P&gt;&lt;P&gt;INTERNET_PREPARE(1) TYPE C, " for processing via internet&lt;/P&gt;&lt;P&gt;INTERFACE_COMPLETE(1) TYPE C, " just display.&lt;/P&gt;&lt;P&gt;NO_FILTER_CONFIRM(1) TYPE C, " filter on cell without confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in our work area and do changes using this type group..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;slis can be used to display header values in alv grid display..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have SLIS_T_FIELDCAT_ALV for internal table declaration &lt;/P&gt;&lt;P&gt;and SLIS_FIELDCAT_ALV for work area declaration &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fc-col_pos = 2.&lt;/P&gt;&lt;P&gt;wa_fc-fieldname = 'WERKS'.&lt;/P&gt;&lt;P&gt;wa_fc-tabname = 'IT_MM'.&lt;/P&gt;&lt;P&gt;wa_fc-ref_fieldname ='WERKS'.&lt;/P&gt;&lt;P&gt;wa_fc-ref_tabname = 'MARC'.&lt;/P&gt;&lt;P&gt;wa_fc-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;APPEND wa_fc TO it_fc.&lt;/P&gt;&lt;P&gt;CLEAR wa_fc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using this simple code repeatedly for all fields we can get the field catalog..&lt;/P&gt;&lt;P&gt;mention the fieldcatalog internal table name in alv module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u got idea of wat kkblo and slis is used for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Kindly Reward points if you found this reply helpful&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 08:33:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T08:33:46Z</dc:date>
    <item>
      <title>slis pools?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214485#M766458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we go with standard type pools - KKBLO,(as we generally go with SLIS pools.) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 04:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214485#M766458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T04:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: slis pools?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214486#M766459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use then when we need to use the predefined TYPES which are avaliable in the existing TYPE POOL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 04:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214486#M766459</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-14T04:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: slis pools?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214487#M766460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SLIS and KKBLO are type groups for displaying ALV grids .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS : it is global type of general list type groups .&lt;/P&gt;&lt;P&gt;KKBLO : Type of dynamic list type group .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kkblo is also a type group which can be used to scroll down options in list, to change colors, to mark a column in alv , do other minor operations in alv..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 04:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214487#M766460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T04:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: slis pools?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214488#M766461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes KKBLO can be used,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KKBLO - Group of types for dynamic expenditure for list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIS - Global types for generic cunning components&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kkblo is also a type group which can be used to scrool down options in list, to change colors, to mark a column in alv , do other minor operations in alv..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for instance we can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROWNO_CHANGE(1) TYPE C, " number of rows changeable&lt;/P&gt;&lt;P&gt;NO_STATIC_SUBTOT,&lt;/P&gt;&lt;P&gt;COLORS TYPE KKBLO_COLTYPES, " description of colors&lt;/P&gt;&lt;P&gt;SUPPRESS_DYNPRO(1) TYPE C, " no call screen&lt;/P&gt;&lt;P&gt;INTERNET_PREPARE(1) TYPE C, " for processing via internet&lt;/P&gt;&lt;P&gt;INTERFACE_COMPLETE(1) TYPE C, " just display.&lt;/P&gt;&lt;P&gt;NO_FILTER_CONFIRM(1) TYPE C, " filter on cell without confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in our work area and do changes using this type group..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;slis can be used to display header values in alv grid display..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have SLIS_T_FIELDCAT_ALV for internal table declaration &lt;/P&gt;&lt;P&gt;and SLIS_FIELDCAT_ALV for work area declaration &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fc-col_pos = 2.&lt;/P&gt;&lt;P&gt;wa_fc-fieldname = 'WERKS'.&lt;/P&gt;&lt;P&gt;wa_fc-tabname = 'IT_MM'.&lt;/P&gt;&lt;P&gt;wa_fc-ref_fieldname ='WERKS'.&lt;/P&gt;&lt;P&gt;wa_fc-ref_tabname = 'MARC'.&lt;/P&gt;&lt;P&gt;wa_fc-hotspot = 'X'.&lt;/P&gt;&lt;P&gt;APPEND wa_fc TO it_fc.&lt;/P&gt;&lt;P&gt;CLEAR wa_fc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using this simple code repeatedly for all fields we can get the field catalog..&lt;/P&gt;&lt;P&gt;mention the fieldcatalog internal table name in alv module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u got idea of wat kkblo and slis is used for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Kindly Reward points if you found this reply helpful&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 08:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slis-pools/m-p/3214488#M766461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T08:33:46Z</dc:date>
    </item>
  </channel>
</rss>

