<?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: abt select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896535#M374669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Run the below code when a radio button is clicked select-options will be disabled.&lt;/P&gt;&lt;P&gt;when u enter any value in select-options then radio buttons will be disabled.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;REPORT zex23 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_vbeln FOR vbak-vbeln MODIF ID md1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : r1 RADIOBUTTON GROUP rg USER-COMMAND r DEFAULT 'X'&lt;/P&gt;&lt;P&gt;             MODIF ID md2,&lt;/P&gt;&lt;P&gt;             r2 RADIOBUTTON GROUP rg MODIF ID md2,&lt;/P&gt;&lt;P&gt;             r3 RADIOBUTTON GROUP rg MODIF ID md2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : c TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  IF r2 = 'X' OR r3 = 'X'.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'MD1'.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;        CONTINUE.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    c = 1.&lt;/P&gt;&lt;P&gt;  ELSEIF NOT s_vbeln[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'MD2'.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;        CONTINUE.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;  ELSEIF c EQ 1.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'MD1'.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;        CONTINUE.&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;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Feb 2007 14:13:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-10T14:13:07Z</dc:date>
    <item>
      <title>abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896522#M374656</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 am using select options and radio buttons in a selection screen. My requirement is if the user has given inout in select-option then all the radio buttons should be disabled or if the user is going to select radio button then one select-option should be disabled.Pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Reagrds,&lt;/P&gt;&lt;P&gt;praveena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 04:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896522#M374656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T04:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896523#M374657</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;Check this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: mara.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_rad1 RADIOBUTTON GROUP g1&lt;/P&gt;&lt;P&gt;USER-COMMAND usr&lt;/P&gt;&lt;P&gt;DEFAULT 'X' ,&lt;/P&gt;&lt;P&gt;p_rad2 RADIOBUTTON GROUP g1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: so_matnr FOR mara-matnr MODIF ID m1.&lt;/P&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;&lt;/P&gt;&lt;P&gt;  IF NOT p_rad1 IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'M1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&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;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 04:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896523#M374657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T04:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896524#M374658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;      Declare a modif id for selection option and also for radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the event at selection-screen output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code &lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;check for modif id or check radiobutton is checked or not .&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 04:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896524#M374658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T04:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896525#M374659</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;chk this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report xradio.


*-------------------------------------------
PARAMETERS : R1 RADIOBUTTON GROUP RG USER-COMMAND R DEFAULT 'X'.
PARAMETERS : R2 RADIOBUTTON GROUP RG .


*-------------------------------------------
selection-screen begin of block b1 with frame.
parameters : a(10) type c modif id abc.
parameters : b(10) type c modif id abc.
selection-screen end of block b1.


selection-screen begin of block b2 with frame.
parameters : c(20) type c modif id def.
parameters : d(20) type c modif id def.
selection-screen end of block b2.

*-------------------------------------------
at selection-screen output.


IF R1 = 'X'.
LOOP AT SCREEN.
IF SCREEN-GROUP1 = 'DEF'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.

