<?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: Modify custom table from internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680254#M1868955</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;Make a try. Try to loop inside your internal table and modify record by record your DB table. If something goes wrong ad 100 sy-dbcnt well, probably there's something more to check out.&lt;/P&gt;&lt;P&gt;The row dimension can probably make the difference when modify/updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2014 17:29:29 GMT</pubDate>
    <dc:creator>roberto_vacca2</dc:creator>
    <dc:date>2014-11-14T17:29:29Z</dc:date>
    <item>
      <title>Modify custom table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680250#M1868951</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;I am trying to modify the contents of a custom table from internal table. I used the below syntax for that:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;modify &amp;lt;table_name&amp;gt; from table &amp;lt;internal_table&amp;gt;.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above statement is working for modifying one record and 10 records ata time, but, when more than 100 records it is failing. The main problem is it is showing sy-dbcnt = 100 and sy-subrc = 0 after the above line execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 17:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680250#M1868951</guid>
      <dc:creator>pradeep_grandhi</dc:creator>
      <dc:date>2014-11-13T17:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Modify custom table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680251#M1868952</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 report and verify the DB custom TABLE technical settings. Bufferization, table dimension,etc.&lt;/P&gt;&lt;P&gt;There's something wrong in the context memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help,&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 17:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680251#M1868952</guid>
      <dc:creator>roberto_vacca2</dc:creator>
      <dc:date>2014-11-13T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Modify custom table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680252#M1868953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size category of the table is 0 (0 to 6500). Now the table has 6436 entries.Also the table has not buffering allowed. So, will these be a criteria for not modifying the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 18:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680252#M1868953</guid>
      <dc:creator>pradeep_grandhi</dc:creator>
      <dc:date>2014-11-13T18:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Modify custom table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680253#M1868954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;Modify Statement Does the following.&lt;/P&gt;&lt;P&gt;Inserts new lines or updates existing lines in a database table . If a line with the specified primary key already exists, an INSERT is executed. Otherwise, an UPDATE is performed.&lt;/P&gt;&lt;P&gt;If the Custom Table Has multiple Key Fields and you are modifying any one of the key fields the system consider it has new entry and it inserts a new record,So it might be in your Scenario where the records are exceeding then the provided limit hence its failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Suhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680253#M1868954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-14T07:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Modify custom table from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680254#M1868955</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;Make a try. Try to loop inside your internal table and modify record by record your DB table. If something goes wrong ad 100 sy-dbcnt well, probably there's something more to check out.&lt;/P&gt;&lt;P&gt;The row dimension can probably make the difference when modify/updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 17:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-custom-table-from-internal-table/m-p/10680254#M1868955</guid>
      <dc:creator>roberto_vacca2</dc:creator>
      <dc:date>2014-11-14T17:29:29Z</dc:date>
    </item>
  </channel>
</rss>

