SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

FQ Events - code calling standard function module not install specfic copy

Former Member
0 Kudos

I'm customizing the event 0030 by copying over the standard function module 'fkk_paymentrelease0030_new' over as a installation specific one. I made a Z_ copy of the above standard FM and assigned it to a custom Z* function group, gave it the same sequence # (0) as the above FM by maintaining the value in table TFKFBC and finally ensured that the copied FM is 'Active'. However, when I attempt to post via FPE1, I see that the standard FM is being called instead of my 'active' installation specific copy that I just created. What am I missing?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Thanks Amlan. When you say "delete/deactivate", should I be just deleting the entry for the particular std. FM from the TFKFBS table for event 0030 or is there something else? And finally, if I did not need either the Z install specific FM or the standard FM logic to kick in, should I leave entries deleted from both TFKFBS and TFKFBC tables?

View solution in original post

3 REPLIES 3

AmlanBanerjee
Active Contributor
0 Kudos

Hi Rahul,

You need to deactivate\delete the standard FM, FKK_PAYMENTRELEASE_0030_NEW, from event 0030.

When you have copied the FM in to the Z FM, all the functionalities that the Standard FM was doing initially has come in to the Z, and on the top of that you have made some customization.

So there is no need for the standard FM to be activated any more. All the standard functionalities will now be taken care by the Z FM.

Hope it helps....

Thanks,

Amlan

Former Member
0 Kudos

Thanks Amlan. When you say "delete/deactivate", should I be just deleting the entry for the particular std. FM from the TFKFBS table for event 0030 or is there something else? And finally, if I did not need either the Z install specific FM or the standard FM logic to kick in, should I leave entries deleted from both TFKFBS and TFKFBC tables?

0 Kudos

Hi Rahul,

You only need to delete the Std FM from table TFKFBS against event 0030.

If you do not need either the Std FM or the Z FM, then you have to delete them from both the tables.

However, it is not recommended to delete a SAP Std FM from these events, which are already in there unless you are cusotmizing them, as these std FM triggeres many other objects , failing which can lead to system inconsistencies.

Hope it helps...

Thanks,

Amlan