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: 
Read only

Need to be same functionality badi in ECC 6.0 .

Former Member
0 Likes
852

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

6 REPLIES 6
Read only

Former Member
0 Likes
816

Hi,

this exit still exists in ECC6.

look via smod for PBEN0004. Use this via CMOD.

Regards, Dieter.

Read only

0 Likes
816

Hi,

This is still exists in ECC 6.0 .

But is there any badi for the above exit.

Read only

0 Likes
816

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

Read only

0 Likes
816

Hi,

This is See_nivas

I need a badi with same functionality.

Thanks in advance.

Read only

0 Likes
816

Hi,

i'm a little bit confused?

Look:

Do you search for a baDi or baPi?

I think there is no badi.

Regards, Dieter

Read only

Former Member
0 Likes
816

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¦