Hi all,
If i do this I am not inserting a new line on table ADR6? I need to update this table with one new entry. How can i do that?
The code bellow is not working.
LOOP AT lt_xvbpa.
UPDATE adr6
SET addrnumber = lt_xvbpa-adrnr
flgdefault = c_mark
home_flag = c_mark
WHERE .
COMMIT WORK AND WAIT.
Thanks a lot
Best regards