Skip to Content
0
Former Member
Dec 03, 2008 at 11:27 AM

Dynamic DATA declaration

7960 Views

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