<?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: Select option/Parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480660#M558856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic you have given is applying the same with my program.So,if we declare a parameter and use in the where clause then we have to give some value else it will not work.Can I take it for granted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 08:51:17 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2007-07-06T08:51:17Z</dc:date>
    <item>
      <title>Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480652#M558848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared two variables vendor and PO Doc Type along with the other fields in the selection screen  and was not able to understand the way it behaves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vendor and potype are declared as select-option no intervals.&lt;/P&gt;&lt;P&gt;In that way the select statement is selecting the data even if we leave the fields blank in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I declare the vendor as select option no intervals and potype as parameter &lt;/P&gt;&lt;P&gt;and leave the fields as blank it is not selecting the data.If I gve some value to POtype then it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,does it mean that if we declare a variable as parameter,is it a must to given some value in the selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480652#M558848</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-07-06T08:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480653#M558849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;It depends on the select query u have written.&lt;/P&gt;&lt;P&gt;whenever the field is blank it retrieves all the fields from the dictionary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480653#M558849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480654#M558850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;yes u r right..&lt;/P&gt;&lt;P&gt;when we give the parameter option there should be some value...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480654#M558850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480655#M558851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls post your code here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480655#M558851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480656#M558852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you declare the selection screen variable as parameter and using this in the WHERE clause of query then it should have some value. &lt;/P&gt;&lt;P&gt;This is not the case with select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER in WHERE clause - The select statement treat it as a single field so you need to fill it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTION - It is treated as the no. of fields, so nothing is filled in this ...that means select ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480656#M558852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480657#M558853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not must to give a value in the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The whole functionality is as, " When ever you give any value as parameter, the process will be based on only that parameter. If you specify a value in select-option .... no-interval, this acts similar to  a parameter. But when you wont give any value in the selection screen, all the values of that field in the database table are selected".&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;Pavan P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480657#M558853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480658#M558854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KIran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u declare paramater or select-option thats make no difference its all depends on your select statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480658#M558854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480659#M558855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Yes you are correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For parameter when we give field as blank , it will not work , so you have to make that field as mandatory...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480659#M558855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480660#M558856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic you have given is applying the same with my program.So,if we declare a parameter and use in the where clause then we have to give some value else it will not work.Can I take it for granted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a ton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480660#M558856</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-07-06T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480661#M558857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480661#M558857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480662#M558858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480662#M558858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select option/Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480663#M558859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;Yes, U r correct.&lt;/P&gt;&lt;P&gt;When we r using select-options if we not give  i/p it will display all values.&lt;/P&gt;&lt;P&gt;when we r using parameters if we not giving i/p it will ask to enter i/p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF Answer Is Useful Reward Points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Raju.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 09:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-parameter/m-p/2480663#M558859</guid>
      <dc:creator>former_member557670</dc:creator>
      <dc:date>2007-07-06T09:20:23Z</dc:date>
    </item>
  </channel>
</rss>

