cancel
Showing results for 
Search instead for 
Did you mean: 

clearing table view selections.

Former Member
0 Kudos

Hi All,

How can I remove table view selections ( explicitely ) ?

more clearly..

we can select / deselct lines of tableview by clicking the line items..

here my requirement is..

without clicking on the selected lines of a tableview is it possible to make them

not selected ?..

<b><comment about points removed by moderator></b>

Thanks in Advance, Sudeep..

Accepted Solutions (0)

Answers (1)

Answers (1)

StefanRoesch
Active Participant
0 Kudos

Hi Sudeep,

you can use the parameter selectedRowKeyTable für your TableView. In case you want to clear out all selected keys, you have to fill the itab with am empty line (an initial itab won't work).

regards,

Stefan.