<?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: Radiobutton in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774174#M334063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure Guru's example working? Got dump and solve your problem? Come on ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex1 FOR FIELD r_ord.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(30) text-ex2 FOR FIELD r_sto.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex3 FOR FIELD r_allop.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex4 FOR FIELD r_all.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 20:19:24 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2006-12-15T20:19:24Z</dc:date>
    <item>
      <title>Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774166#M334055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Here i have 2 RADIO BUTTON parameters and i want to display those side by side in the selection scree.....can you please give me the code it will be great help full to me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 19:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774166#M334055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T19:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774167#M334056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try BEGIN OF LINE option in SELECTION SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 5.&lt;/P&gt;&lt;P&gt;PARAMETERS: R1 RADIOBUTTON GROUP RAD1 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 35.&lt;/P&gt;&lt;P&gt;PARAMETERS: R2 RADIOBUTTON GROUP RAD1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="275417"&gt;&lt;/A&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;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 19:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774167#M334056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T19:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774168#M334057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
selection-screen begin of block box4 with frame title text-004.
selection-screen begin of line.
parameters: p_daily radiobutton group freq.
selection-screen comment 5(10) text-005.
parameters: p_mthly radiobutton group freq.
selection-screen comment 20(10) text-006.
selection-screen end of line.
selection-screen end of block box4.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 19:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774168#M334057</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-12-15T19:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774169#M334058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for giving reply.....i tried with that and here i am giving the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: r_ord RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex1 FOR FIELD r_ord.&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: r_sto RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(30) text-ex2 FOR FIELD r_sto.&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: r_allop RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex3 FOR FIELD r_allop.&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: r_all RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex4 FOR FIELD r_all.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&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;/P&gt;&lt;P&gt;Here it is displaying one by one but i need side by side ...can pls check this code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 20:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774169#M334058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T20:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774170#M334059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is one at SAP help which explains the usage of BEGIN OF LINE using push buttons,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba81635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba81635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: r_ord RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(10) text-ex1 FOR FIELD r_ord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r_sto RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 10(10) text-ex2 FOR FIELD r_sto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r_allop RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 15(10) text-ex3 FOR FIELD r_allop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r_all RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 20(10) text-ex4 FOR FIELD r_all.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&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;/P&gt;&lt;P&gt;The problem was you have use the end of line hence it has taken to other line&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: r_ord RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex1 FOR FIELD r_ord.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 20:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774170#M334059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T20:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774171#M334060</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 try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN : BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: r_ord RADIOBUTTON GROUP rg1.
SELECTION-SCREEN COMMENT 3(20) text-ex1 FOR FIELD r_ord.
PARAMETERS: r_sto RADIOBUTTON GROUP rg1.
SELECTION-SCREEN COMMENT 25(20) text-ex2 FOR FIELD r_sto.
PARAMETERS: r_allop RADIOBUTTON GROUP rg1.
SELECTION-SCREEN COMMENT 50(20) text-ex3 FOR FIELD r_allop.
PARAMETERS: r_all RADIOBUTTON GROUP rg1.
SELECTION-SCREEN COMMENT 75(20) text-ex4 FOR FIELD r_all.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN : END OF BLOCK b2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 20:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774171#M334060</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-12-15T20:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774172#M334061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: r_ord RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex1 FOR FIELD r_ord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r_sto RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(30) text-ex2 FOR FIELD r_sto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r_allop RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex3 FOR FIELD r_allop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r_all RADIOBUTTON GROUP rg1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex4 FOR FIELD r_all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 20:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774172#M334061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T20:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774173#M334062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gurus,,,,,my problem is loved..........really appreciated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 20:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774173#M334062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T20:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774174#M334063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure Guru's example working? Got dump and solve your problem? Come on ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex1 FOR FIELD r_ord.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(30) text-ex2 FOR FIELD r_sto.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex3 FOR FIELD r_allop.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex4 FOR FIELD r_all.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 20:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774174#M334063</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-12-15T20:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Radiobutton</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774175#M334064</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;  Following code indeed causes dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex1 FOR FIELD r_ord.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(30) text-ex2 FOR FIELD r_sto.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex3 FOR FIELD r_allop.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(50) text-ex4 FOR FIELD r_all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the first comment starts at 3 position and occupies rest of the 50 length space and second comment is again starting at 3rd position occupied 30 length space which gets overlapped and then it causes error in default screen (1000) generation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 17:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton/m-p/1774175#M334064</guid>
      <dc:creator>VinayPrasad_PM</dc:creator>
      <dc:date>2006-12-16T17:28:31Z</dc:date>
    </item>
  </channel>
</rss>

