cancel
Showing results for 
Search instead for 
Did you mean: 

Enterprise Compensation Management

Former Member
0 Kudos

hi all

we have used the BADI HREMC00_GUIDELINE to replace the standard config tables with custom Z tables for the bonus calculations

but the BADI when activated, when we run the PECM_CREATE_COMP_PRO does not pull up the amount instead gives a warning message

''no default values found for the employee''

we have made sure that this employee does have all the master data needed for the calculation of bonus amount.

is it something to do with the program, or the BADI is not picking the guideline feature CGDGP which i thought would be replaced when we implement the BADI

or is it something which we have mention in the code in the BADI

any thoughts are welcome and awarded.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

II am having same issue with BADI HREMC00_GUIDELINE .. I have implemented method EVALUATE_GUILDLINE .. created a custom infotype to maintain %... It works fine when I go to PA30 - Infotype 759 (Compensation Process) and do APPLY guildline I see % & amount calculated but when I run the PECM_CREATE_COMP_PRO does not pull up the amount instead gives a warning message

''no guildline default found for the employees''

We are very close to go-live, Any help in this regards, greatly appreciated..

Please share your thoughts / solution.

Thanks.

suresh_datti
Active Contributor
0 Kudos

Pl put a break point in the EVALUATE_GUIDELINE Method of the BAdI HRECM00_GUIDELINE & execute the transaction PECM_CREATE_COMP_PRO.This will help you identify why your value isn't being read.

~Suresh

Former Member
0 Kudos

thanks suresh for the quick one

yes i am doing that now, but my other question is do we have to maintain the standard entries like the

guideline variants, guideline grouping and the guideline feature(CGDGP) even when we go for this HRECM00_GUIDELINE BADI

which i have maintained anyways

or else this data should also be in the code in the BADI?

thanks

Former Member
0 Kudos

Hi Raj,

We are also having the same problem did u resolve the issue.

Please discuss the soultion for this problem.

Thanks,

Rao.

Former Member
0 Kudos

hi

its in the BADI itself , the BADI has two methods in it if you look in se18, EVEALUATE_GUIDELINE and EVALUATE_GDL_CONTRIB

so the programmer initially used the EVALUATE_GDL_CONTRIB method and put his code in this,

but as per our requirement we have stored the values needed for calculating the bonus amount in custom tables so we have to use EVEALUATE_GUIDELINE method

this helps in replacing the entire standard guideline evaluation

check in the documentation

this solved our problem