<?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: Parameters VS Select-Options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066171#M971966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use parameters in your selection screen then its compulsary for you to enter any value or else it will consider value as SPACE in parameter &amp;amp; it will give output as per SPACE value only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while Select option will perform even if you have not entered any values in it.it will cosider as all the values &amp;amp; will give you output as per that only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select option with no interval means user can only specify a single comparison in the first line in the selection table on the selection screen.while dialog box for multiple selections still allows interval selections.so you will not see  second input box on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select option with no extension means user can not access the dialog box for multiple selection on screen. so they cannot edit selection tables containing several lines means you will not get push button for multiple selection here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 06:50:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T06:50:07Z</dc:date>
    <item>
      <title>Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066165#M971960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody,&lt;/P&gt;&lt;P&gt;                     why we r going for the "select-options with no intervals and no extension"  when we have the "Parameters" option.In which Case we go for the  "select-options with no intervals and no extension".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066165#M971960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066166#M971961</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;There are many restrictions on parameters.&lt;/P&gt;&lt;P&gt;Plz refer to this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.allinterview.com/showanswers/66055.html]&lt;/P&gt;&lt;P&gt;[http://www.allinterview.com/showanswers/56597.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066166#M971961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066167#M971962</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;good question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u r using parameters option and u didnt pass any value and execute it the sy-subrc value will be 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u r using select-options with no intervals and no extension then even if u didnt pass nay value and execute u will get all values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example we use this in case of company code where u want details of only 1 company code for that we use these kind of options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066167#M971962</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-07-10T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066168#M971963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are differences when we use parameter and select-option with no extension and no intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) parameter if you use and do no pass any value means in select statement it will search for a space value and space is not there means it will fail.  Meanwhile select-option low value is not passed means it will fetch all the records. So initial check is important based on requirement.  this makes one difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Select-option with no interval and no extension, will give only low value in selection screen. if you double click on that you will get the pop-up with comparison operators..  &amp;lt;low value. &amp;gt; low value etc are still possible with this option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066168#M971963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066169#M971964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use it according to your requirement. But the advantage in using select-options with no extension and no-intervals is that you &lt;STRONG&gt;can have many single values&lt;/STRONG&gt; in your select-options and you &lt;STRONG&gt;can have either include or exclude&lt;/STRONG&gt; options to those values . This feature is not there in parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066169#M971964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066170#M971965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Checkthe following links which give the differences between parameters and select- options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/difference-between-select-options-and-parameters.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/difference-between-select-options-and-parameters.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066170#M971965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066171#M971966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use parameters in your selection screen then its compulsary for you to enter any value or else it will consider value as SPACE in parameter &amp;amp; it will give output as per SPACE value only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while Select option will perform even if you have not entered any values in it.it will cosider as all the values &amp;amp; will give you output as per that only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select option with no interval means user can only specify a single comparison in the first line in the selection table on the selection screen.while dialog box for multiple selections still allows interval selections.so you will not see  second input box on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select option with no extension means user can not access the dialog box for multiple selection on screen. so they cannot edit selection tables containing several lines means you will not get push button for multiple selection here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066171#M971966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066172#M971967</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;               thanx for ur reply.Is there any other diff ?I want in which scenarios select-options without extension and intervals will be used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066172#M971967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066173#M971968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The advantage of  using select-options as a screen element is that we can go for complex selection criteria like include/exclude a particular value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover , if you are using a select-option with no extension and no interval though you are not allowed to give ranges but you can give multiple single values and retrieve data for more than one entry which is not possible with parameters because parameters only take one value at a time and even &lt;STRONG&gt;does not&lt;/STRONG&gt; have the facility of complex criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only selection criteria you have with parameters is &lt;STRONG&gt;' = ' .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also a space in case of select-option retrieves &lt;STRONG&gt;all data&lt;/STRONG&gt; while in case of parameters retrieves &lt;STRONG&gt;no data&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066173#M971968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066174#M971969</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;select-option is an internal table which has fields sign,option,low &amp;amp; high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no-extension &amp;amp; no-intervals  high field will be blank..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still u hav sign filed &amp;amp; option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go thru this code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ztest2  . "IDES Textpool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS name FOR kna1-kunnr NO INTERVALS  NO-EXTENSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER p_name TYPE kna1-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name-sign = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY name INDEX 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM kna1 WHERE kunnr = '0000003511'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM kna1 WHERE kunnr IN name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM kna1 WHERE kunnr = p_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep break point at each seelct statement &amp;amp; observe contents of kna1...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066174#M971969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066175#M971970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic difference is that we can make select-options behave like paramenters by using &lt;/P&gt;&lt;P&gt;additon "no intervals" and "No extensions", but vice versa is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the "Multiple Selection" screen, you can also enter ranges for selection options with " NO INTERVALS". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By combining this addition with " NO-EXTENSION", you can restrict the user to entry of a single value for the selection option, but with the possibility of also choosing single value options like 'Greater than' or 'Less than or equal'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the addition " NO INTERVALS" with SELECTION-SCREEN BEGIN OF BLOCK, you can activate the simplified display for all selection options in a block. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence, The Select-option has a multi-operational feature,&lt;/P&gt;&lt;P&gt;The Parameter function is one of the important feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066175#M971970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters VS Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066176#M971971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables:
  mara.

data :
  t_mara like standard table of mara.

data :
  fs_mara like line of t_mara.

select-options :
  s_matnr for mara-matnr no-extension no intervals.

initialization.

  s_matnr-low = '1232'.
  s_matnr-sign = 'I'.
  append s_matnr.


start-of-selection.

select matnr
  from mara
  into corresponding fields of table t_mara
 where matnr eq s_matnr-low.

 loop at t_mara into fs_mara.

    write :/ fs_mara-matnr.

  endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-vs-select-options/m-p/4066176#M971971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:20:33Z</dc:date>
    </item>
  </channel>
</rss>

