Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

"On Select" event in OO ALV

Former Member
0 Kudos

Hello everyone,

I have this client who needs to, as long as he keeps selecting rows from an OO ALV, there is a field below the custom container that should refresh with the total sum of a determined currency field from all rows selected at that moment.

Can anyone help me or point me in the right direction to do something like this ?

Thank you all,

Nuno

1 ACCEPTED SOLUTION

Sm1tje
Active Contributor
0 Kudos

I don't think this is possible. You do need another event (update button) to determine the selected rows. There is no event for 'OnSelect'.

3 REPLIES 3

Sm1tje
Active Contributor
0 Kudos

I don't think this is possible. You do need another event (update button) to determine the selected rows. There is no event for 'OnSelect'.

naimesh_patel
Active Contributor
0 Kudos

I guess there is no event which will trigger on the Line Selection.

But you can do some workaround.

Instead of the Box for selection, give the CHECKBOX to select / deslect the line

When you select the checkbox, DATA_CHANGED event would be triggered.

Regards,

Naimesh Patel

agnihotro_sinha2
Active Contributor
0 Kudos

hi,

ALV display is kind of a list display and it cant refresh on its own.

what i suggest is u go for module pool coding. it is possible in that.

ags.