<?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: Regarding Radio button position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657711#M1445816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samatha, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to execute the program that I gave? It does not give 'Nothing has changed' the first time.. Or are you trying to embed this in some other logic? In that case, please let me know your entire program. Only then I'll be able to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Mar 2010 12:01:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-03T12:01:08Z</dc:date>
    <item>
      <title>Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657700#M1445805</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 in which i have 2 radio buttons and 1 push button and i have declared these three like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r1  RADIOBUTTON GROUP g1,&lt;/P&gt;&lt;P&gt;            r2 RADIOBUTTON GROUP g1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: PUSHBUTTON 30(30) pb01 USER-COMMAND onli&lt;/P&gt;&lt;P&gt;                  VISIBLE LENGTH 15.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END   OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select the first radio button and click on the push button ztable should be updated. i have written code for this but 2nd time when user clicks on the push button with out changing the radio button position, a pop up message should be displayed like 'Nothing has been changedu2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me in this issue.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 04:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657700#M1445805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T04:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657701#M1445806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN : BEGIN OF BLOCK rd1 WITH FRAME TITLE text-007.
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: r6 RADIOBUTTON GROUP red3 .
SELECTION-SCREEN COMMENT 5(20) text-011.            
PARAMETERS: r7 RADIOBUTTON GROUP red3.
SELECTION-SCREEN COMMENT 30(16) text-012 .           
PARAMETERS: r3 RADIOBUTTON GROUP red3.           
SELECTION-SCREEN COMMENT 51(17) text-003.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN SKIP.


SELECTION-SCREEN : END OF BLOCK rd1.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 05:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657701#M1445806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T05:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657702#M1445807</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;&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;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use your logic here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 05:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657702#M1445807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T05:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657703#M1445808</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;Declare an integer field and update it as '1' when the user clicks the push button for the first time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the logic before updating in 'Z' table check this flag, if its value is '1' then display error message else proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taj..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 05:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657703#M1445808</guid>
      <dc:creator>former_member396896</dc:creator>
      <dc:date>2010-03-03T05:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657704#M1445809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Samatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;a pop up message should be displayed like 'Nothing has been changedu2019.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be if you can share with us where this message is being generated by the code it will be better to analyse ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 05:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657704#M1445809</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-03-03T05:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657705#M1445810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grand Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you have itab.&lt;/P&gt;&lt;P&gt;declare jtab like itab &lt;/P&gt;&lt;P&gt;now move itab contents to jtab.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : first type c.
if first is initial. 
jtab[] = itab[]. " This happens only one time
first = 'X'.
endif.
if r1 = 'X'.
if sy-ucomm = 'PUSH'.
if not itab[] = jtab[].
" update the database.
else.
" Pop a message no data has been changed.
endif.
ENDIF.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 07:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657705#M1445810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T07:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657706#M1445811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Samatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES sscrfields.

PARAMETERS: r1 RADIOBUTTON GROUP g1 USER-COMMAND dumm,
r2 RADIOBUTTON GROUP g1.
SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN: PUSHBUTTON 30(30) pb01 USER-COMMAND onli
VISIBLE LENGTH 15.
SELECTION-SCREEN: END OF LINE.

DATA: rb_chgd TYPE c LENGTH 1 VALUE 'X',
      l_ucomm TYPE sscrfields-ucomm.

AT SELECTION-SCREEN OUTPUT.
  IF l_ucomm &amp;lt;&amp;gt; 'DUMM'.
    CLEAR rb_chgd.
  ENDIF.


AT SELECTION-SCREEN.
  l_ucomm = sscrfields-ucomm.
  CASE l_ucomm.
    WHEN 'DUMM'.
      rb_chgd = 'X'.
    WHEN 'ONLI'.
      IF rb_chgd &amp;lt;&amp;gt; space.
        MESSAGE 'Perform Action' TYPE 'I'.
*        your code here..
      ELSE.
        MESSAGE 'Nothing has changed' TYPE 'I'.
      ENDIF.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 07:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657706#M1445811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T07:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657707#M1445812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with the code you have provided. But 1st time when we select the 1st radio button the table should be update.2nd time if we don't change the position to 2nd radio button means still we are in the 1st  radio button only that time  the pop up should display an information message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 08:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657707#M1445812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T08:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657708#M1445813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice catch Samantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my answer..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES sscrfields.

PARAMETERS: r1 RADIOBUTTON GROUP g1 USER-COMMAND dumm,
r2 RADIOBUTTON GROUP g1.
SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN: PUSHBUTTON 30(30) pb01 USER-COMMAND onli
VISIBLE LENGTH 15.
SELECTION-SCREEN: END OF LINE.

DATA: rb_chgd TYPE c LENGTH 1 VALUE 'X',
      l_ucomm TYPE sscrfields-ucomm.

AT SELECTION-SCREEN OUTPUT.
  IF r1 IS INITIAL AND r2 IS INITIAL.
*  we can use this condition to check whether it is first time.
    rb_chgd = 'X'.
  ELSEIF l_ucomm &amp;lt;&amp;gt; 'DUMM'.
    CLEAR rb_chgd.
  ENDIF.

AT SELECTION-SCREEN.
  l_ucomm = sscrfields-ucomm.
  CASE l_ucomm.
    WHEN 'DUMM'.
      rb_chgd = 'X'.
    WHEN 'ONLI'.
      IF rb_chgd &amp;lt;&amp;gt; space.
        MESSAGE 'Perform Action' TYPE 'I'.
