Hi,
So
1. You need to use a type declaration (TYPES/DATA: BEGIN OF..END OF)
2. assign component gk_component-field of structure <gfs_struct> to <val>.
<val> = g_result. (with <val> of type ANY)
3. insert <gfs_struct> into table <gfs_table>
Cheers,
Manu.