<?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: Dump &amp;quot;COMMIT_IN_POSTING&amp;quot; while posting Goods Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579104#M589632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;I have commented the BAPI_TRANSACTION_COMMIT, but it is giving same dump since commit work is happening in another FM which I am using in my program. So I have commented that FM, now it is giving a dump MESSAGE_TYPE_X. The dump error analysis is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text of error message:&lt;/P&gt;&lt;P&gt;Nested call of PERFORM ON COMMIT: NESTED_PERFORM_ON_COMMIT caller: SAPLM&lt;/P&gt;&lt;P&gt;BRE program: SAPLMBRE form: DELTA_PUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long text of error message:&lt;/P&gt;&lt;P&gt; Diagnosis&lt;/P&gt;&lt;P&gt;     During processing of a routine called using PERFORM ... ON COMMIT,&lt;/P&gt;&lt;P&gt;     the system attempted to call PERFORM ... ON COMMIT again. Nesting&lt;/P&gt;&lt;P&gt;     of this is not allowed.&lt;/P&gt;&lt;P&gt; System Response&lt;/P&gt;&lt;P&gt; Procedure&lt;/P&gt;&lt;P&gt;     The program indicated after "Caller:" must be changed. This is the&lt;/P&gt;&lt;P&gt;     program that calls the routine indicated after "Form:" during&lt;/P&gt;&lt;P&gt;     COMMIT processing. This routine is part of the program indicated&lt;/P&gt;&lt;P&gt;     after     "Program:".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2007 11:00:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-03T11:00:50Z</dc:date>
    <item>
      <title>Dump "COMMIT_IN_POSTING" while posting Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579102#M589630</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;We are trying to post Goods Issue using the FM BAPI_GOODSMVT_CREATE. &lt;/P&gt;&lt;P&gt;Based on the return status of this FM we are commiting the transaction using BAPI_TRANSACTION_COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Execution we are getting the dump "COMMIT_IN_POSTING".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if anyone has any idea about this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 10:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579102#M589630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T10:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dump "COMMIT_IN_POSTING" while posting Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579103#M589631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to commit, sind the BAPI does that already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 10:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579103#M589631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T10:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump "COMMIT_IN_POSTING" while posting Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579104#M589632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;I have commented the BAPI_TRANSACTION_COMMIT, but it is giving same dump since commit work is happening in another FM which I am using in my program. So I have commented that FM, now it is giving a dump MESSAGE_TYPE_X. The dump error analysis is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text of error message:&lt;/P&gt;&lt;P&gt;Nested call of PERFORM ON COMMIT: NESTED_PERFORM_ON_COMMIT caller: SAPLM&lt;/P&gt;&lt;P&gt;BRE program: SAPLMBRE form: DELTA_PUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long text of error message:&lt;/P&gt;&lt;P&gt; Diagnosis&lt;/P&gt;&lt;P&gt;     During processing of a routine called using PERFORM ... ON COMMIT,&lt;/P&gt;&lt;P&gt;     the system attempted to call PERFORM ... ON COMMIT again. Nesting&lt;/P&gt;&lt;P&gt;     of this is not allowed.&lt;/P&gt;&lt;P&gt; System Response&lt;/P&gt;&lt;P&gt; Procedure&lt;/P&gt;&lt;P&gt;     The program indicated after "Caller:" must be changed. This is the&lt;/P&gt;&lt;P&gt;     program that calls the routine indicated after "Form:" during&lt;/P&gt;&lt;P&gt;     COMMIT processing. This routine is part of the program indicated&lt;/P&gt;&lt;P&gt;     after     "Program:".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 11:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579104#M589632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-03T11:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dump "COMMIT_IN_POSTING" while posting Goods Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579105#M589633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose that you call BAPI_GOODSMVT_CREATE in an extension like a Business Transaction Event or a BADI and that this BADI or BTE is executed in update task, where only one COMMIT of the database is generated by the system for all the Functions executed (look at SM13)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't use any COMMIT or BAPI_TRANSACTION_COMMIT in this environment, it's forbidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at &amp;lt;a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCSTUP/BCCSTUP_PT.pdf"&amp;gt;Updates in the R/3 System (BC-CST-UP)&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 11:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-quot-commit-in-posting-quot-while-posting-goods-issue/m-p/2579105#M589633</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-08-03T11:10:30Z</dc:date>
    </item>
  </channel>
</rss>

