<?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: ALV: selection modification information in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038888#M719061</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;It is used to HIDE the contents of ALV    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The paramter IS_SEL_HIDE is currently not supported by the fm.You can archieve the above thing by using the "NO_OUT" attribute in the fieldcatalog .Within your code you can use the FM "reuse_fieldcatalog_merge" to get the contents of the current field catalog and set the "NO_OUT" attribute to "X"for all the fields.By doing this way the basic list can be hidden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2007 11:14:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-12T11:14:12Z</dc:date>
    <item>
      <title>ALV: selection modification information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038887#M719060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the func. mod. REUSE_ALV_LIST_DISPLAY, there is a parameter IS_SEL_HIDE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody let me know, what is this parameter used for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful answers would be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 11:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038887#M719060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T11:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: ALV: selection modification information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038888#M719061</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;It is used to HIDE the contents of ALV    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The paramter IS_SEL_HIDE is currently not supported by the fm.You can archieve the above thing by using the "NO_OUT" attribute in the fieldcatalog .Within your code you can use the FM "reuse_fieldcatalog_merge" to get the contents of the current field catalog and set the "NO_OUT" attribute to "X"for all the fields.By doing this way the basic list can be hidden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 11:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038888#M719061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T11:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV: selection modification information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038889#M719062</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;Please go thru the below documentation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection information modification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only relevant when the layout parameter&lt;/P&gt;&lt;P&gt;LAYOUT-GET_SELINFOS of the IMPORTING structure IS_LAYOUT is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Complex type for modifying the information displayed in the selection info popup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mode:              'R' = only the entries passed in the internal table&lt;/P&gt;&lt;P&gt;                          IS_SEL_HIDE-T_ENTRIES are output in the popup.&lt;/P&gt;&lt;P&gt;                          Selection info which the list tool read in the&lt;/P&gt;&lt;P&gt;                          selection screen (when called by a report with&lt;/P&gt;&lt;P&gt;                          a selection screen) are replaced by the values&lt;/P&gt;&lt;P&gt;                          passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   'S' = the selection info which the list tool read in&lt;/P&gt;&lt;P&gt;                          the selection screen of the calling report&lt;/P&gt;&lt;P&gt;                          are modified by the entries in the table&lt;/P&gt;&lt;P&gt;                          IS_SEL_HIDE-T_ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries:         Selection info table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-mode:   'A' = output the selection info for the current table&lt;/P&gt;&lt;P&gt;                         record additionally in the info popup.&lt;/P&gt;&lt;P&gt;                  'D' = do not output select option or SELNAME&lt;/P&gt;&lt;P&gt;                         parameter selection info in the popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-selname: (only used in t_entries-mode = 'D')&lt;/P&gt;&lt;P&gt;                   Name of the select option or parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following table fields are only used in t_entries-mode = 'A'. They contain the selection information to be added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-field:  DDIC field name of the field for which selection&lt;/P&gt;&lt;P&gt;                   information is to be output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-table:  DDIC table names of t_entries-field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-stext:  Field name in info popup.&lt;/P&gt;&lt;P&gt;                  If t_entries-field and t_entries-table have been&lt;/P&gt;&lt;P&gt;                  entered, this text is taken from DDIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-valuf:  Selection condition 'from' value (external format)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-valut:  Selection condition 'to' value (external format)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-sign0:  (I)nclusive (E)xclusive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_entries-optio:  All values of the select options Option field&lt;/P&gt;&lt;P&gt;                   allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The remaining fields are used internally and are not relevant for the caller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 11:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038889#M719062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T11:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: ALV: selection modification information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038890#M719063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already read the function module documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I could not figure out is the purpose of it. Please do let me know about the usage of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 12:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-modification-information/m-p/3038890#M719063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T12:02:49Z</dc:date>
    </item>
  </channel>
</rss>

