<?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: Problem with 'CALL TRANSACTION' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/7064746#M1503826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try making ur FM run in update task. Check the attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jul 2010 04:05:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-22T04:05:40Z</dc:date>
    <item>
      <title>Problem with 'CALL TRANSACTION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/7064744#M1503824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I perform an operation (button click to send an e-mail), somewhere in an user-exit I have a call to a 'Z' function module (FM X). That FM X calls the same transaction I was before using batch data. Everything works fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now imagine that I click the same button again (without leaving the transaction) to try to send a new e-mail. Somewhere in the code I have another FM (FM Y) for sending mails with a "commit work" statement. The second time, after the commit work, everything is different because the program jumps to the end of FM X. I suppose this is happening because I'm using the same session and I must have some kind of parameters saved in memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know a way to call FM Y without the program returning to FM X?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 17:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/7064744#M1503824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T17:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'CALL TRANSACTION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/7064745#M1503825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difficult to understand the exact scenario, you give too much information, please keep things the simplest possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you talking about CALL TRANSACTION ... &lt;STRONG&gt;USING&lt;/STRONG&gt; ... ? (also called CTU, it uses BDC technology)&lt;/P&gt;&lt;P&gt;In that case, by default, any COMMIT WORK stops the transaction. If you use OPTIONS FROM keyword to CTU, with field RACOMMIT = 'X', then the COMMIT WORK do not stop the transaction any more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 20:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/7064745#M1503825</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-07-21T20:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 'CALL TRANSACTION'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/7064746#M1503826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try making ur FM run in update task. Check the attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 04:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction/m-p/7064746#M1503826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T04:05:40Z</dc:date>
    </item>
  </channel>
</rss>

