You only need one context node for that ALV, and you fill it each time the selection on the ALV changes, just like here
lo_nd_temp1->bind_table( new_items = lt_temp1_).
bind_table has a second parameter that clears previous entries.
You only need one context node for that ALV, and you fill it each time the selection on the ALV changes, just like here
lo_nd_temp1->bind_table( new_items = lt_temp1_).
bind_table has a second parameter that clears previous entries.