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: 

cl_gui_alv_grid events and Excel Inplace

former_member182550
Active Contributor
0 Kudos

I routinely disable the Excel Inplace view within the ALV grid (and if I can get away with it the Export menu button as well) since I believe that once outside of SAP data is obsolete (but that's another matter). Another reason that I disable the Excel Inplace button is that if you have any events defined on the grid, the events don't get raised.

Has anyone come across a fix for this ?

Regards

Rich

3 REPLIES 3

former_member241258
Active Participant
0 Kudos

use USER_COMMAND event for that.

0 Kudos

No events are raised when the view is Excel In Place. So the delayed selection change event is not fired.  Neither are any other grid based events.

Rich

0 Kudos

Richard,

Did you manage to find any event that gets triggered on selection of "Excel inplace"?

We have a requirement as below,

In ALV Grid display, custom totals are calculated and displayed. But when the user selects "Excel inplace" option, standard summed up values are getting displayed and custom calculated totals are not displayed.

I am also trying to find some event on "Excel inplace" where i can control this calculation.

Thanks,

Ram