Skip to Content
0
Former Member
Jan 28, 2008 at 11:28 AM

How to update a standard table

16613 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.