Hallo,

auf die Schnelle würd ich das mal mit einem Sub-Select machen.

Code:
Select * from ADR01PF where ADBBS in (
select Adbbs from adr01pf where adfa = 1 and adabkz = 0
group by adbbs having count (*) > 1)
lg Andreas