<?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 in database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575838#M1271797</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;As per my understanding are you looking for the complete API feature of data insertion into the database using the Locking Mechanism? If yes, then you need to create a Lock Object using the Primary keys of the Primary Table and Secondary Tables. You need to call the lock object first and then you need to make the entry into the table. This principle is based on  'All or None Concept'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the insert Statement Key word you can have a look at the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu/en/ABAPINSERT_SOURCE.htm" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABAPINSERT_SOURCE.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 12:36:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T12:36:11Z</dc:date>
    <item>
      <title>How to insert data in database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575834#M1271793</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;               How to insert data into database table using internal table from function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575834#M1271793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert data in database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575835#M1271794</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;Use INSERT command to upload data into database table. Use F1 to explore more options &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mudit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575835#M1271794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert data in database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575836#M1271795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;in function module also use the insert statement &lt;/P&gt;&lt;P&gt;same as u do normaly&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575836#M1271795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert data in database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575837#M1271796</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;You have an ABAP statement for this. Please use the below statement for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INSERT dbtab FROM TABLE itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575837#M1271796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert data in database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575838#M1271797</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;As per my understanding are you looking for the complete API feature of data insertion into the database using the Locking Mechanism? If yes, then you need to create a Lock Object using the Primary keys of the Primary Table and Secondary Tables. You need to call the lock object first and then you need to make the entry into the table. This principle is based on  'All or None Concept'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the insert Statement Key word you can have a look at the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu/en/ABAPINSERT_SOURCE.htm" target="test_blank"&gt;http://help.sap.com/abapdocu/en/ABAPINSERT_SOURCE.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-data-in-database-table/m-p/5575838#M1271797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:36:11Z</dc:date>
    </item>
  </channel>
</rss>

