Hallo Birgitta,

das war des Rätsels Lösung.

update mk/lprm01p A set a.LVAL=
( select distinct b.lval from mk/lprm01pold B
where a.lpgm = b.lpgm
and a.llnr = b.llnr
and a.lent = b.lent )


where exists
(select c.lpgm , c.llnr, c.lent
from mk/lprm01pold c
where a.lpgm = c.lpgm
and a.llnr = c.llnr
and a.lent = c.lent )



Vielen Dank euch beiden für die Hilfe

und viele Grüße
Michael