<?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: Check box with Radio button functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552078#M854641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In that case why don't you take a Radio Button it self ... Because the selection screen will not get refreshed untill you press enter or any other action for meeting your functionality ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 10:48:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-31T10:48:04Z</dc:date>
    <item>
      <title>Check box with Radio button functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552076#M854639</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 have a requirement like I need to have two check boxes on selection screen when ever I check one the other should be cleared with out pressing enter or any thing on selection screen just like radio button, all helpful answers are rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 10:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552076#M854639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T10:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Check box with Radio button functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552077#M854640</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;Without Press Enter or doing anu other Event u cant trigger anything in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morris Bond.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 10:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552077#M854640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T10:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Check box with Radio button functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552078#M854641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In that case why don't you take a Radio Button it self ... Because the selection screen will not get refreshed untill you press enter or any other action for meeting your functionality ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 10:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552078#M854641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T10:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check box with Radio button functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552079#M854642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;parameters : v_check as checkbox user-command USR1.&lt;/P&gt;&lt;P&gt;parameters : v_check1 as checkbox user-command USR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_check = 'X'.&lt;/P&gt;&lt;P&gt;  clear : v_check1.&lt;/P&gt;&lt;P&gt;elseif v_check1 = 'X'.&lt;/P&gt;&lt;P&gt;  clear : v_check.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 10:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552079#M854642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Check box with Radio button functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552080#M854643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report test.

parameters:
 p_cb1 TYPE C as checkbox user-command TS1,
 p_cb2 TYPE C as checkbox user-command TS2.


 AT SELECTION-SCREEN.
   IF sy-ucomm eq 'TS1'.
     if p_cb2 EQ 'X'.
     clear p_cb2.
     ENDIF.
   ELSEIF sy-ucomm eq 'TS2'.
     if p_cb1 EQ 'X'.
     clear p_cb1.
     ENDIF.    ENDIF.

START-OF-SELECTION.
  WRITE:p_cb1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 10:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552080#M854643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T10:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Check box with Radio button functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552081#M854644</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 the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_chk1 as checkbox user-command ucomm,&lt;/P&gt;&lt;P&gt;            p_chk2 as checkbox user-command ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt; if sy-curow = 1.&lt;/P&gt;&lt;P&gt;  if p_chk2 = 'X'.&lt;/P&gt;&lt;P&gt;      p_chk2 = ' '.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; elseif sy-curow = 2.&lt;/P&gt;&lt;P&gt;    if p_chk1 = 'X'.&lt;/P&gt;&lt;P&gt;      p_chk1 = ' '.&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;Note: But you need to consider the rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 11:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552081#M854644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T11:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Check box with Radio button functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552082#M854645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karnam Giridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try thee following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: test1 RADIOBUTTON GROUP sc1 DEFAULT 'X' user-command u1,&lt;/P&gt;&lt;P&gt;            test2 RADIOBUTTON GROUP sc1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_file TYPE rlgrap-filename.&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;if test2 is initial.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-name EQ 'P_FILE'.&lt;/P&gt;&lt;P&gt;         P_FILE  = ''.&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;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not test2 is initial.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-name EQ 'P_FILE'.&lt;/P&gt;&lt;P&gt;      if screen-input eq '0'.&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;    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;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 17:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-box-with-radio-button-functionality/m-p/3552082#M854645</guid>
      <dc:creator>former_member653029</dc:creator>
      <dc:date>2008-03-31T17:10:09Z</dc:date>
    </item>
  </channel>
</rss>

