cancel
Showing results for 
Search instead for 
Did you mean: 

Evaluate multiple selected rows within ABAP WD ALV

Former Member
0 Kudos

Hi,

I am using ALV within WebDynpros for ABAP. It's easily possible for users to select multiple rows. Subsequently I'd like to process only the selected rows further. How would I find out, which rows were selected?

There should be a standard way via wd_this or wd_context, I don't seem to have found it yet.

All ideas are appreciated.

Regards, Rene

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215843
Active Participant
0 Kudos

Hi Rene,

If you use external context binding to pass the table, the information of the selected rows should be available in the context node you passed (Get_Selected_elements).

Ciao, Regina