<?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 SELECTION SCREEN PARAMETERS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864357#M364633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HOW TO HIDE SELECTION SCREEN PARAMETERS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2007 05:30:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-30T05:30:00Z</dc:date>
    <item>
      <title>SELECTION SCREEN PARAMETERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864357#M364633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HOW TO HIDE SELECTION SCREEN PARAMETERS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 05:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864357#M364633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T05:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN PARAMETERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864358#M364634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with NO-DISPLAY option if it works means ok other than this &lt;/P&gt;&lt;P&gt;in at selection-screen output event you have to code at loop at screen and change it dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 05:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864358#M364634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T05:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN PARAMETERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864359#M364635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use NO-DISPLAY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 05:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864359#M364635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T05:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN PARAMETERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864360#M364636</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;use loop at screen for the field which is to be hiden and based on the condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set INVISIBLE = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 05:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864360#M364636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T05:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN PARAMETERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864361#M364637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; While displaying itself, do U want to hide. U can do like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : name TYPE ybsp1-userid,&lt;/P&gt;&lt;P&gt;                         name1 TYPE ybsp1-userid1 &amp;lt;b&amp;gt;no-display&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, only name will be seen on the screen and name1 will be hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-SatyaPriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 05:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864361#M364637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T05:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN PARAMETERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864362#M364638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to Hide all the time, you can use addition &amp;lt;b&amp;gt;NO-DISPLAY&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_par ... NO-DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to change at runtime basing on some condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   LOOP AT screen.
      CHECK screen-name CS 'P_PAR'.
         IF &amp;lt;cond&amp;gt;.
            screen-active = 1.
         ELSE.
            screen-active = 0.
         ENDIF.
         MODIFY screen.
   ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 05:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864362#M364638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T05:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN PARAMETERS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864363#M364639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  IF pr_pid = 'X'.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-name  =  PR_BSTKD.&lt;/P&gt;&lt;P&gt;        screen-invisible =  '1'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-name  = PR_MATNR.&lt;/P&gt;&lt;P&gt;        screen-invisible =  '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;P&gt;&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-name  =  'PR_BSTKD'.&lt;/P&gt;&lt;P&gt;        screen-invisible =  '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      IF screen-name  = 'PR_MATNR'.&lt;/P&gt;&lt;P&gt;        screen-invisible =  '1'.&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;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 05:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-parameters/m-p/1864363#M364639</guid>
      <dc:creator>former_member842213</dc:creator>
      <dc:date>2007-01-30T05:44:14Z</dc:date>
    </item>
  </channel>
</rss>

