Hi Kish,
I don't fully understand your question, but I can tell you how to identify the components of a dynamically defined structure:
lr_struct_desc = cl_abap_structdescr=>describe_by_data( ls_dynamic_struct ).
lt_components = cl_abap_structdescr->get_components( ).
Regards,
Kim