<?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: Commit and wait after BUPA_IDENTIFICATION_ADD FM? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088081#M1813604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The update errors were mainly, that when adding data to identification tab on the business partner, not all entries where added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented lock-checks now just to be on the safe side. Performance wise it is kind of heavy now, but it is not a porblem, so thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2014 12:25:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-21T12:25:05Z</dc:date>
    <item>
      <title>Commit and wait after BUPA_IDENTIFICATION_ADD FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088075#M1813598</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;I have a small issue when using BUPA_IDENTIFICATION_*&amp;nbsp; - function modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use them within a loop I get errors saying that business partners are locked by me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using '&lt;SPAN class="L0S52"&gt;COMMIT &lt;SPAN class="L0S52"&gt;WORK &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WAIT&lt;/SPAN&gt;&lt;/SPAN&gt;' statements after the function modules but that results in incorrect updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any suggestions as to how I can eliminate this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 07:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088075#M1813598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T07:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Commit and wait after BUPA_IDENTIFICATION_ADD FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088076#M1813599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are you using BUPA one you should use BAPI BAPI_IDENTIFICATION_ADD and after the sucesscall of it call BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 07:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088076#M1813599</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-21T07:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Commit and wait after BUPA_IDENTIFICATION_ADD FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088077#M1813600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer. I have tried that, but I get incorrect updates. I have also read in another thread that it is not recommened using the BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088077#M1813600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T08:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Commit and wait after BUPA_IDENTIFICATION_ADD FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088078#M1813601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the export parameter 'WAIT' in 'BAPI_TRANSACTION_COMMIT'-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088078#M1813601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T08:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Commit and wait after BUPA_IDENTIFICATION_ADD FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088079#M1813602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate what incorrect updates you got. If you look inside the function module called inside this BUPA_IDENTIFICATION_ADD. It has perform save on commit. I believe you will have to use BAPI_TRANSACTION_COMMIT to save data. If you use it outside loop it will only save the last data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ofcourse you will have to put a check before calling the BAPI whether partner is unlocked or not if not unlcoked wait for sometime and try again. The reason why you have to put this is because the data is getting updated in Update mode and it may happen that you are trying to modify same partner when the previous data has not been updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088079#M1813602</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-21T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Commit and wait after BUPA_IDENTIFICATION_ADD FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088080#M1813603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin this wait will still not guarntee you the locks are released or not.. I will advise you put a locking check also to be on safer side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088080#M1813603</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-21T08:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Commit and wait after BUPA_IDENTIFICATION_ADD FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088081#M1813604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The update errors were mainly, that when adding data to identification tab on the business partner, not all entries where added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented lock-checks now just to be on the safe side. Performance wise it is kind of heavy now, but it is not a porblem, so thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 12:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088081#M1813604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T12:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Commit and wait after BUPA_IDENTIFICATION_ADD FM?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088082#M1813605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nabhdeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing a similar issue . I have to update ID numbers on BP and i have around 2 lakh entries to be updated, when i use commit work inside the loop for each record, i get lock issues and when i use the commit work outside the loop the commit is taking reallly long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using bupa_identifiction_add FM in a loop. which is better bupa or bapi_identification_add?&lt;/P&gt;&lt;P&gt;Also should i use commit work or bapi_transaction_commit?&lt;/P&gt;&lt;P&gt;Could you please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 18:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-and-wait-after-bupa-identification-add-fm/m-p/10088082#M1813605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-26T18:42:04Z</dc:date>
    </item>
  </channel>
</rss>

