<?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: How to Insert data into database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785855#M649485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;&lt;BR /&gt; TABLES: ZEBAN.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;DATA LINE TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZEBAN .&lt;BR /&gt; &lt;BR /&gt; DATA: ITAB &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;LIKE STANDARD TABLE OF LINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;WITH NON-UNIQUE KEY &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN ZID.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; DATA: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;BEGIN OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;,&lt;BR /&gt; BANFN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN,&lt;BR /&gt; ZID &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZID_N,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;END OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;BEGIN OF BLOCK &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;B1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;WITH FRAME TITLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;TEXT-001.&lt;BR /&gt; PARAMETERS: P_BAN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN.&lt;BR /&gt; PARAMETERS: P_ID &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZEBAN-ZID.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;:END &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;OF BLOCK &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;B1.&lt;BR /&gt; START-OF-SELECTION.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;SELECT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN&lt;BR /&gt; ZID&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZEBAN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;INTO TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN = P_BAN&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZID = P_ID.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; LINE-BANFN = IT_ZEBAN-BANFN.&lt;BR /&gt; LINE-ZID = IT_ZEBAN-ZID.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;APPEND LINE TO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN.&lt;BR /&gt; IT_ZEBAN-BANFN = P_BAN.&lt;BR /&gt; IT_ZEBAN-ZID = P_ID.&lt;BR /&gt; LINE-BANFN = IT_ZEBAN-BANFN.&lt;BR /&gt; LINE-ZID = IT_ZEBAN-ZID.&lt;BR /&gt; WRITE:/ IT_ZEBAN-BANFN,&lt;BR /&gt; IT_ZEBAN-ZID.&lt;BR /&gt; ENDLOOP.&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;INSERT INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZEBAN VALUES LINE.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 16:51:23 GMT</pubDate>
    <dc:creator>former_member625186</dc:creator>
    <dc:date>2014-11-26T16:51:23Z</dc:date>
    <item>
      <title>How to Insert data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785851#M649481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new in abap I have a work area with 38 fields and i want to save some fields, specifically 25 fields from the work area, into a database table, maybe you can help with these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tahnks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guillermo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 02:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785851#M649481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T02:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Insert data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785852#M649482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;U have not mentioned which DB table u want to update SAP standard table or ur custom table.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP doesnt recommend updating its standard tables directly....it should be done only through transactions or BAPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if u still want to do it u can use the open SQL statement 'INSERT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 02:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785852#M649482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T02:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Insert data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785853#M649483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot to mentioning that, i create the table ztreglog, is not a abap table.&lt;/P&gt;&lt;P&gt;thank you for your reply it was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 02:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785853#M649483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T02:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Insert data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785854#M649484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below process:&lt;/P&gt;&lt;P&gt;First declare one internal table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : i_ztreglog like ztreglog occurs 0 with header line." Internal table&lt;/P&gt;&lt;P&gt;data : wa_ztreglog like line of i_ztreglog. " Work area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move wa_ztreglog to i_ztreglog.&lt;/P&gt;&lt;P&gt;append i_ztreglog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ztreglog   FROM TABLE i_ztreglog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2007 02:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785854#M649484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-01T02:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Insert data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785855#M649485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;&lt;BR /&gt; TABLES: ZEBAN.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;DATA LINE TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZEBAN .&lt;BR /&gt; &lt;BR /&gt; DATA: ITAB &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;LIKE STANDARD TABLE OF LINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;WITH NON-UNIQUE KEY &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN ZID.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; DATA: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;BEGIN OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;,&lt;BR /&gt; BANFN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN,&lt;BR /&gt; ZID &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZID_N,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;END OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;BEGIN OF BLOCK &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;B1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;WITH FRAME TITLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;TEXT-001.&lt;BR /&gt; PARAMETERS: P_BAN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN.&lt;BR /&gt; PARAMETERS: P_ID &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZEBAN-ZID.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;:END &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;OF BLOCK &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;B1.&lt;BR /&gt; START-OF-SELECTION.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;SELECT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN&lt;BR /&gt; ZID&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZEBAN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;INTO TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;BANFN = P_BAN&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZID = P_ID.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; LINE-BANFN = IT_ZEBAN-BANFN.&lt;BR /&gt; LINE-ZID = IT_ZEBAN-ZID.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;APPEND LINE TO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;IT_ZEBAN.&lt;BR /&gt; IT_ZEBAN-BANFN = P_BAN.&lt;BR /&gt; IT_ZEBAN-ZID = P_ID.&lt;BR /&gt; LINE-BANFN = IT_ZEBAN-BANFN.&lt;BR /&gt; LINE-ZID = IT_ZEBAN-ZID.&lt;BR /&gt; WRITE:/ IT_ZEBAN-BANFN,&lt;BR /&gt; IT_ZEBAN-ZID.&lt;BR /&gt; ENDLOOP.&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif';"&gt;INSERT INTO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Times New Roman','serif'; color: black; background: white;"&gt;ZEBAN VALUES LINE.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 16:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785855#M649485</guid>
      <dc:creator>former_member625186</dc:creator>
      <dc:date>2014-11-26T16:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Insert data into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785856#M649486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u want to save the data to database table u have to folloe these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.First u declare your internal table and work area with database table names.&lt;/P&gt;&lt;P&gt;2.After declaring move the corresponding fields from old work area to new work area.&lt;/P&gt;&lt;P&gt;3.After complete these two steps then u use modify statement or insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:modify &amp;lt;dbtable&amp;gt; from &amp;lt;wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inser &amp;lt;dbtable&amp;gt; from &amp;lt;wa&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 05:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-into-database-table/m-p/2785856#M649486</guid>
      <dc:creator>former_member350142</dc:creator>
      <dc:date>2014-12-02T05:57:53Z</dc:date>
    </item>
  </channel>
</rss>

