<?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: abt selection screen parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646513#M609648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the selection screen parameters are obligatory, u've to fill them otherwise&lt;/P&gt;&lt;P&gt;change the parameter as a select-option with the additions NO-EXTENSION and NO-INTERVAL. which makes the select-option look like a parameter and in the WHERE clause use the &amp;lt;b&amp;gt;IN&amp;lt;/b&amp;gt; operator instead of &amp;lt;b&amp;gt;EQ&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2007 05:33:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-17T05:33:10Z</dc:date>
    <item>
      <title>abt selection screen parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646509#M609644</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 made a report with selection screen which has two parameters&lt;/P&gt;&lt;P&gt;but to run that report i have to fill that two fileds&lt;/P&gt;&lt;P&gt;is there any way that i can run my report without filling the two fields of my selection screen. Both the fields are used in the where condition in my inner join query.&lt;/P&gt;&lt;P&gt;thanx n regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646509#M609644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T05:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: abt selection screen parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646510#M609645</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;Once you specify those fields in the where clause then it is a must that you need to give some value at selection screen level.It is a must.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646510#M609645</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-08-17T05:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: abt selection screen parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646511#M609646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u want to run the report without filling the two field ...use select-options rather than parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS s_carrid FOR spfli_wa-carrid NO-DISPLAY NO-EXTENSION .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646511#M609646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T05:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: abt selection screen parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646512#M609647</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;U have two parameters, but dont want to fill them..May i know under what scenario u need this sort of..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646512#M609647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T05:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: abt selection screen parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646513#M609648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the selection screen parameters are obligatory, u've to fill them otherwise&lt;/P&gt;&lt;P&gt;change the parameter as a select-option with the additions NO-EXTENSION and NO-INTERVAL. which makes the select-option look like a parameter and in the WHERE clause use the &amp;lt;b&amp;gt;IN&amp;lt;/b&amp;gt; operator instead of &amp;lt;b&amp;gt;EQ&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646513#M609648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T05:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: abt selection screen parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646514#M609649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not mendatory to fill these two fields unless n until u'r not making them OBLIGATROY. n offcorse u'r query will run execute perfectly but just check the query whether there'r a huge recordset selected while u'r keeping these fileds blank. otherwise u should take them as OBLIGATORY parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;S@meer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646514#M609649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T05:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: abt selection screen parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646515#M609650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx all&lt;/P&gt;&lt;P&gt;i think select-options wid no no interval and no extention wil help&lt;/P&gt;&lt;P&gt;thanx all for replying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen-parameters/m-p/2646515#M609650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T05:41:07Z</dc:date>
    </item>
  </channel>
</rss>

