Hi.
Infotype 77 program checks the table T5UBA without validating which benefit plan the employee is enrolled in, which seems incorrect. In other words, this statement could pull any plan with COBRA even though the employee does not have the plan.
SELECT SINGLE * FROM t5uba INTO i5uba_wa WHERE cobok = 'X' AND
begda LE p0077-endda AND endda GE p0077-endda.
Am I missing something?
Also