Hi experts,
I have generated an ALV which displays material number with hyperlink. Using OnClick event, i'm getting the values in
R_PARAM. But i dont know hw to get that values from it.. Even i tried with field symbols too..
field-symbols: <l_value> type any. assign r_param->value->* to <l_value>.
Now hw can i read the value from this <l_value>..
Please help me out..
Thanks in advance..