<?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 Radio button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425095#M203807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    While creating the Radio button group, I want the Radio buttons first and followed(to the right) by the name of the radio buttons.&lt;/P&gt;&lt;P&gt;how to do it, any sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 12:15:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-06T12:15:59Z</dc:date>
    <item>
      <title>Radio button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425095#M203807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    While creating the Radio button group, I want the Radio buttons first and followed(to the right) by the name of the radio buttons.&lt;/P&gt;&lt;P&gt;how to do it, any sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425095#M203807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Radio button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425096#M203808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection-screen begin of block server with frame title text-006.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters: data_app radiobutton group clbi default 'X'.&lt;/P&gt;&lt;P&gt;selection-screen comment  4(42) text-001.&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;parameters: data_rem radiobutton group clbi.&lt;/P&gt;&lt;P&gt;selection-screen comment  4(42) text-002.&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  4(12) text-003.&lt;/P&gt;&lt;P&gt;parameters: server like msxxlist-name.&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;parameters: data_frn radiobutton group clbi.&lt;/P&gt;&lt;P&gt;selection-screen comment  4(42) text-004.&lt;/P&gt;&lt;P&gt;selection-screen end   of line.&lt;/P&gt;&lt;P&gt;selection-screen end   of block server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to  maintain the texts 001,002,003 and 004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;Please reward useful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kiran Raorane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425096#M203808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Radio button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425097#M203809</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;selection-screen begin of block bl1 with frame title text-001.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;First radiobutton&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 4(20) for field p1.&lt;/P&gt;&lt;P&gt;selection-screen position 1.&lt;/P&gt;&lt;P&gt;parameters: p1 radiobutton group R1 default 'X'.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Second radiobutton&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 4(20) for field p2.&lt;/P&gt;&lt;P&gt;selection-screen position 1.&lt;/P&gt;&lt;P&gt;parameters: p2 radiobutton group R1 default 'X'.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;*....next radio button&lt;/P&gt;&lt;P&gt;.......................................&lt;/P&gt;&lt;P&gt;selection-screen end of block bl1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the labels of radiobuttons'll be the labels u'll define in selection text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want different labels (defined in text element):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block bl1 with frame title text-001.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;First radiobutton&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 4(20) text-002 for field p1.&lt;/P&gt;&lt;P&gt;selection-screen position 1.&lt;/P&gt;&lt;P&gt;parameters: p1 radiobutton group R1 default 'X'.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Second radiobutton&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 4(20) text-003 for field p2.&lt;/P&gt;&lt;P&gt;selection-screen position 1.&lt;/P&gt;&lt;P&gt;parameters: p2 radiobutton group R1 default 'X'.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;*....next radio button&lt;/P&gt;&lt;P&gt;.......................................&lt;/P&gt;&lt;P&gt;selection-screen end of block bl1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425097#M203809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Radio button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425098#M203810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;O O O O O O O c d e f g &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. just copy paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------" /&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters : c radiobutton group g2,&lt;/P&gt;&lt;P&gt;             d radiobutton group g2,&lt;/P&gt;&lt;P&gt;             e radiobutton group g2,&lt;/P&gt;&lt;P&gt;             f radiobutton group g2,&lt;/P&gt;&lt;P&gt;             g radiobutton group g2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen comment (3) for field c .&lt;/P&gt;&lt;P&gt;selection-screen comment (3) for field d .&lt;/P&gt;&lt;P&gt;selection-screen comment (3) for field e .&lt;/P&gt;&lt;P&gt;selection-screen comment (3) for field f .&lt;/P&gt;&lt;P&gt;selection-screen comment (3) for field g .&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425098#M203810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Radio button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425099#M203811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can do like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameter p1  radiobutton group gr1.&lt;/P&gt;&lt;P&gt;selection-screen comment 5(10) text-001.&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;parameter p2  radiobutton group gr1.&lt;/P&gt;&lt;P&gt;selection-screen comment 5(10) text-002.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put name of the radion buttons in text element 1 and 2.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425099#M203811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Radio button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425100#M203812</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 this way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZZTEST  .

selection-screen begin of block b1 .
selection-screen begin of line.
parameters: r1 radiobutton group g1 default 'X'.
selection-screen comment 3(30) v1.
selection-screen end of line.
selection-screen begin of line.
parameters: r2 radiobutton group g1.
selection-screen comment 3(30) v2.
selection-screen end of line.
selection-screen end of block b1.

initialization.
v1 = 'Rad one'.
v2 = 'Rad two'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 12:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/1425100#M203812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T12:33:04Z</dc:date>
    </item>
  </channel>
</rss>

