Skip to Content
0
Former Member
Dec 02, 2008 at 01:09 PM

Append all entries of internal table without looping?

1801 Views

experts,

i have a structure ex :str1 in which one field ex: field4 is of table type ( internal table).

an internal table itab contains a field with 20 rows.

now i have to append all entries of internal table to str1-field4, how can it be done without looping the internal table.

thanks in advance