IF R2 = 'X'.
LOOP AT SCREEN.
IF SCREEN-GROUP1 = 'ABC'.
SCREEN-INPUT = 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;Rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 05:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896525#M374659</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-02-06T05:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896526#M374660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_erdat like zirpactivity-erdat modif id SC1 ,&lt;/P&gt;&lt;P&gt;            r1 radiobutton group RAD1 user-command ABC default 'X',&lt;/P&gt;&lt;P&gt;            r2 radiobutton group RAD1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  check sy-ucomm = 'ABC'.&lt;/P&gt;&lt;P&gt;  check sy-ucomm = 'F8'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;    if  r1 = 'X' and screen-group1 = 'SC1' .&lt;/P&gt;&lt;P&gt;      screen-input = 0.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 05:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896526#M374660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T05:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896527#M374661</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 am using select options and radio buttons in a selection screen. My requirement is if the user has given input in select-option then all the radio buttons should be disabled or if the user is going to select radio button then one select-option should be disabled.I tried writing code like Loop at screen in  " At selection-screen output " but it is not working. Whenever the focus is lost from the select-option then all radio buttons of the same group should be disabled .Pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Reagrds,&lt;/P&gt;&lt;P&gt;praveena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 07:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896527#M374661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T07:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896528#M374662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         If i am writing the logic in At-Selection-screen-output it is not working.What is happening is, after executing the screen only that event is triggering thats why not able to see the screen again. pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;praveena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 10:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896528#M374662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T10:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896529#M374663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If i am writing the logic in At-Selection-screen-output it is not working.What is happening is, after executing the screen only that event is triggering thats why not able to see the screen again. pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;praveena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 10:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896529#M374663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T10:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896530#M374664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anversha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i am writing the logic in At-Selection-screen-output it is not working.What is happening is, after executing the screen only that event is triggering thats why not able to see the screen again. pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;praveena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 10:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896530#M374664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T10:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896531#M374665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sipra Jain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If i am writing the logic in At-Selection-screen-output it is not working.What is happening is, after executing the screen only that event is triggering thats why not able to see the screen again. pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;praveena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 10:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896531#M374665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T10:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896532#M374666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your pbo i.e. at selection-screen output only trigger before showing the screen. in your case if you press enter you will see the changes because after pressing enter at selection-screen &amp;lt;pai&amp;gt; will trigger and as it is showing the selection screen again so again the pbo &amp;lt;at selection-screen output&amp;gt; will trigger. But if you are pressing F8 then it is processing the other screen and there is no need of triggering the pbo of selection screen so you can not see that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after pressing F8 is that necessary to see the selection screen then it is not possible just press enter to check  whether the screen change or not.&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>Sat, 10 Feb 2007 11:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896532#M374666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T11:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896533#M374667</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;        Thank you for clearing my doubt. yes if i press enter it is working but i want the output if F8 is pressed. I think there is no solution for this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;praveena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 11:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896533#M374667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T11:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896534#M374668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Praveena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you click on the radio buttons the AT SELECTION-SCREEN is triggered instantly, you might have observed this. So my suggestion is to Create two radio buttons say R1 and R2. The default selection would be on R1. For R1 selection we will show the SELECT-OPTION field on the screen and nothing else would be shown on the screen (i.e. rest all field we will hide in the at selection screen event). If the user clicks on the R2 button, we will hide the SELECT-OPTION field and will display the set of Radio buttons (say) RB1 RB2...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understand this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the below code as sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK block6 WITH FRAME TITLE text-ext.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_rdwox TYPE c RADIOBUTTON GROUP ex1 USER-COMMAND zzex,&lt;/P&gt;&lt;P&gt;            p_rdsvx TYPE c RADIOBUTTON GROUP ex1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Criteria Block for Saving Extracts&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-fs1 MODIF ID svx.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_fsumm LIKE ltex-exname  MODIF ID svx,&lt;/P&gt;&lt;P&gt;            p_fsummx LIKE ltex-text MODIF ID svx.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-fs2 MODIF ID svx.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_fdet LIKE ltex-exname  MODIF ID svx,&lt;/P&gt;&lt;P&gt;            p_fdetx LIKE ltex-text MODIF ID svx.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-fs5 MODIF ID svx.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_fsum1 LIKE ltex-exname  MODIF ID svx,&lt;/P&gt;&lt;P&gt;            p_fsumx1 LIKE ltex-text MODIF ID svx.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-fs3 MODIF ID svx.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_mdet LIKE ltex-exname  MODIF ID svx,&lt;/P&gt;&lt;P&gt;            p_mdetx LIKE ltex-text MODIF ID svx.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_rdrdx TYPE c RADIOBUTTON GROUP ex1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(29) text-fs4 MODIF ID rdx.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_read LIKE ltex-exname  MODIF ID rdx,&lt;/P&gt;&lt;P&gt;            p_readx LIKE ltex-text MODIF ID rdx.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_cbexp TYPE c AS CHECKBOX MODIF ID rdx,&lt;/P&gt;&lt;P&gt;            p_file(1024) TYPE c MODIF ID rdx,&lt;/P&gt;&lt;P&gt;            p_cbdbf TYPE c AS CHECKBOX MODIF ID rdx.&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;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Hide Standard Extract Info&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  PERFORM modify_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Process the displayed options for report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF p_rdsvx IS INITIAL.&lt;/P&gt;&lt;P&gt;      IF p_radmm EQ 'X'.&lt;/P&gt;&lt;P&gt;        IF screen-group1 EQ 'MM1'.&lt;/P&gt;&lt;P&gt;          screen-active = 1.&lt;/P&gt;&lt;P&gt;        ELSEIF screen-group1 EQ 'FI1'.&lt;/P&gt;&lt;P&gt;          screen-active = 0.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF p_radfi EQ 'X'.&lt;/P&gt;&lt;P&gt;        IF screen-group1 EQ 'FI1'.&lt;/P&gt;&lt;P&gt;          screen-active = 1.&lt;/P&gt;&lt;P&gt;        ELSEIF screen-group1 EQ 'MM1'.&lt;/P&gt;&lt;P&gt;          screen-active = 0.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      IF screen-group1 EQ 'MM1' OR screen-group1 EQ 'FI1' OR&lt;/P&gt;&lt;P&gt;         screen-group1 EQ 'RP1'.&lt;/P&gt;&lt;P&gt;        IF p_rdsvx EQ 'X'.&lt;/P&gt;&lt;P&gt;          screen-active = 0.&lt;/P&gt;&lt;P&gt;        ELSE.&lt;/P&gt;&lt;P&gt;          screen-active = 1.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Extract Output&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF screen-group1 EQ 'SVX'.&lt;/P&gt;&lt;P&gt;      IF p_rdsvx EQ 'X'.&lt;/P&gt;&lt;P&gt;        screen-active = 1.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        screen-active = 0.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF screen-group1 EQ 'RDX'.&lt;/P&gt;&lt;P&gt;      IF p_rdrdx EQ 'X'.&lt;/P&gt;&lt;P&gt;        screen-active = 1.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        screen-active = 0.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 12:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896534#M374668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T12:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: abt select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896535#M374669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Run the below code when a radio button is clicked select-options will be disabled.&lt;/P&gt;&lt;P&gt;when u enter any value in select-options then radio buttons will be disabled.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;REPORT zex23 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_vbeln FOR vbak-vbeln MODIF ID md1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : r1 RADIOBUTTON GROUP rg USER-COMMAND r DEFAULT 'X'&lt;/P&gt;&lt;P&gt;             MODIF ID md2,&lt;/P&gt;&lt;P&gt;             r2 RADIOBUTTON GROUP rg MODIF ID md2,&lt;/P&gt;&lt;P&gt;             r3 RADIOBUTTON GROUP rg MODIF ID md2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : c TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  IF r2 = 'X' OR r3 = 'X'.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'MD1'.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;        CONTINUE.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    c = 1.&lt;/P&gt;&lt;P&gt;  ELSEIF NOT s_vbeln[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'MD2'.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;        CONTINUE.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;  ELSEIF c EQ 1.&lt;/P&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group1 = 'MD1'.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;        CONTINUE.&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;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 14:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-select-options/m-p/1896535#M374669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T14:13:07Z</dc:date>
    </item>
  </channel>
</rss>

