<?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 call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3624747#M873284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends.&lt;/P&gt;&lt;P&gt;im facing problem with call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i m having 10 records.&lt;/P&gt;&lt;P&gt;if any 4 of 10 records are error records it should not update database.&lt;/P&gt;&lt;P&gt;only if 10 out of 10 records are correct then it should update database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 09:18:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-17T09:18:26Z</dc:date>
    <item>
      <title>call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3624747#M873284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends.&lt;/P&gt;&lt;P&gt;im facing problem with call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i m having 10 records.&lt;/P&gt;&lt;P&gt;if any 4 of 10 records are error records it should not update database.&lt;/P&gt;&lt;P&gt;only if 10 out of 10 records are correct then it should update database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 09:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3624747#M873284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T09:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3624748#M873285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot do this with CALL TRANSACTION command because it updates the database every time you do a CALL. That's why it's called "transaction", actually. For you one transaction = 10 documents, therefore you need to find another way to commit the updates only after all 10 documents (or whatever it is) have been processed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for COMMIT WORK and LUW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 19:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/3624748#M873285</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-04-17T19:47:35Z</dc:date>
    </item>
  </channel>
</rss>

