Hello,
Our requirement is as follows. I have a deep structure in my program(crms_ps_dba_ext_deep_all).It has many custom defined structures in it.
During runtime a structure(dynamically determined by other factors in the program) would be filled with the data and this structure is of type one of the structures in the deep structure. Now my requirement is that I populate this data into the corresponding structure in the deep structure.
i.e;
<ft_data> type data, now contains the data that is to be mapped to one of the structure of crms_ps_dba_ext_deep_all.
Kindly help me with this.