Skip to Content
0
Former Member
Dec 11, 2006 at 05:28 AM

Working with more than one ALV on Screen

46 Views

Hi,

I have got two alv's in same application/report. One ALV is for displaying the data and another ALV is for interaction or with EVENT Handling, but when iam defining the class with methods for event handling for CL_GUI_ALV_GRID, it is showing me an error message as there are more than one ALV with reference to CL_GUI_ALV_GRID. It seems it wants only UNICODE Object for CL_GUI_ALV_GRID.

Please assit, how to manage with event handling when there are more than one ALVs on screen. How to go for class definition and implementation