Skip to Content
0
Jun 10, 2013 at 06:24 AM

Memory reference of a Variable possible?

47 Views

Hello,

I am in middle of something where I need to get the value of a variable by referencing it.

For example -

Data: gv_var_val type c length 1,

gv_var_name type c length 10.

At run-time I will have gv_var_name = 'GV_VAR_VAL'. but I will need to get the value of a "GV_VAR_VAL" which might be 0/1/2/3......

I tried field-symbols but failed to manage it properly ....

can u please assist me a little?

Thanks,

Ravi Sonar.