<?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: What are update functional modules ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101970#M980919</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;Go to the Tcode SE37 and select the find button from the menu and type &lt;STRONG&gt;update&lt;/STRONG&gt; in the description and execute.&lt;/P&gt;&lt;P&gt;you will get the number of Function Modules that are available in SAP for Update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Y.R.Prem Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 11:19:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T11:19:20Z</dc:date>
    <item>
      <title>What are update functional modules ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101967#M980916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are update function modules ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 11:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101967#M980916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: What are update functional modules ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101968#M980917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/41/7af4daa79e11d1950f0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/41/7af4daa79e11d1950f0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 11:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101968#M980917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T11:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: What are update functional modules ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101969#M980918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update function modules are used whe u want to perform the updates all at once. for e.g u have a sequence of screens on which user will enter data. on each screen if u save the data directly to a table then if there is some problem before completing the transaction, system will have incomplete and inconsistent data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this  u will use &lt;/P&gt;&lt;P&gt;call function 'FUNCTION_MODULE_NAME' in UPDATE TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and pass it the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u will trigger the COMMIT WORK command system will execute all the function modules with UPDATE TASK and update the database then only,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;removed_by_moderator_together_with_points&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jul 14, 2008 11:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 11:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101969#M980918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T11:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: What are update functional modules ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101970#M980919</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;Go to the Tcode SE37 and select the find button from the menu and type &lt;STRONG&gt;update&lt;/STRONG&gt; in the description and execute.&lt;/P&gt;&lt;P&gt;you will get the number of Function Modules that are available in SAP for Update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Y.R.Prem Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 11:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101970#M980919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T11:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: What are update functional modules ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101971#M980920</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;We bundle all our Open SQL statments for database changes in an update function module. The function module is called with addition IN UPDATE TASK. The function module is executed using an update work process when the program reaches the COMMIT WORK statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A typical use is to release locks using update function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To choose from synchronous and asynchronous updates is at your disposal. You have to specifiy that when you create and update function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prosenjit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 11:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-update-functional-modules/m-p/4101971#M980920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T11:23:40Z</dc:date>
    </item>
  </channel>
</rss>

