cancel
Showing results for 
Search instead for 
Did you mean: 

Table Lead Selection

Former Member
0 Kudos

Hi,

In my application i have two views, from first view i am going to second view in which i have table control. From the table control i am selection line times and doing some validation then i am coming back to main sceen. after coming to main screen if am going again to same table screen then which line items i selected perviously as remain marked in table.

how i clear the selection of table from first

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Use : Clear_Selection if multiple rows are selected and also set lead selection of node as zero.

lo_nd_table->clear_selection( ).
lo_nd_table->set_lead_selection_index( 0 ).

Do this when you navigate from Second View to First one.

Former Member
0 Kudos

Have you try the invalidate method?