<?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: getting short dump in the function module HR_MAINTAIN_MASTERDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946804#M1335570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the correction instruction "manually" in your system to insure that this correction has been applied in your system, if not, ask your BC team for an OSS message.&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>Tue, 04 Aug 2009 11:25:54 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-08-04T11:25:54Z</dc:date>
    <item>
      <title>getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946799#M1335565</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;I am getting a short dump with the error message&lt;/P&gt;&lt;P&gt;''The current application triggered a termination with a short dump ' in the production system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order of callig the objects is as follows: &lt;/P&gt;&lt;P&gt;Web Dynpro Component ZWD_ERT &lt;/P&gt;&lt;P&gt;Web Dynpro Controller EXTERNAL_ONBOARD calls method ONACTIONSAVE_EXTERNAL_DETAIL -&amp;gt; calls FM ZXR_HR_EXTUPDATE_EDIT &lt;/P&gt;&lt;P&gt;calls below forms -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM SAPLZXR_ERM_UPDATE_EDIT &lt;/P&gt;&lt;P&gt;PROCESS_INFOTYPE &lt;/P&gt;&lt;P&gt;FORM SAPLZXR_ERM_UPDATE_EDIT &lt;/P&gt;&lt;P&gt;OTHER_INFOTYPE &lt;/P&gt;&lt;P&gt;FUNCTION SAPLZXR_ERM_UPDATE_EDIT -&amp;gt; calls FM HR_INFOTYPE_OPERATION -&amp;gt;which inturn calls FM HR_MAINTAIN_MASTERDATA ... which calls some sap standard classes and the error occurs in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Termination occurred in the ABAP program "SAPMSSY0" - in "%_ORDER_FORM_LEVEL". |&lt;/P&gt;&lt;P&gt;The main program was "SAPMHTTP ".  &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;In the source code you have the termination point in line 89  &lt;/P&gt;&lt;P&gt;of the (Include) program "SAPMSSY0". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text of error message: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Nested call of PERFORM ON COMMIT: NESTED_PERFORM_ON_COMMIT caller: SAPLB  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;| UBA_4 program: SAPLBUBA_4 form: GENERAL_BADI_CALL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one faced this kind of problem? &lt;/P&gt;&lt;P&gt;what is the solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 08:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946799#M1335565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T08:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946800#M1335566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of your BADI seems to execute a PERFORM ON COMMIT when the program is already in COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a check in your BADI, like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF sy-oncom = 'P' .
  PERFORM...
ELSE.
  PERFORM ON COMMIT...
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 08:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946800#M1335566</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-07-30T08:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946801#M1335567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Here the dump comes from the standard objects as shown in the error log.(in  my earlier query ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are asking me to add a check in the BADI. but that BADI is not a customized one.. and it is called by sap standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now could you please tell me how avoid this dump.? The dump comes from the 89 line of standard program (subroutine pool ) SAPMSSY0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lakshmi Atukury on Jul 30, 2009 11:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 09:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946801#M1335567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T09:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946802#M1335568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The standard SAPMSSY0 "System Exits" does not trigger the error it receives it from another program. The error is triggered somewhere in form GENERAL_BADI_CALL of Function group BUBA_4, this form manages the call of CHANGE_BEFORE_UPDATE method in BADI implementation, that is why I suspected an implementation of BADI, which cause the error which is a PERFORM ON COMMIT when the luw is already in COMMIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't find any BADI or Caller "error", look at OSS, there is a note with the same symptom, look at [Note 962094 - SAP-BP: BUPA_CENTRAL_EXPL_SAVE_HR (no performs on commit)|https://service.sap.com/sap/support/notes/962094]&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>Thu, 30 Jul 2009 10:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946802#M1335568</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-07-30T10:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946803#M1335569</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 for your quick reply. The note which you gave is for the component ( sap_aba ) release 7.0&lt;/P&gt;&lt;P&gt;But in our environment it  is 7.1 release. How do i get the same note for the release 7.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how to go ahead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 11:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946803#M1335569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T11:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946804#M1335570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the correction instruction "manually" in your system to insure that this correction has been applied in your system, if not, ask your BC team for an OSS message.&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>Tue, 04 Aug 2009 11:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946804#M1335570</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-04T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946805#M1335571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;We have raised an OSS message to SAP. we got the following relpy..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for the short dump is normally that you call a&lt;/P&gt;&lt;P&gt;perform_on_commit although you are already in a perform_on_commit phase.Please check that in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, please also implement following notes as your maintained&lt;/P&gt;&lt;P&gt;SP level is very low:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1116033, 1107221, 1108931.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now how to check the program where it calls perform_on_commit phase,as  i don't have debugging access in production .&lt;/P&gt;&lt;P&gt;This dump issue can't be replicated in Development or quality. What are necessary steps to be taken to solve this issue?&lt;/P&gt;&lt;P&gt;please suggest me how to go ahead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 09:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946805#M1335571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946806#M1335572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree(d) with OSS, are you really sure that none of your BADI may cause the dump ?&lt;/P&gt;&lt;P&gt;It may also be time to refresh your qualification data...&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>Fri, 07 Aug 2009 11:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946806#M1335572</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-07T11:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: getting short dump in the function module HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946807#M1335573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;my problem not yet solved.I am not able to find how the BADI being called in this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could please help me how to find the badi and the method being called?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 05:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-short-dump-in-the-function-module-hr-maintain-masterdata/m-p/5946807#M1335573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T05:46:53Z</dc:date>
    </item>
  </channel>
</rss>

