Hi,
I want to modify the record of PA0009 .I want to change the enddate of personnel No.
UPDATE PA0009 SET ENDDA = '30.10.2009'
WHERE PERNR = '1'
AND BEGDA = '01.09.2008'.
The above statement is not working. How to modify the enddate which is part of key table.
Please guide.
Thanks and Regards
K Srinivas