cancel
Showing results for 
Search instead for 
Did you mean: 

ALV lead selection

Former Member
0 Kudos

Hi Experts,

On ALV lead selection, i want to make visible some of my view elements, like labels. How can i do that?

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

There are standard events exposed by the ALV (similar to those of the TableUI element). You can register event handlers in your component for the events raised by the ALV. You would want to register the onLeadSelection event and there perform your label manipulation. Here is a WIKI link that shows how to register and handle ALV standard events. It uses the on_data_check instead of on_lead_select - but the general process is the same.

https://wiki.sdn.sap.com/wiki/display/Snippets/WebDynproABAP-ALVControllingStandard+Buttons

Answers (0)