2015 Mar 24 5:40 AM
Hello:
I have activated EA-PS and its was successfully activated.I have also regenerated New GL & FI-SL as per SAP note 377053 but when i go to customizing and try to execute note Activate account assignment element in PSM-FM , i get following ABAP dump. Can someone please look into this issue. EA-PS Version is 600 and SP-Level is 0026.
Thanks
2015 Mar 24 9:21 AM
Hi Atif,
Have a look at the dump info to see what is the missing routine (i.e. 'perform name'). If it's CHECK_ZDM_ACTIVE, see Note 2057665 Zero Downtime Management
http://service.sap.com/sap/support/notes/2057665
best regards
Mar
2015 Mar 24 8:29 AM
Hi Atif,
Please, check note 1718975 - Activate/Deactivate Funds Management: errors ZZ003 and SV044, or dump PERFORM_NOT_FOUND
Regards,
Eli
2015 Mar 24 9:21 AM
Hi Atif,
Have a look at the dump info to see what is the missing routine (i.e. 'perform name'). If it's CHECK_ZDM_ACTIVE, see Note 2057665 Zero Downtime Management
http://service.sap.com/sap/support/notes/2057665
best regards
Mar
2015 Mar 25 9:23 AM
DearMar/Eli:
Despite of application of two mentioned by you both, i am still getting the same error.I think this notes are ineffective becasue of SP level 0026 and in notes the validity for EA-PS SP is 0027 I am attaching the screen shot of the error for your review.
2015 Mar 25 9:58 AM
There is a reference to CHECK_ZDM_ACTIVE in your printscreen. Did you implement note 1959343
2015 Mar 25 10:32 AM
2015 Mar 25 10:33 AM
Hmmm... Can you check that include L02FCF02 exists and form CHECK_ZDM_ACTIVE is there?
Additionally, note 2057665 - Zero Downtime Management could be helpful. There is obviously a discrepancy between ZDM components in your system.
2015 Mar 25 10:38 AM
The error message is pretty clear - a subroutine (FORM) is missing from the source code.
Have an ABAP'er look at it. Perhaps the program is not properly activated.
cheers
Paul
2015 Mar 25 5:03 PM
Atif,
Note 2057665 has a manual activity:
Call transaction SE54 and go to Environment->Events in each case for the following views:
FMISPS
V_CL_DEFINITION
V_FM01D_F
V_FM01D_PUR_MIG
V_FM01D_RC07_EH4
V_FMCCAVCLDGRACT
Add the entry
25 CHECK_ZDM_ACTIVE
here in each case.
Can you let us know if this was done as well? I am checking this with the author of this note, I will let you know if it's needed in your release.
thanks!
-----
Atif: The manual activity is only for release 617 so it's not relevant for EA-PS 600. As Paul wrote, please see if all objects were properly activated.
let us know how it goes,
thanks
Mar
2015 Mar 26 9:07 AM
Dear Mar:
Issue has been resolved by Abaper. Yes we had implemented above mentioned notes and had updated routine CHECK_ZDM_ACTIVE but issue was persistent. Our Abaper analyzed SAPL0F52 and found that CHECK_ZDM_ACTIVE routine was not part of include L0F52F01 but it was already present in views FMISPS and V_FM01D_F. He deleted this routine from these two and all other views where he had added as per notes and issue got resolved . This routine is supported in SP 0027 but its not for 0026 that's why it was not required in aforementioned views.
Thanks