<?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 DB Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082500#M1971076</link>
    <description>&lt;P&gt;A lot of times it is because the structure of IT_ITAB is not the same as the Z_MY_DB   &lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 11:49:44 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2019-11-06T11:49:44Z</dc:date>
    <item>
      <title>insert internal table into DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082498#M1971074</link>
      <description>&lt;P&gt;I have using this: iNSERT z_my_db FROM TABLE iT_tab[] ACCEPTING DUPLICATE KEYS.&lt;/P&gt;
  &lt;P&gt;but this is error:&lt;/P&gt;
  &lt;P&gt;The types of the database table and the workspace or internal table "it_tab" are not Unicode convertible.&lt;/P&gt;
  &lt;P&gt;why?&lt;/P&gt;
  &lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 11:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082498#M1971074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-06T11:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: insert internal table into DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082499#M1971075</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/887275/lucatreva.html"&gt;luca treva&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Your data declaration for ITAB should be wrong, what is the data declaration for ITAB.&lt;/P&gt;&lt;P&gt;Is accepting duplicate key is part of your requirement?&lt;/P&gt;&lt;P&gt;if not you can use Modify statement as below, here gt_tab must be a internal table of type ZTAB. if possible can you paste your code?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;     "Insert Into table
     MODIFY ZTAB FROM TABLE gt_tab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 11:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082499#M1971075</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2019-11-06T11:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: insert internal table into DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082500#M1971076</link>
      <description>&lt;P&gt;A lot of times it is because the structure of IT_ITAB is not the same as the Z_MY_DB   &lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 11:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082500#M1971076</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-11-06T11:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: insert internal table into DB Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082501#M1971077</link>
      <description>&lt;P&gt;Can you help furnish the types of Z_MY_DB and IT_ITAB please ?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 10:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-internal-table-into-db-table/m-p/12082501#M1971077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-07T10:05:55Z</dc:date>
    </item>
  </channel>
</rss>

