2011 Aug 08 10:13 PM
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?
2011 Aug 09 6:41 AM
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?
2011 Aug 09 3:53 AM
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
2011 Aug 09 6:41 AM
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?
2011 Aug 09 7:31 AM
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