<?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: radio button &amp; select options in same line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805797#M915392</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;Hope the below code helps you.&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;  SELECTION-SCREEN COMMENT [/]pos(len)&lt;/P&gt;&lt;P&gt;                               {text|{text FOR FIELD sel}} &lt;/P&gt;&lt;P&gt;                                                   VISIBLE LENGTH vlen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; parameters: b1 radiobutton group 1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select-options s_date for sy-datum.&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;Regards,&lt;/P&gt;&lt;P&gt;Sandesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 08:50:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T08:50:19Z</dc:date>
    <item>
      <title>radio button &amp; select options in same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805795#M915390</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 am working in sap 3.1 version. there I required radio button and select options in same line. here begin of line is not allowing for select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;suma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 08:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805795#M915390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T08:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: radio button &amp; select options in same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805796#M915391</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;Hope the below code helps you.&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;*SELECTION-SCREEN COMMENT [/][pos](len)&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                          {text|{[text] FOR FIELD sel}}&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                          [VISIBLE LENGTH vlen]&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                          [MODIF ID modid]&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                          [ldb_additions].&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  parameters: p1 radiobutton group 1,&lt;/P&gt;&lt;P&gt;              p2 radiobutton group 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select-options s_date for sy-datum.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SELECTION-SCREEN COMMENT for placing the appropriate comments at respective positions.&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>Wed, 14 May 2008 08:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805796#M915391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T08:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: radio button &amp; select options in same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805797#M915392</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;Hope the below code helps you.&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;  SELECTION-SCREEN COMMENT [/]pos(len)&lt;/P&gt;&lt;P&gt;                               {text|{text FOR FIELD sel}} &lt;/P&gt;&lt;P&gt;                                                   VISIBLE LENGTH vlen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; parameters: b1 radiobutton group 1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select-options s_date for sy-datum.&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;Regards,&lt;/P&gt;&lt;P&gt;Sandesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 08:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805797#M915392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T08:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: radio button &amp; select options in same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805798#M915393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select options is not allowing in between the begin of line &amp;amp; end of line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 08:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805798#M915393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T08:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: radio button &amp; select options in same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805799#M915394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there should not be a problem putting select options in between begin of and end of line....use the following as reference...&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;PARAMETERS: Pr RADIOBUTTON GROUP G2 USER-COMMAND C1 DEFAULT 'X',&lt;/P&gt;&lt;P&gt;            Pr1 RADIOBUTTON GROUP G2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select-options s1 for sy-datum.&lt;/P&gt;&lt;P&gt;  selection-screen end of line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-select-options-in-same-line/m-p/3805799#M915394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:09:22Z</dc:date>
    </item>
  </channel>
</rss>

