cancel
Showing results for 
Search instead for 
Did you mean: 

Opening Popup when choosing an alv column

adil_gndz
Explorer
0 Kudos

Hi Gurus,

İ have a "viewcontaineruielement" which displays an alv. Now i want to show a popup when i choose a column from this alv-view. Is it possible?

How can i do this?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The only events for ALV are ON_AFTER_CONFIG, ON_CELL_ACTION, ON_CLICK, ON_DATA_CHECK, ON_FUNCTION, ON_LEAD_SELECT, ON_STD_FUNCTION_AFTE, and ON_STD_FUNCTION_BEFO. I don't believe that any of these will trigger where you want it - on choosing an ALV column.

A standard Table in 7.0 EnhP1 does have a onColSel event, but this is just not propigated through the ALV layer.