2007 Dec 10 7:19 PM
Hello All,
I'm a HR consultant, with no technical background..
At my client end, the configuration for ER contribution right now has x% of EE contribution and limit set to y% of base salary..
They want to change their way of calculating this..There is some basic calculation as in first 1% - match will be 100% or dollar for dollar and 2%-6%-match will be 50% or .50 on the dollar..
Got to know that we can use a user-exit in 'PBEN0014' SAP enhancement (SAP function 'EXIT_SAPLHRBEN00GENERAL_014').
Plz advice how to proceed....
2007 Dec 12 2:16 PM
2007 Dec 12 2:24 PM
hi ,
'EXIT_SAPLHRBEN00GENERAL_014'
1)Goto CMOD tcode.
2)Click on Utilites on Menu bar.
3)Press Shift+F9, below in component name enter
EXIT_SAPLHRBEN00GENERAL_014,
4)F8 , then you will get Exit name PBEN0014
Double Click again Double Click you will get function
FUNCTION EXIT_SAPLHRBEN00GENERAL_014.
within this onel include file is there.
INCLUDE ZXPBEU14.
here you will write your Enhanc Code.
Reward if , you got soln,
Thanks.