Hi David,
I had tried move-corresponding, it gave me an ABAP dump. This is how i had done it.
data: la_context type crms_ps_dba_ext_deep_all.
move-corresponding <ft_data> to la_context.
Then i tried by assigning a field symbol to la_context and using move-corresponding. Both dumps.