Skip to Content
0
Former Member
Jan 29, 2008 at 03:43 AM

update

23 Views

Hi all,

I want to update table makt with a program from table itab.

Loop at itab into wa.

modify makt from wa.

endloop.

I even can not debug the loop...

Is it not possible to update sap tables?

Thanks.