Hi All,
I have a scenario where in my work area description is stored inside a text variable, say,
v_text = 'wa_temp-age'. ( Actually wa_temp-age contains value 20)
The content of v_text is dynamic.
Now I want to populate that value in another variable.
i.e v_age = (value of content stored v_text).