<?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 Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338944#M1229863</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 have a selection screen which i must design as follow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

RB No1
      CB TEST1         CB TEST3
      CB TEST2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RB represent radio button and CB is check box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to leave a little space before the check box how can i do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:
rb_act      RADIOBUTTON GROUP gp1 DEFAULT 'X'.  "Actual radio button

SELECTION-SCREEN SKIP.

SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS cb_pl_a     AS CHECKBOX. " DEFAULT "Profit and loss check box
SELECTION-SCREEN COMMENT 3(19) text-002.

PARAMETERS cb_pl_s     AS CHECKBOX. "Sales only check box
SELECTION-SCREEN COMMENT 25(19) text-003.
SELECTION-SCREEN END OF LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done like this but there is no space before the check box it is align with the radio button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2009 08:31:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-09T08:31:38Z</dc:date>
    <item>
      <title>Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338944#M1229863</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 have a selection screen which i must design as follow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

RB No1
      CB TEST1         CB TEST3
      CB TEST2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RB represent radio button and CB is check box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to leave a little space before the check box how can i do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:
rb_act      RADIOBUTTON GROUP gp1 DEFAULT 'X'.  "Actual radio button

SELECTION-SCREEN SKIP.

SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS cb_pl_a     AS CHECKBOX. " DEFAULT "Profit and loss check box
SELECTION-SCREEN COMMENT 3(19) text-002.

PARAMETERS cb_pl_s     AS CHECKBOX. "Sales only check box
SELECTION-SCREEN COMMENT 25(19) text-003.
SELECTION-SCREEN END OF LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done like this but there is no space before the check box it is align with the radio button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338944#M1229863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T08:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338945#M1229864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;     Try with the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PARAMETERS:&lt;/P&gt;&lt;P&gt;                  rb_act  RADIOBUTTON GROUP gp1 DEFAULT 'X'.  "Actual radio button&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;SELECTION-SCREEN SKIP 2.&lt;/STRONG&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 cb_pl_a     AS CHECKBOX. " DEFAULT "Profit and loss check box&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(19) text-002.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;PARAMETERS cb_pl_s     AS CHECKBOX. "Sales only check box&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 25(19) text-003.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U,&lt;/P&gt;&lt;P&gt;Jay....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338945#M1229864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T08:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338946#M1229865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  newbie82 c,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;rb_act      RADIOBUTTON GROUP gp1 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;rb_act1 RADIOBUTTON GROUP gp1 .  "Actual radio button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS cb_pl_a     AS CHECKBOX. " DEFAULT "Profit and loss check box&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(19) text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS cb_pl_s     AS CHECKBOX. "Sales only check box&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 25(19) text-003.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the radio button rb_act1, because a radiobutton group should have more than 1 radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338946#M1229865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T08:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338947#M1229866</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 tried the same piece of code u provided, it is giivng me enuf space between the radio buttons and the checkboxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338947#M1229866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T08:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338948#M1229867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write selection screen comment before check box as well ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(3) text-010. " declare text-010 with space as content&lt;/P&gt;&lt;P&gt;PARAMETERS cb_pl_a     AS CHECKBOX. " DEFAULT "Profit and loss check box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338948#M1229867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T08:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338949#M1229868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use: &lt;STRONG&gt;SELECTION-SCREEN POSITION &amp;lt;pos&amp;gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338949#M1229868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338950#M1229869</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;Just add a comment before:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECTION-SCREEN COMMENT 1(3) text-003. " text-003 doesn't contain anything&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS cb_pl_a     AS CHECKBOX. " DEFAULT "Profit and loss check box&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 8(19) text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338950#M1229869</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-03-09T08:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338951#M1229870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   check this standard piece of code source sap library&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE, &lt;/P&gt;&lt;P&gt;                  PUSHBUTTON 2(10) push USER-COMMAND fcode, &lt;/P&gt;&lt;P&gt;                  POSITION 16. &lt;/P&gt;&lt;P&gt;PARAMETERS para TYPE c LENGTH 20. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: COMMENT 40(40) text, &lt;/P&gt;&lt;P&gt;                  END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 08:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338951#M1229870</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-03-09T08:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338952#M1229871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;This works as per ur requirement.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:
rb_act RADIOBUTTON GROUP gp1 DEFAULT 'X',  "Actual radio button
rb_act2 RADIOBUTTON GROUP gp1.

SELECTION-SCREEN SKIP.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN position 10. " pos lies b/w 1 &amp;amp; 83
PARAMETERS cb_pl_a     AS CHECKBOX. " DEFAULT Profit and loss check box

SELECTION-SCREEN position 20.
PARAMETERS cb_pl_s     AS CHECKBOX. "Sales only check box
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;Mdi.Deeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 09:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338952#M1229871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338953#M1229872</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; SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;selection-screen position 7.&lt;/P&gt;&lt;P&gt;parameters cb_pl_a AS CHECKBOX. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 9(19) 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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS,&lt;/P&gt;&lt;P&gt;Nithya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 09:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/5338953#M1229872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T09:16:31Z</dc:date>
    </item>
  </channel>
</rss>

