<?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 insert internal table into database table... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-database-table/m-p/12409659#M1996368</link>
    <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1907972-캡처.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1907973-캡처1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;hi, i made zstudent_table DBtable my self, but there's some problem to activate.... how can i solve it? &lt;/P&gt;
  &lt;P&gt;and if i want to use INSERT instead of MODIFY , how can i solve it,,,? i tried many ways to solve,, but never getting better,,, pls give me a advice, many thanks.&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;DATA : GT_ZSTUDENT_TABLE TYPE TABLE OF ZSTUDENT_TABLE,&lt;BR /&gt; GS_ZSTUDENT_TABLE TYPE ZSTUDENT_TABLE.&lt;BR /&gt;&lt;BR /&gt;GS_ZSTUDENT_TABLE-STNUM = '0001'.&lt;BR /&gt;GS_ZSTUDENT_TABLE-STNAM = 'Charls'.&lt;BR /&gt;GS_ZSTUDENT_TABLE-STCIT = 'LA'.&lt;BR /&gt;APPEND GS_ZSTUDENT_TABLE TO GT_ZSTUDENT_TABLE.&lt;BR /&gt;&lt;BR /&gt;GS_ZSTUDENT_TABLE-STNUM = '0002'.&lt;BR /&gt;GS_ZSTUDENT_TABLE-STNAM = 'Chris'.&lt;BR /&gt;GS_ZSTUDENT_TABLE-STCIT = 'Sydney'.&lt;BR /&gt;APPEND GS_ZSTUDENT_TABLE TO GT_ZSTUDENT_TABLE.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MODIFY ZSTUDENT_TABLE FROM TABLE GT_ZSTUDENT_TABLE.&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Apr 2021 14:44:37 GMT</pubDate>
    <dc:creator>former_member744657</dc:creator>
    <dc:date>2021-04-08T14:44:37Z</dc:date>
    <item>
      <title>insert internal table into database table...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-database-table/m-p/12409659#M1996368</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1907972-캡처.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1907973-캡처1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;hi, i made zstudent_table DBtable my self, but there's some problem to activate.... how can i solve it? &lt;/P&gt;
  &lt;P&gt;and if i want to use INSERT instead of MODIFY , how can i solve it,,,? i tried many ways to solve,, but never getting better,,, pls give me a advice, many thanks.&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;DATA : GT_ZSTUDENT_TABLE TYPE TABLE OF ZSTUDENT_TABLE,&lt;BR /&gt; GS_ZSTUDENT_TABLE TYPE ZSTUDENT_TABLE.&lt;BR /&gt;&lt;BR /&gt;GS_ZSTUDENT_TABLE-STNUM = '0001'.&lt;BR /&gt;GS_ZSTUDENT_TABLE-STNAM = 'Charls'.&lt;BR /&gt;GS_ZSTUDENT_TABLE-STCIT = 'LA'.&lt;BR /&gt;APPEND GS_ZSTUDENT_TABLE TO GT_ZSTUDENT_TABLE.&lt;BR /&gt;&lt;BR /&gt;GS_ZSTUDENT_TABLE-STNUM = '0002'.&lt;BR /&gt;GS_ZSTUDENT_TABLE-STNAM = 'Chris'.&lt;BR /&gt;GS_ZSTUDENT_TABLE-STCIT = 'Sydney'.&lt;BR /&gt;APPEND GS_ZSTUDENT_TABLE TO GT_ZSTUDENT_TABLE.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MODIFY ZSTUDENT_TABLE FROM TABLE GT_ZSTUDENT_TABLE.&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 14:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-database-table/m-p/12409659#M1996368</guid>
      <dc:creator>former_member744657</dc:creator>
      <dc:date>2021-04-08T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: insert internal table into database table...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-database-table/m-p/12409660#M1996369</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>Thu, 08 Apr 2021 14:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-database-table/m-p/12409660#M1996369</guid>
      <dc:creator>former_member34</dc:creator>
      <dc:date>2021-04-08T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: insert internal table into database table...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-database-table/m-p/12409661#M1996370</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You need to activate your table. It is in status "New", so you have saved it but not activated it yet. That should do it.&lt;/P&gt;&lt;P&gt;And syntax for INSERT instead of MODIFY would be:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INSERT zstudent_table FROM TABLE gt_zstudent_table.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here's the &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapinsert_dbtab.htm" target="_blank"&gt;ABAP Documentation for INSERT dbtab&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 14:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-database-table/m-p/12409661#M1996370</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-04-08T14:56:37Z</dc:date>
    </item>
  </channel>
</rss>

