<?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: dbTab and itab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780701#M909708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think you can achieve your requirement in runtime.In runtime the structure should be the same.&lt;/P&gt;&lt;P&gt;In data dictionary you achieve this by append structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;~Srini....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 07:25:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T07:25:35Z</dc:date>
    <item>
      <title>dbTab and itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780700#M909707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a customer specific table with about 80&lt;/P&gt;&lt;P&gt;fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand I have four various internal tables&lt;/P&gt;&lt;P&gt;with data in it. These internal tables must be inserted&lt;/P&gt;&lt;P&gt;into above mentioned db table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These internal tables must be inserted into db "Z_Customertab"&lt;/P&gt;&lt;P&gt;itab1&lt;/P&gt;&lt;P&gt;itab2&lt;/P&gt;&lt;P&gt;itab3&lt;/P&gt;&lt;P&gt;itab4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please notice itabs have a different structure than&lt;/P&gt;&lt;P&gt;db table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the easiest way to achieve this implementation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780700#M909707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: dbTab and itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780701#M909708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think you can achieve your requirement in runtime.In runtime the structure should be the same.&lt;/P&gt;&lt;P&gt;In data dictionary you achieve this by append structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;~Srini....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780701#M909708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: dbTab and itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780702#M909709</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;Here what you can do is Create 2-3 Loops on these Internal Tables and &lt;STRONG&gt;APPEND&lt;/STRONG&gt; or &lt;STRONG&gt;INSERT&lt;/STRONG&gt;Insert the Records in the Database Table accordingly, or &lt;/P&gt;&lt;P&gt;another easier way is to create an Internal Table with the Similar Structure of your Database Table then Move the Contents of these Internal Tables into that Internal Table and then Loop this Internal Table and &lt;STRONG&gt;APPEND&lt;/STRONG&gt; the contents into the Database Table.&lt;/P&gt;&lt;P&gt;pls write ur code then we may help you better by understanding the Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780702#M909709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: dbTab and itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780703#M909710</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;Create the internal table with reference to ZTABLE &lt;/P&gt;&lt;P&gt;and pass the data of all internal table data to that internal tabel and append to the same.&lt;/P&gt;&lt;P&gt;and go for the inset of the record into ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan Mohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780703#M909710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: dbTab and itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780704#M909711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi IIhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Final internal table and populate the final internal table with the other internal tables. Now u try to upload data into ur database table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;raam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780704#M909711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: dbTab and itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780705#M909712</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 thank you for all these hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I'm not as familiar within the db table insertion and prior looping at itabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls. illustrate that through a little coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ertas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 07:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780705#M909712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T07:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: dbTab and itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780706#M909713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls. give me a little coding example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ertas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 08:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbtab-and-itab/m-p/3780706#M909713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T08:10:30Z</dc:date>
    </item>
  </channel>
</rss>

