Keep selection on initial row after closing popup Dynpro

670 Views Asked by At

I'm working with dynpros and ALV-tables in my ABAP-Report. When I'm selecting an specific row, and clicking on an button for an specific event, an dynpro is beeing called. After closing the dynpro I want to select the same row as in the beginning. How can I set the property to select that specific row in abap?

1

There are 1 best solutions below

0
On

After the Dynpro is closed, the ALV Grid is displayed again.

You need to set the layout with the selected row in your layout and call the same function module you used previously.

Sample Algorithm:

  1. Display ALV
  2. Trigger Event
  3. Display ALV