*        your code here..
      ELSE.
        MESSAGE 'Nothing has changed' TYPE 'I'.
      ENDIF.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 11:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657708#M1445813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657709#M1445814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Fine but when am clicking the 1st radio button for the 1st time also its showing nothing has been changed. but its not like that 1st time it should update the ztable if we dont change the postion to 2nd radio button then it sholud display a pop up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 11:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657709#M1445814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T11:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657710#M1445815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Samantha, 
&amp;lt;li&amp;gt;Remove &lt;STRONG&gt;USER-COMMAND dumm&lt;/STRONG&gt; portion in the below statement. 
&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: r1 RADIOBUTTON GROUP g1 USER-COMMAND dumm.
&lt;/CODE&gt;&lt;/PRE&gt;
change to 
&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: r1 RADIOBUTTON GROUP g1. 
&lt;/CODE&gt;&lt;/PRE&gt;

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 11:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657710#M1445815</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2010-03-03T11:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657711#M1445816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samatha, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to execute the program that I gave? It does not give 'Nothing has changed' the first time.. Or are you trying to embed this in some other logic? In that case, please let me know your entire program. Only then I'll be able to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 12:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657711#M1445816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T12:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657712#M1445817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That line is required for finding whether the other Radio Button has been clicked or not. Please try to execute the program before commenting..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 12:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657712#M1445817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657713#M1445818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samatha, please copy this program in an abap editor (as a fresh new program) and then execute..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES sscrfields.

PARAMETERS: r1 RADIOBUTTON GROUP g1 USER-COMMAND dumm,
r2 RADIOBUTTON GROUP g1.
SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN: PUSHBUTTON 30(30) pb01 USER-COMMAND onli
VISIBLE LENGTH 15.
SELECTION-SCREEN: END OF LINE.

DATA: rb_chgd TYPE c LENGTH 1 VALUE 'X',
      l_ucomm TYPE sscrfields-ucomm.

AT SELECTION-SCREEN OUTPUT.
  IF r1 IS INITIAL AND r2 IS INITIAL.
*  we can use the above condition to check whether it is first time.
    rb_chgd = 'X'.
  ELSEIF l_ucomm NE 'DUMM'.
    CLEAR rb_chgd.
  ENDIF.

AT SELECTION-SCREEN.
  l_ucomm = sscrfields-ucomm.
  CASE l_ucomm.
    WHEN 'DUMM'.
      rb_chgd = 'X'.
    WHEN 'ONLI'.
      IF rb_chgd &amp;lt;&amp;gt; space.
        MESSAGE 'Perform Action' TYPE 'I'.
*        your code here..
      ELSE.
        MESSAGE 'Nothing has changed' TYPE 'I'.
      ENDIF.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just to let you know the logic to do this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 12:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657713#M1445818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T12:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657714#M1445819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the following code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: r1 RADIOBUTTON GROUP g1 ,
            r2 RADIOBUTTON GROUP g1.
SELECTION-SCREEN: BEGIN OF LINE.
SELECTION-SCREEN: PUSHBUTTON 30(30) pb01 USER-COMMAND onli
VISIBLE LENGTH 15.
SELECTION-SCREEN: END OF LINE.
DATA rb.

AT SELECTION-SCREEN.
  CLEAR rb.
  IF r1 = 'X'.
    IMPORT rb FROM MEMORY ID 'RB'.
    IF rb IS INITIAL.
*       perform update.
      rb = 'X'.
      EXPORT rb TO MEMORY ID 'RB'.
    ELSE.
      MESSAGE 'Select other radio button' TYPE 'I'.
    ENDIF.
  ELSEIF r2 = 'X'.
    FREE MEMORY ID 'RB'.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps in resolving your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 12:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657714#M1445819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T12:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657715#M1445820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more i have 2 differnt conditions for 2 radio buttons. For the first one it sholud set some flag in ztable as X and for the 2nd it should set flag as Blank. With this code am getting flag as x for the 2 radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 12:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657715#M1445820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T12:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657716#M1445821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;text 001 :Selection screen sample&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tex t002 : List&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;text 003: Alv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;text 004: None&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONSTANTS : rbSelected TYPE c LENGTH 1 VALUE 'X'.

DATA : p_txt type c LENGTH 100.

SELECTION-SCREEN BEGIN OF BLOCK frame1 WITH FRAME TITLE text-001.
  SELECTION-SCREEN ULINE /10(40).

  SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 15.
    PARAMETERS: rb1 RADIOBUTTON GROUP rb.
    SELECTION-SCREEN COMMENT 20(30) text-002.
  SELECTION-SCREEN END OF LINE.

  SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 15.
    PARAMETERS: rb2 RADIOBUTTON GROUP rb.
    SELECTION-SCREEN COMMENT 20(30) text-003.
  SELECTION-SCREEN END OF LINE.

  SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 15.
    PARAMETERS: rb3 RADIOBUTTON GROUP rb.
    SELECTION-SCREEN COMMENT 20(30) text-004.
  SELECTION-SCREEN END OF LINE.

  SELECTION-SCREEN ULINE /10(40).
SELECTION-SCREEN END OF BLOCK frame1.

IF rb1 = rbSelected.
  CONCATENATE 'You selected' text-002 INTO p_txt SEPARATED BY space.
ELSEIF rb2 = rbSelected.
  CONCATENATE 'You selected' text-003 INTO p_txt SEPARATED BY space.
ELSEIF rb3 = rbSelected.
  CONCATENATE 'You selected' text-004 INTO p_txt SEPARATED BY space.
ENDIF.

WRITE / p_txt.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 11:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657716#M1445821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-04T11:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Radio button position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657717#M1445822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 12:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radio-button-position/m-p/6657717#M1445822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-04T12:31:32Z</dc:date>
    </item>
  </channel>
</rss>

