Skip to Content
0
Former Member
Nov 22, 2007 at 08:33 AM

Update Table

36 Views

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