Skip to Content
0
Former Member
Dec 06, 2008 at 03:46 PM

Data transfer from field symbol to an internal table

5276 Views

Hi ,

I would like to append the records from a field symbol of one type to an internal table of another type.

<ASSIGN x_buffer_ref->* TO <fs_buffer_records>.

APPEND <fs_buffer_records> TO i_buffer_records.>

Is this possible?? If Not, please tell me how would i do this??

Thanks,

Shamim