cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Benefits EHP6. Corequisite checks at depend level

Joseph_Kaffenbe
Discoverer
0 Kudos

Hi,

In our ESS Benefits solution, we need perform a co-requisite condition between two plans at the dependent level.

I have searched but can not find any BADi / Enhancment Spot in order to fulfill this requirement.

I found with ESS the checks are performed in the Function Module HR_BEN_ESS_CHECK_COREQUISITES.  I was hoping to enhance this function module, however these are by default not allowed for enhancements.

I have considered the following:

1. Create One Plan which combines these two plan requirements, insuring the dependents are the same.  However this will require special logic in our integration between providers.  The plans have separate providers/plan codes/etc...

2. Enhance the above mentioned Function Module.  Blocked for Enhancments.

The only thing I can think of is to modify the standard function module to meet my requirements, but I see this as a last resort.

So I am asking if anyone else has any ideas.

Thanks for any feedback.

Joe.

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please check note 458497,which has released a badi to implement

Badi HR_CLM_GET_DEPENDENTS

HR_BEN_CHECK_DEP_BEN_ELIGIBLE

You can check exit PBEN0032? method CHECK_DEPENDENTS olny be used to raise configuration errors

Please use

CONSISTENCY_ERRORS to display any error message[move the content of

error_table to consistency_errors and clear the error_table inside the

method CHECK_DEPENDENTS]. This should resolve this issue. Let me know if

you need further assistance.

Joseph_Kaffenbe
Discoverer
0 Kudos

Hi

Thanks for the reply.

I did look at PBEN0032 but the interface only has the one plan to be checked.

I need to check the dependent / level in the medical plan vs. the vision plan.

Do you know if I can access the plans which are existing / to be created so I can make the comparison?

Thanks.

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

yes as above note indicated, a user exit was added in HR_CLM_GET_DEPENDENTS.?

Please can you check