<?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: Update module FM- Exception in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628604#M1664615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. but what is the difference if I use the statement SET UPDATE TASK LOCAL??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 09:35:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-04T09:35:55Z</dc:date>
    <item>
      <title>Update module FM- Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628602#M1664613</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;Can i raise exceptions in a FM that is an update module (start imm)? If i cannot raise exceptions, kindly tell me a way i can handle errors? this FM requires me to create&amp;nbsp; a Service order. and am going to call this FM in a user exit. &lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 08:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628602#M1664613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T08:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update module FM- Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628603#M1664614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sneha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updates registered via update function-modules(without the SET UPDATE TASK LOCAL addition) are executed in special work processes - UPD(Update). This is disjoint with the actual program execution &amp;amp; hence EXCEPTIONS are not considered for Update FMs.&lt;/P&gt;&lt;P&gt;If the Update terminates with an error, database rollback is issued &amp;amp; the update owner is notified via SAPMail. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, &lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 09:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628603#M1664614</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-04T09:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update module FM- Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628604#M1664615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. but what is the difference if I use the statement SET UPDATE TASK LOCAL??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 09:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628604#M1664615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-04T09:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Update module FM- Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628605#M1664616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sneha,&lt;/P&gt;&lt;P&gt;When you use SET UPDATE TASK LOCAL before the call of the update FM, the update occurs within the same work process in which the program is being executed. Read the SAP documentation for further details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both the cases the execution of the Update FM is disjoint from the actual program. So i don't think this makes any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 09:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628605#M1664616</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-04-04T09:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update module FM- Exception</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628606#M1664617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The trick is to identify the causes for error and handle them &lt;EM&gt;before&lt;/EM&gt; you call the FM in the update task. Only the most unusual errors should happen in there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 12:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-module-fm-exception/m-p/8628606#M1664617</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-04-04T12:18:32Z</dc:date>
    </item>
  </channel>
</rss>

