hello guys thanx for your answer
i'm base on the the method _display of the class cl_list_browser, i need to fill some field that are emply.
i have copy the class in a zcl_browser.
in debug when i have
LOOP AT <lt_outtab> ASSIGNING <ls_outtab>.
i'm able to read
<ls_outtab>-objref->gt_links but i don't know to syntaxly write it correctly.