<?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/3733811#M898660</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 2 parameters on the same line, like date1:                and date2:                 .&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:08:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T13:08:48Z</dc:date>
    <item>
      <title>2 parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733811#M898660</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 2 parameters on the same line, like date1:                and date2:                 .&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:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733811#M898660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T13:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: 2 parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733812#M898661</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;SELECTION-SCREEN COMMENT  (31) text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_per_fr TYPE jahrperbl.                  " start per&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 52.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT  (5)  text-002.                   " end period&lt;/P&gt;&lt;P&gt;PARAMETERS: p_per_to TYPE jahrperbl.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF   LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where text-001 = Sales Period (Max 16)&lt;/P&gt;&lt;P&gt;         text-002 = to&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 13:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733812#M898661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: 2 parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733813#M898662</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;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:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733813#M898662</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-04-25T13:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: 2 parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733814#M898663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;selection-screen begin of line .&lt;/P&gt;&lt;P&gt;parameters :Date1 type d.&lt;/P&gt;&lt;P&gt;parameters:Date2 type d.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 13:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733814#M898663</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2008-04-25T13:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: 2 parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733815#M898664</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;parameters: a type i,&lt;/P&gt;&lt;P&gt;                  b type i.&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;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 13:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-parameters/m-p/3733815#M898664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T13:18:08Z</dc:date>
    </item>
  </channel>
</rss>

