<?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 diff. seletions-options and parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877299#M675452</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;Difference between select-options with no extension and parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 10:21:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-08T10:21:21Z</dc:date>
    <item>
      <title>diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877299#M675452</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;Difference between select-options with no extension and parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877299#M675452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T10:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877300#M675453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO INTERVALS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;When you use the NO INTERVALS addition, the system creates a smaller subscreen that does not contain the HIGH fields of the selection criteria. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;If you want to display a selection screen on any other screen or as part of a tabstrip control on a selection screen, you must create it as a subscreen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... NO-EXTENSION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The user can only make an entry on one line. Calling the additional "Multiple Selection" screen is not supported and no pushbutton for this appears on the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... NO INTERVALS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The selection option is displayed on the selection screen without a 'to' field. The pushbutton for calling the "Multiple Selection" screen appears immediately after the 'from' field. &lt;/P&gt;&lt;P&gt;This addition thus allows you to generate a simplified display on the selection screen. This is particularly useful if you are not making any range selections for this selection option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defines Program Parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objects that you define with this statement can have two functions: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In executable (type 1) programs: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can run executable programs using the r SUBMIT statement. The PARAMETERS and SELECT-OPTIONS statements form their interface. This is usually the interface between the program and the user, that is, the parameters and select-options are filled out by the user on the selection screen (see also the NO-DISPLAY addition and the SUBMIT statement without the VIA SELECTION-SCREEN addition). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any program (apart from a subroutine pool, that is, a program with type S): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objects in a program, defined on a selection screen that is filled out by the user at runtime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877300#M675453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T10:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877301#M675454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mukul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you declare Select-options with no extension that means you can not give multiple values for the specified field in selection screen but you can give range of values for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in case of Parameter you can give only one value for the specified field in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Reward points if useful&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877301#M675454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T10:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877302#M675455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT OPTIONS with no-intervals and no-extension acts like PARAMETERS statement except that the select options has to be addresses like SO_NAME-LOW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877302#M675455</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-10-08T10:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877303#M675456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;difference between select-options with no-extension &amp;amp; parameter&lt;/P&gt;&lt;P&gt;when user doesnt give any input in select-options the where condition gets failed in select statement and it fetch all data from database&lt;/P&gt;&lt;P&gt;but in case of parameter whenver field value equal to space then only it fetches data otherwise it wont fetch data.&lt;/P&gt;&lt;P&gt;reward for useful points&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877303#M675456</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-10-08T10:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877304#M675457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;parameter p_mat.&lt;/P&gt;&lt;P&gt;select options s_mat  for mara-matnr  no interval no-extention&lt;/P&gt;&lt;P&gt;This will act as a parameter, u can give ony one value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But s_mat is a range  but&lt;/P&gt;&lt;P&gt; p_mat is a variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877304#M675457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877305#M675458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To allow the user to process only the first row of the selection table on the selection screen, you use the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS &amp;lt;seltab&amp;gt; FOR &amp;lt;f&amp;gt; ..... NO-EXTENSION .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result, the pushbutton for multiple selections does not appear on the selection screen, and multiple selections are not available to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA WA_SPFLI TYPE SPFLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS AIRLINE FOR WA_SPFLI-CARRID NO-EXTENSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following standard selection screen appears:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use the PARAMETERS statement to declare variables, similarly to the DATA statement Variables declared with the PARAMETERS statement are called parameters. For each parameter declared, an input field appears on the corresponding selection screen. On the left hand side of the input field, the name of the parameter is displayed as text. You can modify this text as selection text. Values entered into the input field by the user are assigned to the corresponding variable while the system processes the selection screen. The position of the statement in the declaration part of the program determines the selection screen to which the input field belongs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic form of the PARAMETERS statement is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS &amp;lt;p&amp;gt;[(&amp;lt;length&amp;gt;)] [TYPE &amp;lt;type&amp;gt;|LIKE &amp;lt;obj&amp;gt;] [DECIMALS &amp;lt;d&amp;gt;]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement creates parameter &amp;lt;p&amp;gt;. Currently, parameter names are limited to eight digits. The additions &amp;lt;length&amp;gt;, TYPE|LIKE and DECIMALS are the same as for the DATA statement. Note that the data types valid for parameters include all elementary ABAP types except data type F. You cannot use data type F, references and aggregate types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the parameter refers to data types from the Dictionary, it adopts all attributes of the Dictionary field. Currently, parameters can only refer to fields of database tables, views and structures. In particular, the field help (F1) and the possible entries help (F4) defined for these fields in the Dictionary are available to the user. To check a user entry against a value list in the Dictionary, you must use the special addition VALUE CHECK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters are used for simple queries of single values. For example, you can use parameters to control the program flow. However, if you want to restrict database accesses or perform complex selections, you should use selection criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT DEMO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: WORD(10) TYPE C,&lt;/P&gt;&lt;P&gt;DATE TYPE D,&lt;/P&gt;&lt;P&gt;NUMBER TYPE P DECIMALS 2,&lt;/P&gt;&lt;P&gt;CONNECT TYPE SPFLI-CONNID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, four parameters are created for the standard selection screen: a character field, WORD, of length 10; a date field, DATE, of length 8; a packed number field, NUMBER, with two decimals; and a field, CONNECT, that refers to the SPFLI-CONNID type in the ABAP Dictionary. When the user starts the program, the input fields appear as follows on the standard selection screen:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877305#M675458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877306#M675459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difference between Select-Options and Parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main difference between select-options and parameters is that the select-option creates a selection table consisting of 4 fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go thru the following details to learn more bout it... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description of the individual components: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN &lt;/P&gt;&lt;P&gt;The data type of SIGN is C with length 1. The contents of SIGN determine for each row whether the result of the row condition is to be included in or excluded from the resulting set of all rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible values are I and E. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#150; I stands for "inclusive" (inclusion criterion - operators are not inverted) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#150; E stands for "exclusive" (exclusion criterion - operators are inverted) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPTION &lt;/P&gt;&lt;P&gt;The data type of OPTION is C with length 2. OPTION contains the selection operator. The following operators are available: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#150; If HIGH is empty, you can use EQ, NE, GT, LE, LT,CP, and NP. These operators are the same as those that are used for logical expressions. Yet operators CP and NP do not have the full functional scope they have in normal logical expressions. They are only allowed if wildcards ( '*' or '+' ) are used in the input fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If wildcards are entered on the selection screen, the system automatically uses the operator CP. The escape character is defined as #. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#150; If HIGH is filled, you can use BT (BeTween) and NB (Not Between). These operators correspond to BETWEEN &lt;/P&gt;&lt;P&gt;and NOT BETWEEN that you use when you check if a field belongs to a range. You cannot use wildcard characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- LOW &lt;/P&gt;&lt;P&gt;The data type of LOW is the same as the column type of the database table, to which the selection criterion is linked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#150; If HIGH is empty, the contents of LOW define a single field comparison. In combination with the operator in OPTION, it specifies a condition for the database selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#150; If HIGH is filled, the contents of LOW and HIGH specify the upper and lower limits for a range. In combination with the operator in OPTION, the range specifies a condition for the database selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- HIGH &lt;/P&gt;&lt;P&gt;The data type of HIGH is the same as the column type of the database table, to which the selection criterion is linked. The contents of HIGH specify the upper limit for a range selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter statement does not create a selection table . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second thing is select-option gives us a range for selection, whereas parameter doesn't . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the parameter you can define radio buttons and checkboxes where as select-options can't . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877306#M675459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877307#M675460</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;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Restricting Entry to One Row&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;To allow the user to process only the first row of the selection table on the selection screen, you&lt;/P&gt;&lt;P&gt;use the following syntax:&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS &amp;lt;seltab&amp;gt; FOR &amp;lt;f&amp;gt; ..... NO-EXTENSION .....&lt;/P&gt;&lt;P&gt;As a result, the pushbutton for multiple selections does not appear on the selection screen, and multiple selections are not available to the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Basic Form of Parameters&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;You use the PARAMETERS statement to declare variables, similarly to the DATA statement Variables declared with the PARAMETERS statement are called parameters. For each parameter declared, an input field appears on the corresponding selection screen. On the left hand side of the input field, the name of the parameter is displayed as text. You can modify this text as selection text. Values entered into the input field by the user are assigned to the corresponding variable while the system processes the selection screen. The position of the&lt;/P&gt;&lt;P&gt;statement in the declaration part of the program determines the selection screen to which the input field belongs.&lt;/P&gt;&lt;P&gt;The basic form of the PARAMETERS statement is as follows:&lt;/P&gt;&lt;P&gt;PARAMETERS &amp;lt;p&amp;gt;[(&amp;lt;length&amp;gt;)] [TYPE &amp;lt;type&amp;gt;|LIKE &amp;lt;obj&amp;gt;] [DECIMALS &amp;lt;d&amp;gt;].&lt;/P&gt;&lt;P&gt;This statement creates parameter &amp;lt;p&amp;gt;. Currently, parameter names are limited to eight digits.&lt;/P&gt;&lt;P&gt;The additions &amp;lt;length&amp;gt;, TYPE|LIKE and DECIMALS are the same as for the DATA&lt;/P&gt;&lt;P&gt;statement. Note that the data types valid for parameters include all elementary ABAP types except data type F. You cannot use data type F, references and aggregate types.&lt;/P&gt;&lt;P&gt;If the parameter refers to data types from the Dictionary, it adopts all attributes of the Dictionary field. Currently, parameters can only refer to fields of database tables, views and structures. In particular, the field help (F1) and the possible entries help (F4) defined for these fields in the Dictionary are available to the user. To check a user entry against a value list in the Dictionary, you must use the special addition VALUE CHECK.&lt;/P&gt;&lt;P&gt;Parameters are used for simple queries of single values. For example, you can use parameters to control the program flow. However, if you want to restrict database accesses or perform complex selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 11:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877307#M675460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: diff. seletions-options and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877308#M675461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select options and parameters look alike &amp;lt;b&amp;gt;if you declare select options as NO INTERVALS and NO-EXTENSION.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even then you can store multiple number of entries under select options but it is not possible with the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better understanding go through the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_num(3) type n.&lt;/P&gt;&lt;P&gt;select-options: s_num for v_num no intervals no-extension.&lt;/P&gt;&lt;P&gt;parameters p_num like v_num default 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_num-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_num-option = 'EQ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do 4 times.&lt;/P&gt;&lt;P&gt; s_num-low = sy-index.&lt;/P&gt;&lt;P&gt; append s_num.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ 'Values from Select options '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at s_num.&lt;/P&gt;&lt;P&gt; write:/5 s_num-low.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ 'Value from parameter ', p_num.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 11:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-seletions-options-and-parameters/m-p/2877308#M675461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T11:28:25Z</dc:date>
    </item>
  </channel>
</rss>

