Skip to Content
0
Former Member
Mar 26, 2009 at 11:01 PM

Dinamic Definition

24 Views

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??