<?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 DISAPPEAR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232173#M139624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two radio buttons.When one radio button is highlighted, then a portion of screen should be made visible. If I highlight the other radio button then the portion should not made invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Normal and Special are two radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select Normal then the selection block 1 should appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select Special then the selection block 1 should disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very critical requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2006 15:38:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-08T15:38:51Z</dc:date>
    <item>
      <title>SELECTION SCREEN DISAPPEAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232173#M139624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two radio buttons.When one radio button is highlighted, then a portion of screen should be made visible. If I highlight the other radio button then the portion should not made invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Normal and Special are two radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select Normal then the selection block 1 should appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select Special then the selection block 1 should disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very critical requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 15:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232173#M139624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T15:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN DISAPPEAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232174#M139625</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;Write code like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b2 with frame title text-010.&lt;/P&gt;&lt;P&gt;parameter: p_tstrun as checkbox default 'X' user-command file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;selection-screen comment (22) text-016 for  field p_file1&lt;/P&gt;&lt;P&gt;                                                modif id fil.&lt;/P&gt;&lt;P&gt;selection-screen position 25.&lt;/P&gt;&lt;P&gt;parameters: p_file1 like rlgrap-filename modif id fil.&lt;/P&gt;&lt;P&gt;selection-screen position 73.&lt;/P&gt;&lt;P&gt;parameters: p_chfl1 as checkbox modif id fil.&lt;/P&gt;&lt;P&gt;selection-screen comment (7) text-017 for  field p_chfl1&lt;/P&gt;&lt;P&gt;                                                modif id fil.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;selection-screen comment (22) text-018 for  field p_cfile&lt;/P&gt;&lt;P&gt;                                                modif id fil.&lt;/P&gt;&lt;P&gt;selection-screen position 25.&lt;/P&gt;&lt;P&gt;parameters: p_cfile like rlgrap-filename modif id fil.&lt;/P&gt;&lt;P&gt;selection-screen position 73.&lt;/P&gt;&lt;P&gt;parameters: p_cnfl1 as checkbox modif id fil.&lt;/P&gt;&lt;P&gt;selection-screen comment (7) text-017 for  field p_cnfl1&lt;/P&gt;&lt;P&gt;                                                modif id fil.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_pcfils   radiobutton group src1 default 'X'&lt;/P&gt;&lt;P&gt;                                              modif id fil. "PC file.&lt;/P&gt;&lt;P&gt;parameters: p_uxfils radiobutton group src1 modif id fil .&lt;/P&gt;&lt;P&gt;selection-screen end of block b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Event: At Selection-Selection output                                 *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&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 not p_tstrun is initial and screen-group1 = 'FIL'.&lt;/P&gt;&lt;P&gt;      screen-active = 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;&lt;/P&gt;&lt;P&gt;Message was edited by: Ramakrishna Prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 15:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232174#M139625</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-03-08T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN DISAPPEAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232175#M139626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhav,&lt;/P&gt;&lt;P&gt; You can use LOOP AT SCREEN in the AT SELECTION-SCREEN event &amp;amp; do that.check the fields in the structure SCREEN .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 15:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232175#M139626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T15:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN DISAPPEAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232176#M139627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &amp;lt;b&amp;gt;'AT SELECTION-SCREEN OUTPUT'&amp;lt;/b&amp;gt; to disable and make the block elements invisible based on the radio button clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You loop on the screen, and based on screen-name, set the property&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt; screen-invisible = option_on.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the elements of the block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 15:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232176#M139627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-08T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION SCREEN DISAPPEAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232177#M139628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0004 .

selection-screen begin of block b1 with frame title text-001 .
select-options: s_datum1 for sy-datum modif id bk1.
selection-screen end of block b1.

selection-screen begin of block b2 with frame title text-002.
select-options: s_datum2 for sy-datum modif id bk2.
selection-screen end of block b2.

parameters: p_check1 radiobutton group gr1 default 'X'
                                user-command check,
            p_check2 radiobutton group gr1.

at selection-screen output.


  if p_check1 = 'X'.
    loop at screen.
      if screen-group1 = 'BK2'.
        screen-invisible = '1'.
        screen-active = '0'.
        modify screen.
      endif.
    endloop.
  endif.

  if p_check2 = 'X'.
    loop at screen.
      if screen-group1 = 'BK1'.
        screen-invisible = '1'.
        screen-active = '0'.
        modify screen.
      endif.
    endloop.
  endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 15:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-disappear/m-p/1232177#M139628</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-03-08T15:45:07Z</dc:date>
    </item>
  </channel>
</rss>

