<?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: Selection screen textbox in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965408#M396530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;parameter: G_var type c As checkbox  default 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SEELCTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt; IF SCREEN-FILED = 'G_VAR'.&lt;/P&gt;&lt;P&gt; SCREEN-ACTIVE      = '1'&lt;/P&gt;&lt;P&gt;         SCREEN-INPUT       = '0'.&lt;/P&gt;&lt;P&gt; Modify Screen.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2007 07:04:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-23T07:04:28Z</dc:date>
    <item>
      <title>Selection screen textbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965406#M396528</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;    I need to display a text box on the selection screen with only single value but it should be in invisible mode.The value in this textbox should be displayed on the selection screen but I should not able to see the textbox on the screen.Please help me to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mamatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 06:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965406#M396528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T06:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen textbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965407#M396529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can make the screen active as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]SELECT-OPTIONS: s_date FOR sy-datum Default sy-datum.[/code]&lt;/P&gt;&lt;P&gt;[code]*AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name eq 'PNPS$MSL'. (get the name from screen field)&lt;/P&gt;&lt;P&gt;    screen-active = 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  modify screen.&lt;/P&gt;&lt;P&gt;endloop.[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;refer this&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/collaboration" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/collaboration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Judith Jessie Selvi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 06:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965407#M396529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T06:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen textbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965408#M396530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;parameter: G_var type c As checkbox  default 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SEELCTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt; IF SCREEN-FILED = 'G_VAR'.&lt;/P&gt;&lt;P&gt; SCREEN-ACTIVE      = '1'&lt;/P&gt;&lt;P&gt;         SCREEN-INPUT       = '0'.&lt;/P&gt;&lt;P&gt; Modify Screen.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 07:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965408#M396530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T07:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen textbox</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965409#M396531</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 use the option NO-DISPLAY which is present in both PARAMETERS and SELECT-OPTIONS.&lt;/P&gt;&lt;P&gt;But I did not get the requirement at all. Why would you want to default a value to a Selection Screen field and not display it at all. This is like hard coding a value and you can do it without creating a field in the Selection Screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2007 07:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-textbox/m-p/1965409#M396531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-23T07:12:39Z</dc:date>
    </item>
  </channel>
</rss>

