简体   繁体   中英

Keep selection on initial row after closing popup Dynpro

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM