Hello,
I have a table in a screen and hv data in it also from a table. Now i want if a user selects a row n clicks a display button, i should display the same fields in empty text fields created outside the table on the same screen.
Rite now i m lookin for single selection but any help on multiple selection is also welcomed.
I have give a line-selection element name as 'LSELECT1' to the table in screen painter n have declared a variable also with the same name of type C(1) in my abap prog. But dont know wat to write in PAI now to caputure the selected row.
THANKS