<?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 &amp; select-options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303331#M503616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will happen if we execute a report without giving any value in parameter in selection screen ?&lt;/P&gt;&lt;P&gt;What will happen if we execute a report without giving any value in select-options in selection screen ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2007 05:45:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-31T05:45:09Z</dc:date>
    <item>
      <title>Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303331#M503616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will happen if we execute a report without giving any value in parameter in selection screen ?&lt;/P&gt;&lt;P&gt;What will happen if we execute a report without giving any value in select-options in selection screen ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 05:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303331#M503616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T05:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303332#M503617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will take initial values for the seletion criteria and display all the values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 06:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303332#M503617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T06:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303333#M503618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna , &lt;/P&gt;&lt;P&gt;  If it is a parameter then it will try to select all those records from the database where the feild corresponding to the parameter is blank/initial, chances are that it would not select any record.&lt;/P&gt;&lt;P&gt;In case of select options , it will select all records ,i.e. it will basically ignore that condition in the where clause and select data based on other conditions in the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 06:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303333#M503618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T06:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303334#M503619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;What will happen if we execute a report without giving any value in parameter in selection screen ?&lt;/P&gt;&lt;P&gt;it won't fetch any record. but if we give another input filed in select statement it will fetch data depending on that filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will happen if we execute a report without giving any value in select-options in selection screen ? &lt;/P&gt;&lt;P&gt;It will fetch all tha data contained in that field.but if we give another input filed in select statement it will fetch data depending on that filed along with this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 06:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303334#M503619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T06:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303335#M503620</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;if parameter and sel option is not obligatory and will run report as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;about filtering of data , it will assume that all values are sielected so no fileter will be added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. p_para and s_selopt doesnot contin any value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;select ..... where matnr = p_para. will NOT retun any record.&lt;/P&gt;&lt;P&gt;select .... whre matnr IN s_selopt . will rerutn all recors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 09:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303335#M503620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T09:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303336#M503621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1) What will happen if we execute a report without giving any value in parameter in selection screen ?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;A) It will consider parameter's intial values based on the data type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2) What will happen if we execute a report without giving any value in select-options in selection screen ?&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;A) It will consider all the entries for that field in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 09:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303336#M503621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T09:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303337#M503622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u  excute parameter without giving anything in it, then it goes to database and search abt null values in the database, then output is empty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u excute select-options without giving anyting in it, then it goes to database and takes all records from the database, then ouptut is all avbl records in the database.&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;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303337#M503622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303338#M503623</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;Parameters: It will check if there is any record which has value as INITIAL or blank&lt;/P&gt;&lt;P&gt;Select-options: It will consider all records. Its as good as giving no condition at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 06:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303338#M503623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303339#M503624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u didnt give any value for parameter or select-option then the select query will select all all the records from the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u declare these as a mandatory then u should pass value. If u didnt give any value u cannot get any value. Ur program will goes to error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using Al selection-screen event u can validate ur Selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need ur reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 16:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303339#M503624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303340#M503625</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;Please look at the following code to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  zz_session_method.

TABLES: bkpf.

SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
PARAMETERS: p_bukrs TYPE bukrs.
SELECT-OPTIONS: s_bukrs FOR bkpf-bukrs.
SELECTION-SCREEN : END OF BLOCK b1.


DATA: t_bkpf TYPE TABLE OF bkpf.

** Selection using Parameters as initial.

SELECT bukrs FROM bkpf INTO TABLE t_bkpf
             WHERE bukrs = p_bukrs.

IF sy-subrc &amp;gt;&amp;lt; 0.
** This will select only the values from BKPF where BUKRS is equal to SPACE.
ENDIF.

** Selection Using Select Options as Initial.

SELECT bukrs FROM bkpf INTO TABLE t_bkpf
             WHERE bukrs IN s_bukrs.

