Hi All,
How do i declare a variable in ABAP so that the type is dynamic?
I've seen dynamic parameters, internal tables and select-options.
But, I need to declare a variable and declare the type dynamic, Something like below:
DATA gv_field LIKE (gv_dynamic_type).
Any help will be appreciated.
Thanks