Hello All,
I am taking class name from user. I have to declare a object for this class.
if i use
DATA: obj_ref type ref to (p_input),
i am getting error '(p_input) is unknown'
Please let me know how can i acheive this?