<?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: Multiple call of update function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428369#M205089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep, one small Suggestion at this point, when your are performing any Database Updates(Commit or Rollback) always use AbEnd(A) Message type instead of error because message type A acts as Rollback command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks:-&lt;/P&gt;&lt;P&gt;Santosh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jul 2006 07:57:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-28T07:57:27Z</dc:date>
    <item>
      <title>Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428361#M205081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have made implementation to the definition MB_DOCUMENT_BADI( material Document creation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While executing this BADI I am getting short dum with this error  Multiple call of update function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the short dump--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FORM routine Buchen_Ausfuehren (program SAPMM07M), an error&lt;/P&gt;&lt;P&gt;message was issued by a Business Add-In (BAdI) or function module.&lt;/P&gt;&lt;P&gt;This is not permitted, because it could lead to data              &lt;/P&gt;&lt;P&gt;inconsistencies. For this reason, the update of the material      &lt;/P&gt;&lt;P&gt;document was also terminated with a termination message (dump).   &lt;/P&gt;&lt;P&gt;Note that this message (M7 372) is not the responsible error      &lt;/P&gt;&lt;P&gt;message.                                                          &lt;/P&gt;&lt;P&gt;Please any body suggest the way forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 13:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428361#M205081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428362#M205082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using message statement in your implemetation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 13:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428362#M205082</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-07-14T13:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428363#M205083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which method in the BADI are you using in the implementation? Is it MB_DOCUMENT_BEFORE_UPDATE OR&lt;/P&gt;&lt;P&gt;MB_DOCUMENT_UPDATE? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using MB_DOCUMENT_UPDATE then note that this method is called in the update task and you should not use PERFORM ON COMMIT or COMMIT WORK statements in the method implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste the code inside the method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please reward useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 14:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428363#M205083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T14:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428364#M205084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am using message implementation in method MB_DOCUMENT_BEFORE_UPDATE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it causing any issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 14:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428364#M205084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-14T14:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428365#M205085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using MB_DOCUMENT_UPDATE, this method is called in the update task, and MESSAGE sentence generate "Terminated Update".&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 14:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428365#M205085</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-07-14T14:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428366#M205086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peluka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have solved the problem but here we have a new issue.&lt;/P&gt;&lt;P&gt;I have a question , Can we give a errror message in MB_DOCUMENT_BEFORE_UPDATE,if it is then is it impact any where to the sap standard code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest your thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 04:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428366#M205086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T04:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428367#M205087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can definitely issue error messages in the function MB_DOCUMENT_BEFORE_UPDATE. Doing so will not generate any short dump as this function is not called in the update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 06:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428367#M205087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428368#M205088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one implementation to the BADI MB_DOCUMENT_BADI. This badi will hit while creation of material document.I have write the code in method MB_DOCUMENT_BEFORE_UPDATE such that it will act only for certain movement types specially for t-codeMb1a and MB31.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What problem I am facing i have used a error message "MB_DOCUMENT_BEFORE_UPDATE" in this method.If we got the erroe message then we dont need to post the material dcoument,but here problem is that if the material document could not posted then it corrupt the material and when we performing 261/101 we got error message like " Inconsistency between MM and ML for material and plant"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used following things like-&lt;/P&gt;&lt;P&gt;1-while updating the customized table using " Commit Work".&lt;/P&gt;&lt;P&gt;2-Call function vb_change_batch for updating the batch and not in update task.&lt;/P&gt;&lt;P&gt;3. Dequeue the table after updating the table.&lt;/P&gt;&lt;P&gt;Will thos things can create any inconsistency to  the MM and ML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me uor thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;sandeep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 07:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428368#M205088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T07:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428369#M205089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep, one small Suggestion at this point, when your are performing any Database Updates(Commit or Rollback) always use AbEnd(A) Message type instead of error because message type A acts as Rollback command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks:-&lt;/P&gt;&lt;P&gt;Santosh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 07:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428369#M205089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T07:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428370#M205090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a COMMIT statement in your program before the error message is issued? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not be committing any data before the error message if you do not want the material document to be posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jul 2006 08:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428370#M205090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-28T08:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428371#M205091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a Commit statement in method MB_DOCUMENT_BEFORE_UPDATE.&lt;/P&gt;&lt;P&gt;I have also used few things like-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-Call function vb_change_batch for updating the batch and not in update task.&lt;/P&gt;&lt;P&gt;2- Dequeue the table after updating the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will those things can create any inconsistency to the MM and ML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me uor thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 12:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428371#M205091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T12:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428372#M205092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not use COMMIT statements in the BADI, SAP will commit the data at the end of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commit statements might cause inconsistency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 12:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428372#M205092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T12:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428373#M205093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use BAPI_TRANSACTION_COMMIT instead of Commit statement as I have to used after updating the batch using function module VB_CHANGE_BATCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also cant use DEQUEUE function and it s must to update the function module in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 12:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428373#M205093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T12:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428374#M205094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope... You shoudlnt be calling BAPI_TRANSACTION_COMMIT... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever updates you are performing in the BADI will be committed by SAP. If you do not want to complete the processing if the BAPI to update batch fails then you should raise an abend message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the BAPI update is successful do not call the COMMIT bapi as these changes will be committed by SAP program's COMMIT WORK statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you calling the ENQUEUE/DEQUEUE functions? What transaction are you trying to post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 12:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428374#M205094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T12:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428375#M205095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have to update a ztable so that I have locked it before update and release it after update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am performinh some calculation to the batch before post the material document.&lt;/P&gt;&lt;P&gt;Once again can i use a Erroe message OR Abort message.&lt;/P&gt;&lt;P&gt;Thanks Kiran,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 13:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428375#M205095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T13:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428376#M205096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use ABORT message if the update in the custom table fails. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally all the database updates must happen in the update task so that the either everything is committed or everything is rolled back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the method which is called in update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below code in your method for the same:&lt;/P&gt;&lt;P&gt;Update ZTABLE.&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;message A000(msgid) with UPDATE FAILED&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Batch Update BAPI&lt;/P&gt;&lt;P&gt;Read return table with key type = 'E'.&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;message A000(msgid) with UPDATE FAILED&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please reward useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 14:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428376#M205096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T14:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple call of update function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428377#M205097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Former Member&lt;/STRONG&gt;&amp;nbsp; .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Did you solved problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have the same issue. If anybody here know how to resolve please share your knowledge&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 02:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-call-of-update-function-module/m-p/1428377#M205097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-08T02:48:26Z</dc:date>
    </item>
  </channel>
</rss>

