Skip to Content
0
Former Member
Dec 08, 2009 at 09:16 AM

how to declare variables for getting values from r_param structure..

192 Views

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