<?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 radiobutton text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826449#M1129367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following code:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r1 RADIOBUTTON GROUP g1 USER-COMMAND ucomm DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(17) text-002 FOR FIELD r1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r2 RADIOBUTTON GROUP g1 .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 34(17) text-003 FOR FIELD r2.&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;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2008 07:18:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-01T07:18:48Z</dc:date>
    <item>
      <title>Regarding radiobutton text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826446#M1129364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;can any body make me know how to put text on the right hand side of the radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826446#M1129364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T07:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding radiobutton text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826447#M1129365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you are asking about SELECTION-SCREEN, use a code like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS p-anla RADIOBUTTON GROUP niv USER-COMMAND niv.
SELECTION-SCREEN COMMENT 33(20) text-001 FOR FIELD p-anla.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826447#M1129365</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-12-01T07:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding radiobutton text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826448#M1129366</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 Code ..&lt;/P&gt;&lt;P&gt;&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 1(31) text-s04.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_check TYPE pp0c-test DEFAULT 'X' RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 38(15) text-s05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(31) text-s03.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_check2 TYPE pp0c-test RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 38(15) text-s02.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826448#M1129366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T07:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding radiobutton text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826449#M1129367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following code:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r1 RADIOBUTTON GROUP g1 USER-COMMAND ucomm DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(17) text-002 FOR FIELD r1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r2 RADIOBUTTON GROUP g1 .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 34(17) text-003 FOR FIELD r2.&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;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826449#M1129367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T07:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding radiobutton text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826450#M1129368</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;Please specify whether you are using screen painter or SELECTION SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using screen  painter you can enter the text in the corresponding text input field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826450#M1129368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T07:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding radiobutton text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826451#M1129369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Check this code snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b01.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;par01 RADIOBUTTON GROUP r01.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(30) text-p01.&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;PARAMETERS:&lt;/P&gt;&lt;P&gt;par02 RADIOBUTTON GROUP r01.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(30) text-p02.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. You need to create the text by double clicking on text-p01 and  text-p02 and put the text you want to display on the right side of your radio button. Hope you understand. Let me know if there is any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;NK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 07:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-radiobutton-text/m-p/4826451#M1129369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T07:28:24Z</dc:date>
    </item>
  </channel>
</rss>

