<?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 radiobutton positioning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920248#M1148168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                i herewith attached my codings, my requirement is to arrange the radiobuttons in first column 3 radiobuttons and in second column two radiobuttons how to do this can any one explain me with codings,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : pa0000.&lt;/P&gt;&lt;P&gt;selection-screen begin of block a with frame title text-500.&lt;/P&gt;&lt;P&gt;parameter :&lt;/P&gt;&lt;P&gt;p_cweek type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_pweek type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_upto type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_oper type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_prcw type c radiobutton group rb.&lt;/P&gt;&lt;P&gt;selection-screen end of block a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thiru. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2008 09:51:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-11T09:51:10Z</dc:date>
    <item>
      <title>radiobutton positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920248#M1148168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                i herewith attached my codings, my requirement is to arrange the radiobuttons in first column 3 radiobuttons and in second column two radiobuttons how to do this can any one explain me with codings,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : pa0000.&lt;/P&gt;&lt;P&gt;selection-screen begin of block a with frame title text-500.&lt;/P&gt;&lt;P&gt;parameter :&lt;/P&gt;&lt;P&gt;p_cweek type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_pweek type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_upto type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_oper type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_prcw type c radiobutton group rb.&lt;/P&gt;&lt;P&gt;selection-screen end of block a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thiru. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 09:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920248#M1148168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920249#M1148169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls. check in SAPHelp:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE ...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 09:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920249#M1148169</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-12-11T09:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920250#M1148170</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 out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 100.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters :&lt;/P&gt;&lt;P&gt;p_cweek type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_pweek type c radiobutton group rb,&lt;/P&gt;&lt;P&gt;p_upto type c radiobutton group rb.&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 : p_oper type c radiobutton group rb1,&lt;/P&gt;&lt;P&gt;p_prcw type c radiobutton group rb1.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 100.&lt;/P&gt;&lt;P&gt;call screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now go to the screen painter of screen 100 and give the appropriate text by double clicking the radio button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the system gives you an info message saying 'Changes to the selection screen are not effective'&lt;/P&gt;&lt;P&gt;press enter&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 11, 2008 11:03 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 11, 2008 11:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 10:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920250#M1148170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T10:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920251#M1148171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS:p1 RADIOBUTTON GROUP g1 default 'X'.
SELECTION-SCREEN:comment 5(10) text-a01,
POSITION 16.
PARAMETERS:p2 RADIOBUTTON GROUP g1.
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS : q1 RADIOBUTTON GROUP g2.
SELECTION-SCREEN:POSITION 16.
PARAMETERS : q2 RADIOBUTTON GROUP g2.
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS : p3 RADIOBUTTON GROUP g1.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nitesh Kumar on Dec 11, 2008 3:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 10:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920251#M1148171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: radiobutton positioning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920252#M1148172</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;I guess you want all radiobuttons in one line, but separated by two columns. If so the below is applicable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
"first column
SELECTION-SCREEN  BEGIN OF LINE.
PARAMETERs p_cweek TYPE c RADIOBUTTON GROUP rb.
SELECTION-SCREEN comment 5(5) text-001.
PARAMETERs p_pweek TYPE c RADIOBUTTON GROUP rb.
SELECTION-SCREEN comment 15(5) text-002.
PARAMETERs p_upto TYPE c RADIOBUTTON GROUP rb.
SELECTION-SCREEN comment 25(5) text-003.

SELECTION-SCREEN POSITION 50.

"second one
PARAMETERS p_oper TYPE c RADIOBUTTON GROUP rb.
SELECTION-SCREEN comment 55(5) text-004.
PARAMETERS p_prcw TYPE c RADIOBUTTON GROUP rb.
SELECTION-SCREEN comment 65(5) text-005.
SELECTION-SCREEN END OF LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 10:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radiobutton-positioning/m-p/4920252#M1148172</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-12-11T10:15:38Z</dc:date>
    </item>
  </channel>
</rss>

