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