IF sy-subrc = 0.
** This will select all the values from BKPF with out any restriction on BUKRS. 
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;P&gt;Anirban M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 06:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303340#M503625</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2007-06-04T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303341#M503626</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;Please look at the following code to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  zz_session_method.

TABLES: bkpf.

SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
PARAMETERS: p_bukrs TYPE bukrs.
SELECT-OPTIONS: s_bukrs FOR bkpf-bukrs.
SELECTION-SCREEN : END OF BLOCK b1.


DATA: t_bkpf TYPE TABLE OF bkpf.

** Selection using Parameters as initial.

SELECT bukrs FROM bkpf INTO TABLE t_bkpf
             WHERE bukrs = p_bukrs.

IF sy-subrc &amp;gt;&amp;lt; 0.
** This will select only the values from BKPF where BUKRS is equal to SPACE.
ENDIF.

** Selection Using Select Options as Initial.

SELECT bukrs FROM bkpf INTO TABLE t_bkpf
             WHERE bukrs IN s_bukrs.

IF sy-subrc = 0.
** This will select all the values from BKPF with out any restriction on BUKRS. 
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;P&gt;Anirban M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 06:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303341#M503626</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2007-06-04T06:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303342#M503627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi swapna,&lt;/P&gt;&lt;P&gt;                  for the both screnarios if u are not passing any value at selection-screen,if will table all the field values in the perticulat table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the below example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;selction-options: matnr for mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r program will have MATNR at u r selction screen.&lt;/P&gt;&lt;P&gt;if u not giving any value in MATNR it will read all the MATNR value in MARA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhukar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 15:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303342#M503627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T15:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303343#M503628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you go..Use this code and find the differennce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;*--   2) Difference between Parameters and Select options with&lt;/P&gt;&lt;P&gt;*--    No-Intervals and No-extension&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;Explanation: -&lt;/P&gt;&lt;P&gt;1) If u dont enter any value in parameter, the system consider it as a initial value and dont retrive any records. If u dont enter any value in select-options, the system selects all values from the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The other difference is You can check a value againist a Entries against a check table with Parameter option by as " VALUE CHECK ". However it is recommended to use this only when the parameter is obligatory becuase it checks for blank entries also. This option( VALUE CHECK ) cannot be used in SELECT-OPTIONS.&lt;/P&gt;&lt;P&gt;( Eg:- p_matnr like mara-matnr OBLIGATORY VALUE CHECK. ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: MARA.&lt;/P&gt;&lt;P&gt;DATA: p_count TYPE i,&lt;/P&gt;&lt;P&gt;      s_count TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_mtart like mara-mtart.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_mtart FOR mara-mtart NO INTERVALS NO-EXTENSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT count(*) FROM&lt;/P&gt;&lt;P&gt;   MARA into p_count&lt;/P&gt;&lt;P&gt;   WHERE matnr = p_mtart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT count(*) FROM&lt;/P&gt;&lt;P&gt;   MARA into s_count&lt;/P&gt;&lt;P&gt;   WHERE matnr IN s_mtart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ p_count,&lt;/P&gt;&lt;P&gt;        s_count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this output, p_count = 0.&lt;/P&gt;&lt;P&gt;            and s_count will be total no. of records in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this code is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Hari krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 12:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303343#M503628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T12:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303344#M503629</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;   For PARAMETERS: It wont select any record. &lt;/P&gt;&lt;P&gt;   For SELECT-OPTIONS: It will fetch all the records from the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;*DJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward, if its useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303344#M503629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters &amp; select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303345#M503630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi swapna,&lt;/P&gt;&lt;P&gt;when u will execute a report without giving any value in parameter in selection screen it will not return any value..the output will be blank...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as when u execute a report without giving any value in select-options in selection screen it will return all the values based on select query...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will clear ur doubt...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points in case useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 06:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-select-options/m-p/2303345#M503630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T06:30:51Z</dc:date>
    </item>
  </channel>
</rss>

