Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting Table Row Index Using TableView Control??

Former Member
0 Likes
325

Hello Tech-Sagas,

I know the question does not belong this forum, but I need reply badly.

I use TableView control in BSP, wherein I need to catch selected table-row index as we would do in simple ABAP programming.

I used onRowSelection and selectionMode="SINGLESELECT".

Solution to be sought for:

I design a web page to display employees' details drawn from a database table, now when a row is selected, I need to catch all the values of the current row and send them to next page, where these values are put into input fields, based on the modifications made, table in the database gets updated.

Hope, question is clear.

Please, guide to the solution.

Thanks: Zahack

1 REPLY 1
Read only

Former Member
0 Likes
288

Hi Zahack,

Check this link

hope it helps you.