<?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: Insert internal table into datbase table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408283#M1996239</link>
    <description>&lt;P&gt;That's because &lt;STRONG&gt;modify&lt;/STRONG&gt; modifies existing entries. It does not create new entries. Insert on the other hand creates new entries with those primary keys, hence the dump.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Apr 2021 17:14:56 GMT</pubDate>
    <dc:creator>former_member736527</dc:creator>
    <dc:date>2021-04-08T17:14:56Z</dc:date>
    <item>
      <title>Insert internal table into datbase table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408276#M1996232</link>
      <description>&lt;P&gt;Hi, i've got some problem,,, and would be grate if someone help me pls.&lt;/P&gt;
  &lt;P&gt;------------------------------------------------------------&lt;/P&gt;
  &lt;P&gt;DATA : GT_BKPF TYPE TABLE OF BKPF,&lt;/P&gt;
  &lt;P&gt; GS_BKPF TYPE BKPF.&lt;/P&gt;
  &lt;P&gt;GS_BKPF-BUKRS = 'MG00'.&lt;BR /&gt;GS_BKPF-BELNR = '1000000000'.&lt;BR /&gt;GS_BKPF-GJAHR = '2019'.&lt;BR /&gt;APPEND GS_BKPF TO GT_BKPF.&lt;BR /&gt;&lt;BR /&gt;GS_BKPF-BUKRS = 'MG00'.&lt;BR /&gt;GS_BKPF-BELNR = '1000000001'.&lt;BR /&gt;GS_BKPF-GJAHR = '2020'.&lt;BR /&gt;APPEND GS_BKPF TO GT_BKPF.&lt;BR /&gt;&lt;BR /&gt;GS_BKPF-BUKRS = 'MG00'.&lt;BR /&gt;GS_BKPF-BELNR = '1000000002'.&lt;BR /&gt;GS_BKPF-GJAHR = '2021'.&lt;BR /&gt;APPEND GS_BKPF TO GT_BKPF.&lt;BR /&gt;&lt;BR /&gt;GS_BKPF-BUKRS = 'MG00'.&lt;BR /&gt;GS_BKPF-BELNR = '1000000003'.&lt;BR /&gt;GS_BKPF-GJAHR = '2021'.&lt;BR /&gt;APPEND GS_BKPF TO GT_BKPF.&lt;/P&gt;
  &lt;P&gt;INSERT BKPF FROM TABLE GT_BKPF.&lt;/P&gt;
  &lt;P&gt;-------------------------------------------------------&lt;/P&gt;
  &lt;P&gt;no problem to activate... but &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1907953-n02yw.png" /&gt;&lt;/P&gt;
  &lt;P&gt;this kind of problem happens. how can I Insert internal table into datbase table using Insert or Modify ? &lt;/P&gt;
  &lt;P&gt;Thank you very much to read this ��&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 14:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408276#M1996232</guid>
      <dc:creator>former_member744657</dc:creator>
      <dc:date>2021-04-07T14:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Insert internal table into datbase table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408277#M1996233</link>
      <description>&lt;P&gt;Thank you for
visiting SAP Community to get answers to your questions. Since this is your
first question, I recommend that you familiarize yourself with our Q&amp;amp;A
Tutorial: &lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;,
as it provides tips for preparing questions that draw responses from our
members. Should you wish, you can revise your question by selecting Actions,
then Edit.&lt;/P&gt;&lt;P&gt;By adding a picture
to your profile you encourage readers to respond: &lt;A href="https://www.youtube.com/watch?v=46bt1juWUUM"&gt;https://www.youtube.com/watch?v=46bt1juWUUM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 14:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408277#M1996233</guid>
      <dc:creator>former_member34</dc:creator>
      <dc:date>2021-04-07T14:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Insert internal table into datbase table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408278#M1996234</link>
      <description>&lt;P&gt;Looks like your BKPF table already has records that have the same key (BUKRS, BELNR, GJAHR) as the ones you're trying to insert.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 14:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408278#M1996234</guid>
      <dc:creator>former_member736527</dc:creator>
      <dc:date>2021-04-07T14:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Insert internal table into datbase table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408279#M1996235</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;chw0222&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;You should never update standard SAP tables directly. There is always a function for this purpose. In your case it's BAPI called BAPI_ACC_DOCUMENT_POST.&lt;/P&gt;Kind regards,&lt;BR /&gt;Mateusz</description>
      <pubDate>Wed, 07 Apr 2021 14:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408279#M1996235</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2021-04-07T14:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Insert internal table into datbase table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408280#M1996236</link>
      <description>&lt;P&gt;Violation of primary key or some unique index.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408280#M1996236</guid>
      <dc:creator>touzik_itc</dc:creator>
      <dc:date>2021-04-07T19:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert internal table into datbase table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408281#M1996237</link>
      <description>&lt;P&gt;thank you, i got it. I deleted it again! thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 14:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408281#M1996237</guid>
      <dc:creator>former_member744657</dc:creator>
      <dc:date>2021-04-08T14:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Insert internal table into datbase table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408282#M1996238</link>
      <description>&lt;P&gt;thank you!  but it works when i use MODIFY T.T&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 14:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408282#M1996238</guid>
      <dc:creator>former_member744657</dc:creator>
      <dc:date>2021-04-08T14:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insert internal table into datbase table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408283#M1996239</link>
      <description>&lt;P&gt;That's because &lt;STRONG&gt;modify&lt;/STRONG&gt; modifies existing entries. It does not create new entries. Insert on the other hand creates new entries with those primary keys, hence the dump.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 17:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-datbase-table/m-p/12408283#M1996239</guid>
      <dc:creator>former_member736527</dc:creator>
      <dc:date>2021-04-08T17:14:56Z</dc:date>
    </item>
  </channel>
</rss>

