<?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: Hide the Selection-Screen fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-selection-screen-fields/m-p/925696#M59814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the event AT SELECTION SCREEN OUTPUT you can do a LOOP AT SCREEN and turn off the ACTIVE indicator.  Use the debugger to determine what the name of the field is that you want to hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
  IF SCREEN-FIELDNAME = 'the name'.
    SCREEN-ACTIVE = '0'.
    MODIFY SCREEN.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2005 18:22:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-02T18:22:00Z</dc:date>
    <item>
      <title>Hide the Selection-Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-selection-screen-fields/m-p/925695#M59813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, how can i hide a Logic Database's Selection-Screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2005 17:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-selection-screen-fields/m-p/925695#M59813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-02T17:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the Selection-Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-selection-screen-fields/m-p/925696#M59814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the event AT SELECTION SCREEN OUTPUT you can do a LOOP AT SCREEN and turn off the ACTIVE indicator.  Use the debugger to determine what the name of the field is that you want to hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
  IF SCREEN-FIELDNAME = 'the name'.
    SCREEN-ACTIVE = '0'.
    MODIFY SCREEN.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2005 18:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-selection-screen-fields/m-p/925696#M59814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-02T18:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hide the Selection-Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-selection-screen-fields/m-p/925697#M59815</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;You can also do it by using a variant in the selection screen.Save the select scrren options as a varaint and there you can hide a field.Please tell for what purpose you want to do it.At selection-screen output is also used but it is without varaints..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2005 04:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-the-selection-screen-fields/m-p/925697#M59815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-28T04:03:55Z</dc:date>
    </item>
  </channel>
</rss>

