Hi. I have the next problem.
Let' supose that I have a variable wich contents the name of a data element (ls_element = NAME_ORG).
I want to define another variable using the content of the previus variable (ls_variable TYPE NAME_ORG).
How can I do that??