<?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 Commit work terminates call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227345#M1524481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem in my program.&lt;/P&gt;&lt;P&gt;In the code of my program I do a call transaction.&lt;/P&gt;&lt;P&gt;This transaction have a loop and this loop send emails (htm) to many employees. &lt;/P&gt;&lt;P&gt;For send this mails i using the code for :&lt;/P&gt;&lt;P&gt;FORM send_email_in_html_format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://monoceros85.blogspot.com/" target="test_blank"&gt;http://monoceros85.blogspot.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the first commit work terminates the call transaction and only 1 email is sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need send all the mails. Can anybody helps me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Aug 2010 20:42:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-13T20:42:33Z</dc:date>
    <item>
      <title>Commit work terminates call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227345#M1524481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem in my program.&lt;/P&gt;&lt;P&gt;In the code of my program I do a call transaction.&lt;/P&gt;&lt;P&gt;This transaction have a loop and this loop send emails (htm) to many employees. &lt;/P&gt;&lt;P&gt;For send this mails i using the code for :&lt;/P&gt;&lt;P&gt;FORM send_email_in_html_format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://monoceros85.blogspot.com/" target="test_blank"&gt;http://monoceros85.blogspot.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the first commit work terminates the call transaction and only 1 email is sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need send all the mails. Can anybody helps me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 20:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227345#M1524481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T20:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work terminates call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227346#M1524482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to set the RACOMMIT field of CTU_PARAMS structure with 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: params TYPE STANDARD TABLE OF ctu_params WITH HEADER LINE.

* PROCESSING MODE:
* A = Display all screens
* E = Display errors
* N = Background processing
* P = Background processing; debugging possible
PARAMS-DISMODE =  'N'.

* PROCESS COMPLETE WHITHOUT COMMIT
PARAMS-RACOMMIT = 'X '.

CALL TRANSACTION 'XXXXX' USING YOUR_BDC OPTIONS FROM PARAMS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 20:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227346#M1524482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T20:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work terminates call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227347#M1524483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During your recording you can check the checkbox "Continue after commit" which is similar to CTU_PARAMS-RACOMMIT = 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 21:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227347#M1524483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T21:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Commit work terminates call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227348#M1524484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thansk a lot for you help !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 18:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-work-terminates-call-transaction/m-p/7227348#M1524484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T18:01:02Z</dc:date>
    </item>
  </channel>
</rss>

