<?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: selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381872#M186314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt; Please check this piece of code. U need to adjust the position like 14(10). Include everything whatever u want on single line between &lt;/P&gt;&lt;P&gt;selection-screen begin of line.&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 p_mypar(10) type c.&lt;/P&gt;&lt;P&gt;selection-screen comment 14(10) text-ty1. "DISPLAY&lt;/P&gt;&lt;P&gt;parameters p_1 default 'X' radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;parameters p_2 radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;parameters p_3 radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If found helpful, please do reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2006 10:35:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-21T10:35:54Z</dc:date>
    <item>
      <title>selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381868#M186310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt; i have a parameter, some text and a group of radio buttons(yes or no) . i want to arrange them in one line.&lt;/P&gt;&lt;P&gt;how can i code that.&lt;/P&gt;&lt;P&gt;i mean &lt;/P&gt;&lt;P&gt; ex:&lt;/P&gt;&lt;P&gt;material      -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;         text-001   rd1  rd2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ssi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 09:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381868#M186310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T09:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381869#M186311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters p_display default 'X' radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;selection-screen comment 4(70) text-ty1. "DISPLAY&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_add radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;selection-screen comment 4(70) text-ty2. "ADD&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_edit radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;selection-screen comment 4(70) text-ty3. "EDIT&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;selection-screen skip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 09:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381869#M186311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T09:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381870#M186312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;here a short example:&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 01(23) T_LANGL FOR FIELD P_LANGL.&lt;/P&gt;&lt;P&gt;PARAMETERS:       P_LANGL  RADIOBUTTON GROUP PRI2.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN: POSITION 27&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   S_DATUL FOR EKKO-BEDAT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END   OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 09:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381870#M186312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381871#M186313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Sai ram&lt;/P&gt;&lt;P&gt;Use the following Statments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_MALE   RADIOBUTTON GROUP GRP1.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_MALE1   RADIOBUTTON GROUP GRP1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: POSITION 27.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 09:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381871#M186313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T09:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381872#M186314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt; Please check this piece of code. U need to adjust the position like 14(10). Include everything whatever u want on single line between &lt;/P&gt;&lt;P&gt;selection-screen begin of line.&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 p_mypar(10) type c.&lt;/P&gt;&lt;P&gt;selection-screen comment 14(10) text-ty1. "DISPLAY&lt;/P&gt;&lt;P&gt;parameters p_1 default 'X' radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;parameters p_2 radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;parameters p_3 radiobutton group rtyp.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If found helpful, please do reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 10:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1381872#M186314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T10:35:54Z</dc:date>
    </item>
  </channel>
</rss>

