<?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 2 parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733081#M898433</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;How to design a selection screen with two parameters on the same line , like date: -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;      and date1: -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 13:01:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T13:01:57Z</dc:date>
    <item>
      <title>2 parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733081#M898433</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;How to design a selection screen with two parameters on the same line , like date: -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;      and date1: -&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 13:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733081#M898433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: 2 parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733082#M898434</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;hi wite the two parameters between &lt;/P&gt;&lt;P&gt;selection-screen begin of line &lt;/P&gt;&lt;P&gt;and&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;example&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;PARAMETERS: r1 RADIOBUTTON GROUP g1  USER-COMMAND ucomm DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(17) text-002 FOR FIELD r1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: r2 RADIOBUTTON GROUP g1 .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 34(17) text-003 FOR FIELD r2.&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;here two radio buttons are coming side by side,&lt;/P&gt;&lt;P&gt;comment is used to write a text for the radio buttons&lt;/P&gt;&lt;P&gt;position is used to seperate the two radio buttons&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;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 13:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733082#M898434</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-04-25T13:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: 2 parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733083#M898435</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;REPORT YCHATEST LINE-SIZE 350.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 5.&lt;/P&gt;&lt;P&gt;PARAMETERS : P_VAR1(10).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 35.&lt;/P&gt;&lt;P&gt;PARAMETERS : P_VAR2(10).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.[/code]&lt;/P&gt;&lt;P&gt;&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 13:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733083#M898435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T13:06:23Z</dc:date>
    </item>
  </channel>
</rss>

