<?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: input enable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093214#M1182208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Last Code is not working Properly ?&lt;/P&gt;&lt;P&gt;I have tested I think it is working according to your Requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2009 13:24:00 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2009-02-02T13:24:00Z</dc:date>
    <item>
      <title>input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093204#M1182198</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;Query:- there are 2 check boxes and also 2 selection blocks are there in the selection screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: check1 as checkbox default 'X',&lt;/P&gt;&lt;P&gt;                  check2 as checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b1,&lt;/P&gt;&lt;P&gt;select-options: field1 for -- modif id g1,&lt;/P&gt;&lt;P&gt;                      field2----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; modif id g1,&lt;/P&gt;&lt;P&gt;                      field n -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt; modif id g1,&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b2,&lt;/P&gt;&lt;P&gt;select-options: field1 for -- modif id g2,&lt;/P&gt;&lt;P&gt;                      field2----&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; modif id g2,&lt;/P&gt;&lt;P&gt;                      field n -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt; modif id g2,&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;STRONG&gt;the block b1/group g1 must be input enabled if  i click on either of two check boxess,,, the block b2/group g2 must be input enabled if  i click only on 1st check box only but not on 2nd check box.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i.e.., if i click only on 2nd check box the block b1/group g1 must be input enabled and block b2/group g2 must be input disabled.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the following for input enabling  and disabling the blocks based on selection of check boxes , but its not working friends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;if check1 = 'X'.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'G1' or screen-group1 = 'G2'.&lt;/P&gt;&lt;P&gt; screen-input = '1'.  "input enabling&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;elseif check2 = 'X'.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt; if screen-group1 = 'G2'&lt;/P&gt;&lt;P&gt;   screen-input = '0'. " input disabling&lt;/P&gt;&lt;P&gt;   modify screen.&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;  screen-input = '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;P&gt;&lt;/P&gt;&lt;P&gt;for the above code , the selection-screen itself is changing ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be greatful if someone can suggest me the changes in the code or solution for the requirement as mentioned above..&lt;/P&gt;&lt;P&gt;Please feel free to reply back if any clarifications needed in the code/requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 14:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093204#M1182198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093205#M1182199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Have a Look at the following Thread and the the Sample code Send by me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Specially in the 2nd Reply&lt;/U&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will solve out your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[selection-screen |&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6918338"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if any Problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Faisal Altaf on Feb 1, 2009 7:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 14:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093205#M1182199</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-01T14:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093206#M1182200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the screen-required option makes the field as mandatory ,,!!! which is really not suitable,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also the fields are being cleared ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 14:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093206#M1182200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T14:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093207#M1182201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test the following now it is working fine, Hope this time Solve your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: kna1.
PARAMETERS: c1 RADIOBUTTON GROUP g USER-COMMAND a ,
            c2 RADIOBUTTON GROUP g .

SELECTION-SCREEN BEGIN OF BLOCK b1.
SELECT-OPTIONS: fld1 FOR kna1-kunnr MODIF ID gr1,
                fld2 FOR kna1-kunnr MODIF ID gr1,
                fld3 FOR kna1-kunnr MODIF ID gr1,
                fld4 FOR kna1-kunnr MODIF ID gr1.
SELECTION-SCREEN END OF BLOCK b1.

SELECTION-SCREEN BEGIN OF BLOCK b2.
SELECT-OPTIONS: fld5 FOR kna1-kunnr MODIF ID gr2,
                fld6 FOR kna1-kunnr MODIF ID gr2.
SELECTION-SCREEN END OF BLOCK b2.


AT SELECTION-SCREEN OUTPUT.

  PERFORM set_screen.

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  set_screen
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
FORM set_screen .
  IF c1 = 'X'.
    LOOP AT SCREEN.
      IF screen-group1 = 'GR1'.
*        screen-required = '1'.
        MODIFY SCREEN.
      ENDIF.
      IF screen-group1 = 'GR2'.
        screen-input = '0'.
        screen-invisible = '1'.
*        screen-required = '0'.
        screen-input = '0'.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
    CLEAR: fld5, fld5[], fld6, fld6[].
  ELSE.
    LOOP AT SCREEN.
      IF screen-group1 = 'GR2'.
*        screen-required = '1'.
        MODIFY SCREEN.
      ENDIF.
      IF screen-group1 = 'GR1'.
*        screen-required = '0'.
        screen-input = '0'.
        screen-invisible = '1'.
        screen-input = '0'.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
*    CLEAR: fld1, fld1[], fld2, fld2[], fld3, fld3[], fld4, fld4[].
  ENDIF.

ENDFORM.                    "set_screen

