Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to write user exit for benefit..

Former Member
0 Kudos
194

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....

2 REPLIES 2

Former Member
0 Kudos
122

Any help on this one?

Thanks

Charlene

Former Member
0 Kudos
122

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.