How to get the selected entry in WebDynpro ABAP table?

Philipp Andre picture Philipp Andre · May 15, 2010 · Viewed 13.5k times · Source

I have a webdynpro containing a table displaying numerous lines. After the user clicks the delete button I want to delete the selected line of the table.

My problem right now is, that I don't know how to implement this in the event-call.

How can I identify the selected line of the table?