<?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: Hi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177208#M462525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a joke?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry but doing an F1 before hitting sdn sometimes helps.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDN was a forum where questions of a specific level were posted - let's keep it that way and not turn it in to an abap-fans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 12:49:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T12:49:19Z</dc:date>
    <item>
      <title>Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177201#M462518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the diferences between Parameter and select option...except the range difference?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177201#M462518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177202#M462519</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 create select options it defines an internal table sel with a fixed structure which consists of the fields sel-SIGN, sel-OPTION, sel-LOW and sel-HIGH. While sel-SIGN and sel-OPTION have a fixed format (type character, length 1 and 2 respectively), sel-LOW and sel-HIGH inherit the type and length of their reference field f in variant 1, where as in parameters no internal table will be created.&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;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177202#M462519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177203#M462520</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 the select-options (complex selection), you will be using IN operator in the SQL..If there is no record in the select-options the field value in the where clause is not considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for parameters (single selection), you will be using EQ operator in the SQL..if there is no value in the parameter which means blank..Then if you are selecting with a blank value you will not get any record..unless there is a record available in the database with a blank value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is because of the select-options property that when it is leave empty all values will be selected. and when parameter is empty no value will be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz go through the below link...&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;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177203#M462520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177204#M462521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Reema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the select-options (complex selection), you will be using IN operator in the SQL..If there is no record in the select-options the field value in the where clause is not considered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for parameters (single selection), you will be using EQ operator in the SQL..if there is no value in the parameter which means blank..Then if you are selecting with a blank value you will not get any record..unless there is a record available in the database with a blank value.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayant Sahu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177204#M462521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177205#M462522</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;- 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;- 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;-- 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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177205#M462522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177206#M462523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parameters are:&lt;/P&gt;&lt;P&gt;1. referted with EQ/NE...&lt;/P&gt;&lt;P&gt;2. Generally contains only one value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sel opts:&lt;/P&gt;&lt;P&gt;1.  refered with BETWEEN ... IN&lt;/P&gt;&lt;P&gt;2. Generally contains ranges, set of values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177206#M462523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177207#M462524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;**For a parameter we can write&lt;/P&gt;&lt;P&gt;  parameter: p_data type mara-matnr obligatory.   without declaring a work area for &lt;/P&gt;&lt;P&gt;  the table MARA (ie, no need of statement TABLES: MARA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  but for a select-option we need to declare the work area to use like this &lt;/P&gt;&lt;P&gt;  tables: mara.&lt;/P&gt;&lt;P&gt;  select-options: p_data for mara-matnr obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Parameter can have inline comments but select-options can not have inline &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;   comments (On  the screen, if we want to dispplay some information related to &lt;/P&gt;&lt;P&gt;   the field were we enter the data, we use comments)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;In select-options we can have extensions, but not in parameter.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;In parameter declaration we use TYPE or LIKE,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;   but for select-option we use FOR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177207#M462524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177208#M462525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a joke?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry but doing an F1 before hitting sdn sometimes helps.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDN was a forum where questions of a specific level were posted - let's keep it that way and not turn it in to an abap-fans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177208#M462525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177209#M462526</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;Parameter:&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;              [DEFAULT &amp;lt;f&amp;gt;]&lt;/P&gt;&lt;P&gt;              [MEMORY ID &amp;lt;pid&amp;gt;]&lt;/P&gt;&lt;P&gt;              [LOWER CASE]&lt;/P&gt;&lt;P&gt;              [OBLIGATORY]&lt;/P&gt;&lt;P&gt;              [VALUE CHECK]&lt;/P&gt;&lt;P&gt;              [AS CHECKBOX]&lt;/P&gt;&lt;P&gt;              [RADIOBUTTON GROUP &amp;lt;radi&amp;gt;]&lt;/P&gt;&lt;P&gt;              [NO-DISPLAY]&lt;/P&gt;&lt;P&gt;              [MODIF ID &amp;lt;key&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declares a variable &amp;lt;p&amp;gt;, as in the DATA statement. For &amp;lt;p&amp;gt;, an input field appears on the corresponding selection screen. The additions allow you to define default values, accept lowercase input, define the field as required, check values, define a checkbox or radio button, prevent the field from being displayed on the selection screen, or modify the field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select-Option:&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS &amp;lt;sel&amp;gt; FOR &amp;lt;f&amp;gt;&lt;/P&gt;&lt;P&gt;               [DEFAULT &amp;lt;g&amp;gt; [to &amp;lt;h&amp;gt;] [OPTION &amp;lt;op&amp;gt;] SIGN &amp;lt;s&amp;gt;]&lt;/P&gt;&lt;P&gt;               [MEMORY ID &amp;lt;pid&amp;gt;]&lt;/P&gt;&lt;P&gt;               [LOWER CASE]&lt;/P&gt;&lt;P&gt;               [OBLIGATORY]&lt;/P&gt;&lt;P&gt;               [NO-DISPLAY]&lt;/P&gt;&lt;P&gt;               [MODIF ID &amp;lt;key&amp;gt;]&lt;/P&gt;&lt;P&gt;               [NO-EXTENSION]&lt;/P&gt;&lt;P&gt;               [NO INTERVALS]&lt;/P&gt;&lt;P&gt;               [NO DATABASE SELECTION].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declares a selection table &amp;lt;sel&amp;gt; for the field &amp;lt;f&amp;gt;. For &amp;lt;sel&amp;gt;, places input fields on the corresponding selection screen. The additions allow you to set a default value, accept input in lowercase, define a required field, suppress or modify the display on the selection screen, restrict the selection table to a line or a selection to a single field, or prevent input from being passed to a logical database.&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, 07 May 2007 12:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177209#M462526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177210#M462527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.select options internally uses a internal table with the following options&lt;/P&gt;&lt;P&gt;low-  starting value&lt;/P&gt;&lt;P&gt;high- ending value(highest value)&lt;/P&gt;&lt;P&gt;sign- operator to be evaluated bt,in,like,eq,ne........&lt;/P&gt;&lt;P&gt;option- include or exclude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii.parameter stores a single value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.default operator used for parameter is equal(=)&lt;/P&gt;&lt;P&gt;   default operator used for select-options  is between&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2177210#M462527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:53:43Z</dc:date>
    </item>
  </channel>
</rss>

