<?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: error in using select option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427464#M1550011</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;Please see SCN Rules before posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Oct 2010 13:01:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-28T13:01:43Z</dc:date>
    <item>
      <title>error in using select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427463#M1550010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have used some fields in import in se37. I want that fields to be a select-options. so i gave associated type as selopt.&lt;/P&gt;&lt;P&gt;but when i write a select query in source code it shows an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;the IN operation with 'BSTYP' is followed neither by an internal table  nor by a value list.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ebeln bukrs lifnr aedat FROM ekko INTO CORRESPONDING FIELDS OF TABLE i_ekko WHERE bstyp IN bstyp&lt;/P&gt;&lt;P&gt;                                                        AND&lt;/P&gt;&lt;P&gt;                                                            lifnr IN lifnr AND ekorg IN ekorg&lt;/P&gt;&lt;P&gt;                                                      AND bukrs IN bukrs AND aedat IN aedat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me a solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 12:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427463#M1550010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T12:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: error in using select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427464#M1550011</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;Please see SCN Rules before posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427464#M1550011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-28T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: error in using select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427465#M1550012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;tables: ekpo.&lt;/P&gt;&lt;P&gt;ranges: bstyp for ekpo-bstyp.&lt;/P&gt;&lt;P&gt;bstyp-sign = 'I'.&lt;/P&gt;&lt;P&gt;bstyp-option = 'EQ'&lt;/P&gt;&lt;P&gt;bstyp-low = 'X'.&lt;/P&gt;&lt;P&gt;append bstyp.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bstyp-low = 'Y'.&lt;/P&gt;&lt;P&gt;append bstyp.'&lt;/P&gt;&lt;P&gt;By Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 07:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427465#M1550012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T07:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: error in using select option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427466#M1550013</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;   Instead declare all your Import fields in Tables .&lt;/P&gt;&lt;P&gt;   This works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 10:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-using-select-option/m-p/7427466#M1550013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T10:06:39Z</dc:date>
    </item>
  </channel>
</rss>

