<?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 statement not working without using ( wait or commit ) statements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352539#M1036431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u r absolutely right, one must use commit statement after insert. But i just want to know what could be the reason for not submitting the data in z table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2008 07:22:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-28T07:22:20Z</dc:date>
    <item>
      <title>Insert statement not working without using ( wait or commit ) statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352536#M1036428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an insert statement which was working fine 2 days back. But yesterday onwards it is not submitting the new record in the Z table. I have checked the sy-subrc which was 0, but if i add ( wait or commit ) statement under insert statement then it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone plz suggest the possible reason of this unusual behaviour of system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Aditya Goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 07:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352536#M1036428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T07:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insert statement not working without using ( wait or commit ) statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352537#M1036429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But always good programming prectice to use Commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 07:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352537#M1036429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T07:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insert statement not working without using ( wait or commit ) statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352538#M1036430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better to use commit work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the program terminate after execution of insert statement the record doesn't commit to data base. that is the reason better to use commit work after insert statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 07:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352538#M1036430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T07:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Insert statement not working without using ( wait or commit ) statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352539#M1036431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u r absolutely right, one must use commit statement after insert. But i just want to know what could be the reason for not submitting the data in z table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 07:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352539#M1036431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T07:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Insert statement not working without using ( wait or commit ) statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352540#M1036432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already told you, until unless program successfully execute then only the data will be summited to your ztable(if no commit work statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you write commit work statement after insert statement, if your program anything goes wrong in middle at that point of time how many records are processed those records will be saved in your ztable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 07:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352540#M1036432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T07:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Insert statement not working without using ( wait or commit ) statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352541#M1036433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its better to use COMMIT after DML (Update, Insert, Delete) statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For DDL statements, you don't need a COMMIT. They are auto commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kartavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 17:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352541#M1036433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T17:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Insert statement not working without using ( wait or commit ) statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352542#M1036434</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;With out using COMMIT WORK insert will work properly. After the execution of the program IMPLICIT commit occurred. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the table ofter execution  of the program.&lt;/P&gt;&lt;P&gt;If it not work then please check the data you want to insert. If you use ACCEPTING DUPLICATE KEYS and data are same then sy-subrc will be 0 but no record will be inserted again... Please check the key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Subhankar Garani on Aug 29, 2008 8:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 06:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-statement-not-working-without-using-wait-or-commit-statements/m-p/4352542#M1036434</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2008-08-29T06:32:18Z</dc:date>
    </item>
  </channel>
</rss>

