<?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: Can I Call Update task function module in a User-exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748178#M1875588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the help.&lt;/P&gt;&lt;P&gt;I got the point in OSS 415716.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You All..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2015 11:09:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-01-08T11:09:57Z</dc:date>
    <item>
      <title>Can I Call Update task function module in a User-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748174#M1875584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just&amp;nbsp; wanted to know if I can call Update task function module in a User-exit ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used it many times and is workin fine also, but one of my colleuge told me that we should not use Update task function module in a User-exit ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to have some idea, any standard sap Documnet will be too too helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You All..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 18:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748174#M1875584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-26T18:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Call Update task function module in a User-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748175#M1875585</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;it is allowed to call update functions from user-exists and enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the "Problem" is, that an update function requires a commit work somewhen afterwards&lt;/P&gt;&lt;P&gt;you should not perform a commit work in a user Exit (exceptions confirm the rule) as this can cause Problems&lt;/P&gt;&lt;P&gt;if you don't execute the commit work yourself, you depend on the Standard coding after your user-Exit, if for example for whatever reason the Standard is not performing a commit or even doing a rollback, your function will then not be processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it depends on the userexit (where it is called in Standard), for some userexits like savedocument_prepare/Before_save&amp;nbsp; etc, it's their purpose for you to do further updates here and a commit is comming later in the Standard flow and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you in your Task &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 20:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748175#M1875585</guid>
      <dc:creator>JK</dc:creator>
      <dc:date>2014-11-26T20:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Call Update task function module in a User-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748176#M1875586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using this for example in USEREXIT_SAVE_DOCUMENT in include MV45AFZZ to update Z-tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function modules will only be processed, after a COMMIT in SAPMV45A (VA01, VA02, DP90, ...) and this is as it should work.&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 05:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748176#M1875586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-27T05:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Call Update task function module in a User-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748177#M1875587</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;Thanks a lot to Klaus and Jorg..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with both of you and this is what I aslo believe but I came in confusion regarding this point, when one of my senior colegue contradicted, saying " We should not call Update Task FM in Exit".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great, if some one can please provide me any SAP Doc. stating the same..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know, you all are correct and I have written some Update Task FM in exit some 3-4 Yrs. ago and they are still working fine..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just, wanted if some one can help me..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You All..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 12:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748177#M1875587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-28T12:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Call Update task function module in a User-exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748178#M1875588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the help.&lt;/P&gt;&lt;P&gt;I got the point in OSS 415716.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You All..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 11:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-i-call-update-task-function-module-in-a-user-exit/m-p/10748178#M1875588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-08T11:09:57Z</dc:date>
    </item>
  </channel>
</rss>

