<?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: general selection screen doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703568#M308291</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;Both are same eventhough declarations are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 14:52:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T14:52:52Z</dc:date>
    <item>
      <title>general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703566#M308289</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;what is the difference between the following  two &lt;/P&gt;&lt;P&gt;selection screen &lt;/P&gt;&lt;P&gt;select-options:sid FOR Zxxx-ID  NO-EXTENSION NO INTERVALS.&lt;/P&gt;&lt;P&gt;parameters : sid like zxxx-id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I KNOW I HAVE TO USE IN FOR FIRST AND = FOR SECOND IN SELECT QUERIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from that is there any difference that has to be taken care in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 14:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703566#M308289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703567#M308290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Addition 12 &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;&amp;lt;b&amp;gt;with this ranges can be included where as with parameters they cannot be included&amp;lt;/b&amp;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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 14:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703567#M308290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T14:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703568#M308291</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;Both are same eventhough declarations are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 14:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703568#M308291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703569#M308292</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 options with no intervals and no extension works like parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, both are same.&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;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 14:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703569#M308292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703570#M308293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the first statement ,   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if u doesnt give any input value for the select-option , it will fetch all the values when used in select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but with the second statement , if the parameter value is empty it will not fetch any record when used in select statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 14:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703570#M308293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T14:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703571#M308294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both are same when u enter values and execute ur program...but when u leave blank in select statement for select-option it fetches all records where as for parameter it will fetch only that record which is equal to space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 14:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703571#M308294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T14:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703572#M308295</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;so its advisible to use&lt;/P&gt;&lt;P&gt; select-options:sid FOR Zxxx-ID NO-EXTENSION NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever you have chice of multiple entries in selection thatmeans if you other fields in selection scrren and you can leave the field blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as if you parameters you cannot leave this field blank right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET ME KNOW IF IAM RIGHT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703572#M308295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703573#M308296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur right....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl. award points and close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703573#M308296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: general selection screen doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703574#M308297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only difference is the behaviour of this variables in the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If nothing is passed to s_sid then the select statement is sccessful. but if noting is passed to p_sid(parameter) and you are equating this in the select statement then the select statement will fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-selection-screen-doubt/m-p/1703574#M308297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:34:22Z</dc:date>
    </item>
  </channel>
</rss>

