Skip to Content
0
Former Member
Dec 05, 2008 at 04:54 AM

concatenate a field in internal table without loopat.

654 Views

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?