<?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 Dump COMMIT_IN_PERFORM_ON_COMMIT when trying to upload a large file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334938#M1229149</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;I am trying to upload a file that has around 4000 records. Each record will update around 5-6 infotypes. When I upload the complete file, after some records I get the dump saying COMMIT_IN_PERFORM_ON_COMMIT. What could be the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the file is split into smaller no of records, the dump does not come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An immediate response is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2009 18:22:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-19T18:22:15Z</dc:date>
    <item>
      <title>Dump COMMIT_IN_PERFORM_ON_COMMIT when trying to upload a large file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334938#M1229149</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;I am trying to upload a file that has around 4000 records. Each record will update around 5-6 infotypes. When I upload the complete file, after some records I get the dump saying COMMIT_IN_PERFORM_ON_COMMIT. What could be the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when the file is split into smaller no of records, the dump does not come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An immediate response is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 18:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334938#M1229149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T18:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dump COMMIT_IN_PERFORM_ON_COMMIT when trying to upload a large file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334939#M1229150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Non-Catchable Exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Cause: COMMIT WORK is not allowed within a FORM, which is called using PERFORM ... ON COMMIT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      Runtime Error: COMMIT_IN_PERFORM_ON_COMMIT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[More info&amp;gt;&amp;gt;|http://help.sap.com/abapdocu/en/ABAPCOMMIT.htm]&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="message" id="6678150"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 18:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334939#M1229150</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-19T18:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dump COMMIT_IN_PERFORM_ON_COMMIT when trying to upload a large file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334940#M1229151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set the parameter no_commit as 'X' in FM HR_INFOTYPE_OPERATION. Only after this was i able to upload more no of records. But it still gives the same error at a later point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 18:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334940#M1229151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T18:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dump COMMIT_IN_PERFORM_ON_COMMIT when trying to upload a large file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334941#M1229152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this error would occur if we use Commit statement, where it should not be used... check if you can ignore the commit and can find a work around with your code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 18:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334941#M1229152</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-19T18:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dump COMMIT_IN_PERFORM_ON_COMMIT when trying to upload a large file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334942#M1229153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I dont use Commit, will the database be automatically updated once the whole report is run ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 19:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334942#M1229153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T19:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dump COMMIT_IN_PERFORM_ON_COMMIT when trying to upload a large file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334943#M1229154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its tough to say that with out seeing your code....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 19:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-commit-in-perform-on-commit-when-trying-to-upload-a-large-file/m-p/5334943#M1229154</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-19T19:44:39Z</dc:date>
    </item>
  </channel>
</rss>

