cancel
Showing results for 
Search instead for 
Did you mean: 

Restriction on KPI's in PMS

former_member188901
Participant
0 Kudos

Dear All,

I am developing PMS Form using T-code Phap_catalog. I wish to restrict the values and apply limits on the determinant value. For Example

Value entered against a certain KPI will have a resultant determinant ( value) that should not be less than 0 % and should not exceed 120 %.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member206403
Active Contributor
0 Kudos

hi

For this you might have to go for use of the value determination badi and put some abap code in it

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This you have to do it in Value determination BADI. or else u can do it in BUSINESS_CHECK Badi also.

Regards,

Sabariraj.M

0 Kudos

Hi Samer,

1 ) For Addition of the values use this badi HRHAP00_VAL_DET after that

2 ) For validation of entered values use this badi HRHAP00_DOC_BC method name     is DO_BUSINESS_CHECK write the logic based on your condition append the Error message to the export parameter T_RETURN.

Please try .it will work

Thanks&regards

Jayaprakash T