<?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 Performance Issue : MODIFY Z-table from internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425784#M1997584</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am facing performance issue while modifying 3 custom tables from internal table. Internal table is having 400 records.&lt;/P&gt;
  &lt;P&gt;All the three custom tables are column store and buffering not allowed in technical settings.&lt;/P&gt;
  &lt;P&gt;While modifying 400 records from internal table to custom table , program is giving timeout error.&lt;/P&gt;
  &lt;P&gt;As per ST05 trace MODIFY statement is taking long time to execute. &lt;/P&gt;
  &lt;P&gt;syntax : MODIFY ztable FROM TABLE it_tab. (it_tab is having 400 records)&lt;/P&gt;
  &lt;P&gt;Any other modification can be done to code to avoid this issue? &lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Sep 2021 09:24:06 GMT</pubDate>
    <dc:creator>sanjana_lingras</dc:creator>
    <dc:date>2021-09-03T09:24:06Z</dc:date>
    <item>
      <title>Performance Issue : MODIFY Z-table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425784#M1997584</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am facing performance issue while modifying 3 custom tables from internal table. Internal table is having 400 records.&lt;/P&gt;
  &lt;P&gt;All the three custom tables are column store and buffering not allowed in technical settings.&lt;/P&gt;
  &lt;P&gt;While modifying 400 records from internal table to custom table , program is giving timeout error.&lt;/P&gt;
  &lt;P&gt;As per ST05 trace MODIFY statement is taking long time to execute. &lt;/P&gt;
  &lt;P&gt;syntax : MODIFY ztable FROM TABLE it_tab. (it_tab is having 400 records)&lt;/P&gt;
  &lt;P&gt;Any other modification can be done to code to avoid this issue? &lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 09:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425784#M1997584</guid>
      <dc:creator>sanjana_lingras</dc:creator>
      <dc:date>2021-09-03T09:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue : MODIFY Z-table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425785#M1997585</link>
      <description>&lt;P&gt;Processing 400 records should be almost instantaneous, did you already&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;perform some trace (sql ST05 or abap SAT)?&lt;/LI&gt;&lt;LI&gt;consider replacing MODIFY with SELECT and then INSERT new records and UPDATE changed records&lt;/LI&gt;&lt;LI&gt;commit previous update (e.g. FM DB_COMMiT)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Are you working on a very light configuration?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 09:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425785#M1997585</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-09-03T09:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue : MODIFY Z-table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425786#M1997586</link>
      <description>&lt;P&gt;How did you install SAP in a Sinclair Spectrum? Have your internal tables 4 million fields each? Are your non-buffered tables stored in clay tablets?&lt;/P&gt;&lt;P&gt;Sorry, but that's nonsense. Even if your tables have no index (nor primary keys), an update of 400 rows should be (as Raymond told) almost instantaneous.&lt;/P&gt;&lt;P&gt;Can you provide us more details? A code snipet (using the CODE button, please), the tables structures, etc.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 09:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425786#M1997586</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2021-09-03T09:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue : MODIFY Z-table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425787#M1997587</link>
      <description>&lt;P&gt;Even if 400 records is a small number, we don't know here how many records are in the database table!&lt;/P&gt;&lt;P&gt;If the database table has billions of records, that may happen... (depending how the database is configured)&lt;/P&gt;&lt;P&gt;Why are you talking about 3 tables? All have exactly the same issue when independently tested?&lt;/P&gt;&lt;P&gt;NB: I know nothing about "column store" storage, you should ask a HANA database expert.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 12:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-modify-z-table-from-internal-table/m-p/12425787#M1997587</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-09-03T12:18:00Z</dc:date>
    </item>
  </channel>
</rss>

