Skip to Content
0
Former Member
Jul 20, 2008 at 10:16 PM

dynamically create data type for structure

56 Views

Hello Experts.

how to create dynamic data type for structres. for example.

data lv_struc_name type strukname.

lv_struc_name = get_struct_name( ) ****** this method gives the structure name('ct_struc')

now I want to create one data type, which is having the type of lv_struc_name content.(ct_struct)

thanks

Tim