Why do you need to modify a standard table using abap code ?
use the help for modify statement or update to do it.
syntax : modify PA0015 from itab.
declare itab as table of type PA0015. and assign all the values of the changed row.
regards,
Sandeep Josyula
*Reward if helpful
Add a comment