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: 

How to call method dispatch from class CL_GUI_ALV_GRID

Former Member
0 Kudos
359

Hello Everyone,

I'm developing a copy from a standard transaction S_ALR_87013542.

I want to put a button in an ALV there is in this transaction, so I'd like to know how to call the method dispatch of the class CL_GUI_ALV_GRID without calling the standard transaction.

Any help would be very appreciated.

Thanks in Advance.

1 REPLY 1

Former Member
0 Kudos
116

Hi

Which report is assigned to this trx? There isn't in my system.

Anyway u need to use the event TOOLBAR in order to upload a your own button and the evenr USER_COMMAND to manage it.

Try to see the demo program BCALV_TEST_GRID_TOOLBAR

Max