<?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: Add record to  Database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487611#M2002214</link>
    <description>&lt;P&gt;You may check the ABAP keyword Documentation for the Modify Statement(Press F1 with your Cursor on Modify).. Below code should ideally work for all records except if there are duplicate key records.. In case you have any specific problem you may edit and add additional details to your question..&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODIFY &amp;lt;ZTABLE&amp;gt; FROM TABLE &amp;lt;your internal table&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 15 Feb 2022 02:52:55 GMT</pubDate>
    <dc:creator>vijay_hariharan</dc:creator>
    <dc:date>2022-02-15T02:52:55Z</dc:date>
    <item>
      <title>Add record to  Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487610#M2002213</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
  &lt;P&gt;I have some trouble about adding record to Z's Database table.&lt;/P&gt;
  &lt;P&gt;I created a new table and it include a four key parameter and several parameter in this table.&lt;/P&gt;
  &lt;P&gt;Also i have a internal table and i added new record to this internal table in program.&lt;/P&gt;
  &lt;P&gt;I want to , add record to this db table from internal table. But when i added new record db table modify specific row, not added new row.&lt;/P&gt;
  &lt;P&gt;How can i do; when every new row added in my internal table also added my db table like new row ?&lt;/P&gt;
  &lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 02:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487610#M2002213</guid>
      <dc:creator>former_member780881</dc:creator>
      <dc:date>2022-02-15T02:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add record to  Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487611#M2002214</link>
      <description>&lt;P&gt;You may check the ABAP keyword Documentation for the Modify Statement(Press F1 with your Cursor on Modify).. Below code should ideally work for all records except if there are duplicate key records.. In case you have any specific problem you may edit and add additional details to your question..&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODIFY &amp;lt;ZTABLE&amp;gt; FROM TABLE &amp;lt;your internal table&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Feb 2022 02:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487611#M2002214</guid>
      <dc:creator>vijay_hariharan</dc:creator>
      <dc:date>2022-02-15T02:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add record to  Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487612#M2002215</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When i use this code. İt doesn't work. &lt;/P&gt;&lt;P&gt;It updates the most recent record while asking it to enter the value I just entered. Can't I add the records again even if they are the same?&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 05:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487612#M2002215</guid>
      <dc:creator>former_member780881</dc:creator>
      <dc:date>2022-02-15T05:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add record to  Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487613#M2002216</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;myilmaz03&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Check out the SAP Help page on &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abenopen_sql_writing.htm" target="_blank"&gt;Open SQL - Write Accesses&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 07:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487613#M2002216</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2022-02-15T07:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add record to  Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487614#M2002217</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1.Check weather it is appending / looping properly or not .&lt;/P&gt;&lt;P&gt;2.check below code if it may helpful.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF InternalTableXX is not initial.&lt;BR /&gt;     Modify tableXX from table InternalTableXX.  
  IF SY-SUBRC = 0.
    commit work and wait.
    Message 'Data Inserted Successfully' type 'S'.
  ENDIF.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Feb 2022 09:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487614#M2002217</guid>
      <dc:creator>former_member9115</dc:creator>
      <dc:date>2022-02-15T09:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add record to  Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487615#M2002218</link>
      <description>&lt;P&gt;By definition, the &lt;B&gt;"Primary Key"&lt;/B&gt; of a database table means that each line is UNIQUE (values of all columns of the key).&lt;/P&gt;&lt;P&gt;If you want to have "several lines with same key", you must add a dummy column to the key that you increment (1, 2, 3...) It will make each line unique.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 09:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-record-to-database-table/m-p/12487615#M2002218</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-02-15T09:40:15Z</dc:date>
    </item>
  </channel>
</rss>

