<?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 statement for generic select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624902#M1570624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking for&lt;/P&gt;&lt;P&gt;- use range in select : [WHERE - IN seltab|http://help.sap.com/abapdocu_70/en/ABENWHERE_LOGEXP_SELTAB.htm]&lt;/P&gt;&lt;P&gt;- tool like FVD_SELECT_OPTIONS_2_WHERE, COM_CONVERT_SELECT_INTO_WHERE or similar FM (se37, f4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 15:01:18 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2011-03-02T15:01:18Z</dc:date>
    <item>
      <title>Select statement for generic select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624900#M1570622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem implementing a SELECT-Statement. I have a generic number of select options on my selection screen and I have a range table for each select option. How can a generate a database select for these generic number of range tables? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624900#M1570622</guid>
      <dc:creator>former_member301052</dc:creator>
      <dc:date>2011-03-02T14:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement for generic select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624901#M1570623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your select statement would include a line in the WHERE clause for each ranges table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    fieldname  IN  ranges-table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the ranges table is empty, SAP will interpret as select all, not select none...  read your documentation on select-options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624901#M1570623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T14:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement for generic select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624902#M1570624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking for&lt;/P&gt;&lt;P&gt;- use range in select : [WHERE - IN seltab|http://help.sap.com/abapdocu_70/en/ABENWHERE_LOGEXP_SELTAB.htm]&lt;/P&gt;&lt;P&gt;- tool like FVD_SELECT_OPTIONS_2_WHERE, COM_CONVERT_SELECT_INTO_WHERE or similar FM (se37, f4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624902#M1570624</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-03-02T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement for generic select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624903#M1570625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answers! The thing is, that I don't know how many range table are relevant for the WHERE clause. The number of range tables is generic, so I can't built a where clause with the IN statement. How can I concatenate these generic number of range tables? I have to use a parameter in the where clause which refers to every single range table? Do you know what I mean?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624903#M1570625</guid>
      <dc:creator>former_member301052</dc:creator>
      <dc:date>2011-03-02T15:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement for generic select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624904#M1570626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the answer I gave you will work if you have a ranges table for every possible select-options and refer to every ranges table in your where clause.... that way, you don't have to know which are populated and which are not at the time of SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also choose to create a dynamic where clause, based upon what you had select-options for and use with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE ( whereclause ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: BreakPoint on Mar 2, 2011 4:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624904#M1570626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement for generic select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624905#M1570627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What have you coded so far?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624905#M1570627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T15:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement for generic select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624906#M1570628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! The FM 'FVD_SELECT_OPTIONS_2_WHERE' seems to be the perfect one for my needs. But how can I set the import parameters, they are not in the dictionary. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624906#M1570628</guid>
      <dc:creator>former_member301052</dc:creator>
      <dc:date>2011-03-02T15:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement for generic select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624907#M1570629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you describe the structure of your "generic select-options" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 07:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-generic-select-options/m-p/7624907#M1570629</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2011-03-03T07:24:01Z</dc:date>
    </item>
  </channel>
</rss>

