<?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 SELECT-OPTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492244#M1063151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a select-option on a selection screen, which is based on a table field - vkpf-blart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if the user doesnt select this select-option, selection should be made on all these values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is that all other values apart from those in the table are being taken&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way i can stop that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 08:47:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-04T08:47:27Z</dc:date>
    <item>
      <title>SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492244#M1063151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a select-option on a selection screen, which is based on a table field - vkpf-blart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if the user doesnt select this select-option, selection should be made on all these values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is that all other values apart from those in the table are being taken&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way i can stop that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492244#M1063151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T08:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492245#M1063152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post the select query which u used for fetching from vkpf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thyagu on Sep 4, 2008 10:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492245#M1063152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T08:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492246#M1063153</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;can you show the code here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492246#M1063153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T08:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492247#M1063154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Provide Search-Help and make that field mandatory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492247#M1063154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T08:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492248#M1063155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write two queries... If use makes some selection in the field, then go for SELECT query having the selection field in the WHERE clause....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user doesn't make any selection then go for SELECT query having no condition in where clause for that field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amol Lohade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492248#M1063155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T08:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492249#M1063156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;but the problem is that all other values apart from those in the &amp;gt;table are being taken&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show your select first.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have any other selection criteria apart from the blart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't enter any thing then it considers all the values that is the nature of the select option. if you don't want that then you need to use the parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 08:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492249#M1063156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T08:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492250#M1063157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should try using this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sel_opt[] IS INITIAL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT query without considering select option in where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECT query considering select option in where condition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vivek Gaur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 09:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/4492250#M1063157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T09:03:45Z</dc:date>
    </item>
  </channel>
</rss>