INITIALIZATION .
  c1 = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if and else issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 14:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093207#M1182201</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-01T14:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093208#M1182202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Faisal,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it should work,,,i'll have to test and do the necessay changes .but this is for checkboxes my dear friend and not for radio button....which differs in functionality....&lt;/P&gt;&lt;P&gt;anyway thanks for your atmost interest ...ill be given points to you if i can get rid off with your kind solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 14:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093208#M1182202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-01T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093209#M1182203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test the following this time i use Check Boxes, Hope will Help you using CheckBoxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: kna1.
PARAMETERS: c1 AS CHECKBOX DEFAULT 'X' USER-COMMAND a ,
            c2 AS CHECKBOX DEFAULT 'X' USER-COMMAND a .

SELECTION-SCREEN BEGIN OF BLOCK b1.
SELECT-OPTIONS: fld1 FOR kna1-kunnr MODIF ID gr1,
                fld2 FOR kna1-kunnr MODIF ID gr1,
                fld3 FOR kna1-kunnr MODIF ID gr1,
                fld4 FOR kna1-kunnr MODIF ID gr1.
SELECTION-SCREEN END OF BLOCK b1.

SELECTION-SCREEN BEGIN OF BLOCK b2.
SELECT-OPTIONS: fld5 FOR kna1-kunnr MODIF ID gr2,
                fld6 FOR kna1-kunnr MODIF ID gr2.
SELECTION-SCREEN END OF BLOCK b2.

AT SELECTION-SCREEN OUTPUT.

  PERFORM set_screen.

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  set_screen
*&amp;amp;---------------------------------------------------------------------*
*       text
*----------------------------------------------------------------------*
FORM set_screen .
  IF c2 = 'X'.
    LOOP AT SCREEN.
      IF screen-group1 = 'GR2'.
        screen-input = '1'.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
  ELSE.
    LOOP AT SCREEN.
      IF screen-group1 = 'GR2'.
        screen-input = '0'.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
  ENDIF.
  IF c1 = 'X' .
    LOOP AT SCREEN.
      IF screen-group1 = 'GR1'.
        screen-input = '1'.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
  ELSE.
    LOOP AT SCREEN.
      IF screen-group1 = 'GR1'.
        screen-input = '0'.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
  ENDIF.
ENDFORM.                    "set_screen&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Faisal Altaf on Feb 1, 2009 8:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 15:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093209#M1182203</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-01T15:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093210#M1182204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend user command to the checkboxes to automatically make the groups to appear / dissapear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I would propose something like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: check1 AS CHECKBOX DEFAULT 'X' USER-COMMAND rad,
            check2 AS CHECKBOX.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    CASE screen-group1.
      WHEN 'G1'.
        IF check1 = 'X' OR check2 = 'X'.
          screen-input = '1'. "input enabling
        ELSE.
          screen-input = '0'. "input disabling
        ENDIF.
        MODIFY SCREEN.
      WHEN 'G2'.
        IF check1 = 'X' and check2 = space.
          screen-input = '1'. "input enabling
        ELSE.
          screen-input = '0'. "input disabling
        ENDIF.
        MODIFY SCREEN.
      WHEN OTHERS.
    ENDCASE.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2009 16:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093210#M1182204</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2009-02-01T16:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093211#M1182205</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;the block b1/group g1 must be input enabled if i click on either of two check boxess,,, the block b2/group g2 must be input enabled if i click only on 1st check box only but not on 2nd check box.&lt;/P&gt;&lt;P&gt;i.e.., if i click only on 2nd check box the block b1/group g1 must be input enabled and block b2/group g2 must be input disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN OUTPUT.

IF CHK2 = 'X'  AND CHK1 NE 'X'.
      LOOP AT SCREEN.
            CASE SCREEN-GROUP.
                WHEN 'G1'.
                  SCREEN-INPUT = 1.
                  MODIFY SCREEN.
                WHEN 'G2'.
                  SCREEN-INPUT = 0.
                  MODIFY SCREEN.
           ENDCASE.
       ENDLOOP.
ELSE IF CHK1 = 'X' AND CHK2 NE 'X'.
       LOOP AT SCREEN.
            CASE SCREEN-GROUP.
                WHEN 'G1'.
                  SCREEN-INPUT = 1.
                  MODIFY SCREEN.
                WHEN 'G2'.
                  SCREEN-INPUT = 1.
                  MODIFY SCREEN.
           ENDCASE.
       ENDLOOP.
ELSE IF CHK1 = 'X' AND CHK2 = 'X'.
        LOOP AT SCREEN.
            IF SCREEN-GROUP = 'G1'.
                  SCREEN-INPUT = 1.
                  MODIFY SCREEN.
           ENDIF.
       ENDLOOP.
