<?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: ABAP runtime error in selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403226#M817214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No ongoing question anymore...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2010 13:23:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-17T13:23:12Z</dc:date>
    <item>
      <title>ABAP runtime error in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403220#M817208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an old program with some select options fields. Inside the program, some select options fields are going to be filled, if they are initial at the beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using this select options field in my SQL selection, I´m getting a runtime error. How many entries are allowed in select options? In this case, I have about 3800...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 12:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403220#M817208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T12:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime error in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403221#M817209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;as far as I know there must be less than 2000 entries in the Select-Option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at Note 13607 - the Number is DB-dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Martin Pfeiffer on Feb 18, 2008 2:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 12:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403221#M817209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T12:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime error in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403222#M817210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Arne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also had the same problem some time ago. Pls. have a look at this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="644986"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 13:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403222#M817210</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-02-18T13:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime error in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403223#M817211</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;From SAP note 635318;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"When the SQL statement is generated at runtime, you should check the   &lt;/P&gt;&lt;P&gt;following restrictions and divide or reduce the statement if necessary.&lt;/P&gt;&lt;P&gt;The static length (in the ABAP editor) of any ABAP command must not    &lt;/P&gt;&lt;P&gt;exceed 28672 characters.In Open SQL commands with dynamic subclauses   &lt;/P&gt;&lt;P&gt;(WHERE, GROUP BY, ORDER BY, and so on), the subclauses cannot contain  &lt;/P&gt;&lt;P&gt;more than 28672 characters."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be that your select statement is too long, rather than specifically the number of entries in the select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 13:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403223#M817211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T13:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime error in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403224#M817212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exact number depends on the database OS AND of abap limit of 32768 bytes.&lt;/P&gt;&lt;P&gt;(Look at OSS [Note 1001257 - SQL error -1105 Too complicated SQL statement|https://service.sap.com/sap/support/notes/1001257])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If one of the select-options has too many values, try to use a FOR ALL ENTRIES if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 13:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403224#M817212</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-18T13:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime error in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403225#M817213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When U declare the values in only low then it's restricted .&lt;/P&gt;&lt;P&gt;If U can declare the values in a range then it works fine .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_pernr ..&lt;/P&gt;&lt;P&gt;If only s_pernr-low is filled with all your values .. the select goes for a &lt;/P&gt;&lt;P&gt;dump ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to give a range .. &lt;/P&gt;&lt;P&gt;s_pernr-low = '10000000'.&lt;/P&gt;&lt;P&gt;s_pernr-high = '10999999'.&lt;/P&gt;&lt;P&gt;s_pernr-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_pernr-option = 'BT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 13:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403225#M817213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T13:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime error in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403226#M817214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No ongoing question anymore...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 13:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-in-selection/m-p/3403226#M817214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T13:23:12Z</dc:date>
    </item>
  </channel>
</rss>

