In an internal table,
I need to update one field (all rows) concatenate that field with a value say '999'.
Is it possible to do this in a single MODIFY statement without using loopat condition or any other best possible way to do it?