ELSE.
         LOOP AT SCREEN.
            IF SCREEN-GROUP = 'G1' OR SCREEN-GROUP = 'G2'.
                  SCREEN-INPUT = 0.
                  MODIFY SCREEN.
           ENDIF.
       ENDLOOP.
 ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayanthi.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 04:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093211#M1182205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T04:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093212#M1182206</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;Try out this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: check1 as checkbox user-command act,
check2 as checkbox user-command act.

AT SELECTION-SCREEN OUTPUT.

  if check1 = 'X'.
    loop at screen.
      if screen-group1 = 'G1' or screen-group1 = 'G2'.
        screen-input = 1.
        modify screen.
      endif.
    endloop.
  elseif check2 = 'X'.
    loop at screen.
      if screen-group1 = 'G2'.
        screen-input = 0.
        modify screen.
      endif.
    endloop.
  elseif check1 = 'X' and check2 = 'X'.
    loop at screen.
      if screen-group1 = 'G2'.
        screen-input = 0.
        modify screen.
      endif.
    endloop.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 04:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093212#M1182206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T04:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093213#M1182207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have written the following code as per your suggestion and its working fine for input enable or disable as per the selection of check boxes in the selection-screen.&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;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    CASE screen-group1.&lt;/P&gt;&lt;P&gt;      WHEN 'GR1'.&lt;/P&gt;&lt;P&gt;        IF c1 = 'X' OR c2 = 'X'.&lt;/P&gt;&lt;P&gt;          screen-input = '1'. "input enabling&lt;/P&gt;&lt;P&gt;        ELSE.&lt;/P&gt;&lt;P&gt;          screen-input = '0'. "input disabling&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      WHEN 'GR2'.&lt;/P&gt;&lt;P&gt;        IF c1 = 'X' and c2 = space.&lt;/P&gt;&lt;P&gt;          screen-input = '1'. "input enabling&lt;/P&gt;&lt;P&gt;        ELSE.&lt;/P&gt;&lt;P&gt;          screen-input = '0'. "input disabling&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;      WHEN OTHERS.&lt;/P&gt;&lt;P&gt;    ENDCASE.&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;but i really don't understand why i'm getting another small box in the selection screen beside the low  value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093213#M1182207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093214#M1182208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Last Code is not working Properly ?&lt;/P&gt;&lt;P&gt;I have tested I think it is working according to your Requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093214#M1182208</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-02-02T13:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093215#M1182209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faisal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your solution,, Ur answer is also working ....,but we are getting a small box beside the low value in the selection-screen...&lt;/P&gt;&lt;P&gt;even am trying on it y we are getting this box ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093215#M1182209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093216#M1182210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i really don't understand why i'm getting another small box in the selection screen beside the low value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Could you be a bit more specific? I could not understand the issue. Here, the code I wrote seems fine.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TABLES: mara.

SELECTION-SCREEN BEGIN OF BLOCK b1.
SELECT-OPTIONS: field1 FOR mara-matnr MODIF ID g1,
                field2 FOR mara-matnr MODIF ID g1.
SELECTION-SCREEN END OF BLOCK b1.

SELECTION-SCREEN BEGIN OF BLOCK b2.
SELECT-OPTIONS: field3 FOR mara-matnr MODIF ID g2,
                fiel24 FOR mara-matnr MODIF ID g2.
SELECTION-SCREEN END OF BLOCK b2.

PARAMETERS: check1 AS CHECKBOX DEFAULT 'X' USER-COMMAND rad,
            check2 AS CHECKBOX DEFAULT space USER-COMMAND rad.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
    CASE screen-group1.
      WHEN 'G1'.
        IF check1 = 'X' OR check2 = 'X'.
          screen-input = '1'. "input enabling
        ELSE.
          screen-input = '0'. "input disabling
        ENDIF.
        MODIFY SCREEN.
      WHEN 'G2'.
        IF check1 = 'X' AND check2 = space.
          screen-input = '1'. "input enabling
        ELSE.
          screen-input = '0'. "input disabling
        ENDIF.
        MODIFY SCREEN.
      WHEN OTHERS.
    ENDCASE.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 14:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093216#M1182210</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2009-02-02T14:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093217#M1182211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can provide me your email-id , i can send you the screen shot, because i cannot paste the screen shots over here...so that u can get a clear picture about the current issue by seeing the screen shot..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 14:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093217#M1182211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T14:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093218#M1182212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's in my business card:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qxcvj8e7vbu%3d" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qxcvj8e7vbu%3d&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 16:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093218#M1182212</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2009-02-02T16:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: input enable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093219#M1182213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sent screen shot regarding the issue which am facing now to your hotmail id.Pls have a look..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 17:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-enable/m-p/5093219#M1182213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T17:37:38Z</dc:date>
    </item>
  </channel>
</rss>

