Which Item? (Tableview)
Hi guys,
I've been working with tableview many times, but now i got a challenge.. I need to call a popup screen from my tableview I mean from one of its columns(its a link with img) .. I should know before my submit which tableview's line I have click as e.g:
Perfect, but how do i get the line index or line clicked or POSNR value?
Thanks in advance,
Alex
Vijay Dudla replied
check the example application SBSPEXT_TABLE , page TableViewClient.bsp
or else you can call the method CL_HRRCF_ITERATOR=>GET_TV_ATTR in the do request and get the row which is clicked, and get the value in the DO_REQUEST method.