The task is to create variable with dynamic name. NOT type(!) but namу! All the ways using cl_abap_typedescr and cl_abap_elemdescr classes that I saw are useless.
I want to implement something like this semantically:
CREATE DATA (name) TYPE var_type.
But this syntax is incorrect.
Is there any solution?