Greetins to All,
We have a requirement to use the PBEN0011 user exit.
However looking at the parameters of function module EXIT_SAPLHRBEN00GENERAL_011, we are not getting the 'pernr' as any parameter. Tried to see it as a local or a global variable at run time/debugging.. no luck there either.
The requirement: Need to do some custom validations on field "additonal units" (P0168-ADDNO) for Insurance plans (IT 1068). Looked at other user exits, but this is the only one that passes "additional units" as a parameter, but at the same time our custom vallidations are based on certain conditions for which we need to query the employee's infotypes. For that we need the pernr at run time, but not able to find that.
Any one who has experience with this user exit? Our eventual option will be to got with "implicit enhancements". But wanted to find out if this can be with a user exit first.