<?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 parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735446#M319840</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;we have two parameters in selection screen.by default they appear one after other in selection screen. but i want to dispaly the both on sameline.how?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 06:08:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T06:08:05Z</dc:date>
    <item>
      <title>parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735446#M319840</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;we have two parameters in selection screen.by default they appear one after other in selection screen. but i want to dispaly the both on sameline.how?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735446#M319840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735447#M319841</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;Use begin of line in selection screen.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN COMMENT 1(10) TEXT-001.&lt;/P&gt;&lt;P&gt;  PARAMETERS: P1(3), P2(5), P3(1).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735447#M319841</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-11-29T06:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735448#M319842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the following syntax. It will helps to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;define ................. your components (i.e. two components&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735448#M319842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735449#M319843</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;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 2.&lt;/P&gt;&lt;P&gt;PARAMETERS: r1 RADIOBUTTON GROUP r.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 25.&lt;/P&gt;&lt;P&gt;PARAMETERS: r2 RADIOBUTTON GROUP r.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 45.&lt;/P&gt;&lt;P&gt;PARAMETERS: p1(5) type c.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 65.&lt;/P&gt;&lt;P&gt;PARAMETERS: p2(5) type c.&lt;/P&gt;&lt;P&gt;&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 END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735449#M319843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735450#M319844</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;chk this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 1.
PARAMETERS: name1.
SELECTION-SCREEN POSITION 18.
PARAMETERS: name2.
SELECTION-SCREEN COMMENT 20(10) TEXT-002 FOR FIELD c2.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735450#M319844</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-29T06:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735451#M319845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;USE &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;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;USman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/1735451#M319845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:11:30Z</dc:date>
    </item>
  </channel>
</rss>

