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