hi,
form user_command using r_comm type sy-ucomm
selfield type slis_selfield.
case r_comm.
when '&ic1'.
read itab(your table) into waitab(workarea of table) index selfield-tabindex.
" now you can use waitab-epaper , and use it for heperlink "
endcase.
i think you can do like this.
hope this can solve your problem.
Regards.
Jaydeep