<?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: MFBF Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352793#M1731497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Zprogram you are alone, no problem with Commit-work, in a customer-exit or BAdi, you are in the middle of a SAP transaction which manage its own checks and commit/rollback so your commit may (and will) break the logic of the current transaction. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;A "commit&amp;nbsp; work" statement must not be executed within a user exit or a modification in an SAP transaction!&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There are tools to execute such actions as BAPI call in an exit like using RFC enabled wrapper called IN BACKGROUND TASK or updating database z-tables via update task FM,&amp;nbsp; those will be executed after/during the update task which update the database. In case of IN BACKGROUND TASK those are executed in a new LUW (like a new transaction) after completion of update task, so you can code BAPI call here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2013 08:13:47 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2013-03-25T08:13:47Z</dc:date>
    <item>
      <title>MFBF Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352790#M1731494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are getting the dump as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Short text of error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; No status object is available for INL 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Long text of error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Diagnosis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When trying to read the status of an object (INL 0), a system error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; occurred: For object number TM0000000002QL there is no status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Procedure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please contact your system administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Technical information about the message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message class....... "BS"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number.............. 001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable 1.......... "INL 0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable 2.......... "TM0000000002QL"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable 3.......... " "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable 4.......... " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anybody faced this problem and solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly, guide us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 13:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352790#M1731494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-23T13:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: MFBF Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352791#M1731495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First check for OSS note at your system level like &lt;A class="urLnkFunction urVt1 active_link" href="https://service.sap.com/sap/support/notes/94699" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 94699 - Prod. order/network/proc. order: Objects w/o status object&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="urTxtH1"&gt;. Error can come from an error in&amp;nbsp; standard, so you could find corrections, else that can be caused by wrong customer coding, e.g. COMMIT WORK in a BAdI, Enhancement spot&amp;nbsp; or Customer Exit or wrong usage of non released FM. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtH1"&gt;Some OSS notes contain correction reports, but if the error comes from a customer development, you have to identify and correct your code.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtH1"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="urTxtH1"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 19:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352791#M1731495</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-03-23T19:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: MFBF Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352792#M1731496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot....Our problem got solved, User exits + Commit work was the culprit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again a thing to ask...COMMIT WORK when used in normal Z program works fine but when used in User exit it throws dump how come this can happen...presently we are using ECC 6.0....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 05:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352792#M1731496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-25T05:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: MFBF Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352793#M1731497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Zprogram you are alone, no problem with Commit-work, in a customer-exit or BAdi, you are in the middle of a SAP transaction which manage its own checks and commit/rollback so your commit may (and will) break the logic of the current transaction. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;A "commit&amp;nbsp; work" statement must not be executed within a user exit or a modification in an SAP transaction!&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There are tools to execute such actions as BAPI call in an exit like using RFC enabled wrapper called IN BACKGROUND TASK or updating database z-tables via update task FM,&amp;nbsp; those will be executed after/during the update task which update the database. In case of IN BACKGROUND TASK those are executed in a new LUW (like a new transaction) after completion of update task, so you can code BAPI call here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 08:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mfbf-dump/m-p/9352793#M1731497</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-03-25T08:13:47Z</dc:date>
    </item>
  </channel>
</rss>

