<?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 DUMP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475386#M2001379</link>
    <description>&lt;P&gt;If you look at the last sentence in the screenshot, it says it. The ABAP code in the report is obvously building a dynamic Open SQL statement( a SELECT ?), probably the code is concatening a string that will then sent to the database, and this string contains too many selections/is too long. In Open SQL there are restrictions on the size and number of selection field values( for example in a SELECT statement ) .  &lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2021 11:55:14 GMT</pubDate>
    <dc:creator>former_member660513</dc:creator>
    <dc:date>2021-10-05T11:55:14Z</dc:date>
    <item>
      <title>ABAP DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475385#M2001378</link>
      <description>&lt;P&gt;I made a change to add field and pull data in report, I didn't get any error in dev system but I got such error in live system. what could be the reason.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1983687-ekran-alıntısı.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 11:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475385#M2001378</guid>
      <dc:creator>adigha1524_6</dc:creator>
      <dc:date>2021-10-05T11:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475386#M2001379</link>
      <description>&lt;P&gt;If you look at the last sentence in the screenshot, it says it. The ABAP code in the report is obvously building a dynamic Open SQL statement( a SELECT ?), probably the code is concatening a string that will then sent to the database, and this string contains too many selections/is too long. In Open SQL there are restrictions on the size and number of selection field values( for example in a SELECT statement ) .  &lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 11:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475386#M2001379</guid>
      <dc:creator>former_member660513</dc:creator>
      <dc:date>2021-10-05T11:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475387#M2001380</link>
      <description>&lt;P&gt;SAPSQL_STMNT_TOO_LARGE happens if the user selects too many criteria values or if the program does the same. You may only reduce the risk, not eliminate it.&lt;/P&gt;&lt;P&gt;See more:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/649157"&gt;Note 649157 - Open SQL: SAPSQL_STMNT_TOO_LARGE&lt;/A&gt;
&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/635318"&gt;Note 635318 - Open SQL: Size restrictions for commands&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 05 Oct 2021 12:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475387#M2001380</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-10-05T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475388#M2001381</link>
      <description>&lt;P&gt;Another common cause of SAPSQL_STMNT_TOO_LARGE is SQL with &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abenwhere_logexp_itab.htm" target="_blank"&gt;FOR ALL ENTRIES IN&lt;/A&gt; with a large internal table.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 15:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475388#M2001381</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2021-10-05T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475389#M2001382</link>
      <description>&lt;P&gt;You really prefix a FORM name with f_? What else could it be? You do know that no new development should use Forms. They're obsolete.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 16:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475389#M2001382</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-10-05T16:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DUMP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475390#M2001383</link>
      <description>&lt;P&gt;You can have an idea of length of generated SQL by having look into "Database Interface Information" in ST22. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1983722-stmnt-too-large.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Then you can calculate which parameter caused the issue, and limit of number of conditions for the parameters.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 20:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump/m-p/12475390#M2001383</guid>
      <dc:creator>former_member39056</dc:creator>
      <dc:date>2021-10-05T20:23:44Z</dc:date>
    </item>
  </channel>
</rss>

