‎2009 Apr 24 8:35 AM
Hi guys,
I need to development a function exit in ECC 6.0 using EXIT_SAPLHRBEN00FEATURE_004.
This function exit is in 4.7EE .
Is there any badi exist for the above function exist with same functionality.
Can any body help me.
Revard poits applicable.
Regards,
See_nivas
‎2009 Apr 24 8:49 AM
Hi,
this exit still exists in ECC6.
look via smod for PBEN0004. Use this via CMOD.
Regards, Dieter.
‎2009 Apr 24 9:36 AM
Hi,
This is still exists in ECC 6.0 .
But is there any badi for the above exit.
‎2009 Apr 24 9:44 AM
Hi,
is this a question from Sreenivas_L or See_nivas ?!?!
Why do you want to use or badi and and this EXIT?
Regards, Dieter
‎2009 Apr 24 9:47 AM
Hi,
This is See_nivas
I need a badi with same functionality.
Thanks in advance.
‎2009 Apr 24 10:02 AM
‎2009 Apr 24 10:18 AM
You don't really need minimum/maximum postal codes by Province, you can use configuration tables with a combination of Benefits User exits.
IMG==>Personnel Management ==>> Benefits ==>> Define Employee Groupings ==> Define Cost Groupings
Define Cost Groupings
CGR1 = Alberta
CGR2 = Ontario
CGR3 = Quebec
Etcâu20AC¦.
SAP User Exits Function Exit Instead of Feature CSTV1 (Cost Grouping)
FUNCTION EXIT_SAPLHRBEN00FEATURE_004 ( include ZXPEEU04)
Determine Benefit Cost Groupings based on IT-0461-wrkar (Province of Employment)
Read Infotype 0461
Case P0461-wrkar
When "AB"
cstv1=cgr1
When "ON"
cstv1=cgr2
When "QC"
cstv1=cgr3
etc âu20AC¦