<?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: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858681#M670287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I forgot to mention that I use the "WAIT = 'X'" parameter at every call of the COMMIT function...&lt;/P&gt;&lt;P&gt;The problem occurs anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 12:49:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T12:49:19Z</dc:date>
    <item>
      <title>NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858678#M670284</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;I have a web dynpro application that has a function (button) with two features: 1) create new contract accounts and 2) modify business partner relations in table BUT050, both features via BAPI calls. After every BAPI the function "BAPI_TRANSACTION_COMMIT" is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this seems to work fine, all necessary tables are updated correctly. Problem is, that when I now call the same function (button) in my application again, it dumps with the error "NESTED_PERFORM_ON_COMMIT" (in SAP std. function "ISU_FICA_EVENT_DSAVE" at call "PERFORM reset_fica_buffer ON COMMIT.").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to mention that when I completly reload the whole application between the two function calls (button), then it works without error. So it seems some kind of buffer is written or cleared at the application reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I can do here?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 12:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858678#M670284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T12:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858679#M670285</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;BAPI_TRANSACTION_COMMIT has a parameter, called WAIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use it like this: WAIT = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It forces the commit to wait the updates and only after it will continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 12:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858679#M670285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T12:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858680#M670286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason can be, that the two BAPIs you are calling are using the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so BAPI_TRANSACTION_COMMIT in the call send WAIT = 'X'. In this way the tables will be updated completely before you second BAPI starts updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khusro Habib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 12:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858680#M670286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T12:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858681#M670287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I forgot to mention that I use the "WAIT = 'X'" parameter at every call of the COMMIT function...&lt;/P&gt;&lt;P&gt;The problem occurs anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 12:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858681#M670287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858682#M670288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What BAPIs are you calling? Do you get the error if you call one BAPI and then the other one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 13:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858682#M670288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T13:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858683#M670289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, the two BAPIs are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPI_CTRACCONTRACTACCOUNT_CH1
BAPI_BUPR_RELATIONSHIP_CREATE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What do you mean with "call one BAPI and then the other one"? The BAPIs are called in some functions when a CA/BP is added or removed from a relationship (BUT050).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 14:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858683#M670289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T14:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858684#M670290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you might see if one commit after both BAPIs have finished is any better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 15:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858684#M670290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858685#M670291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh, now I understand what you mean. Yes, I already tried that -- calling the BAPIs and then at the end of the whole process call the COMMIT function once. But that did not help me either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said, the strange thing is that after I called the process via the button in the app. the first time everything works fine (calling all these BAPIs multiple times). Then, after calling the function (button) in the app. the second time, then the dump occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since it works, when I reload the whole application between the two function calls (via app. button), I think there might be some buffer or something, that has to be written or emptied before calling the BAPIs and the COMMIT the next time. Any ideas on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 15:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858685#M670291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T15:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858686#M670292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try opening an OSS message. They'll probably come back and say it's a consulting issue, but you never know. Maybe they won't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 15:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858686#M670292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858687#M670293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... already tried that, and, you say it &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 15:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858687#M670293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T15:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858688#M670294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try closing the message and opening a new one. Maybe you'll get someone more helpful. But mark it as an ABAP problem. Don't use one of the functional areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 15:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858688#M670294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T15:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: NESTED_PERFORM_ON_COMMIT after calling 2 BAPIs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858689#M670295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem as you and can't find decent answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both BAPI_BUPR_RELATIONSHIP_DELETE and BAPI_BUPR_RELATIONSHIP_CREATE are causing the same error message if they are called more than one time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 13:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-perform-on-commit-after-calling-2-bapis/m-p/2858689#M670295</guid>
      <dc:creator>jani_bajec</dc:creator>
      <dc:date>2009-05-19T13:55:05Z</dc:date>
    </item>
  </channel>
</rss>

