‎2009 Aug 28 1:59 PM
Hello,
Actually I need to carry out a validation as soon as a user clicks on an editable cell found in an ALV. I am using the class CL_GUI_ALV_GRID and I have found the event CLICK_ROW_COL. I know that it is protected but I really need to find a solution since the validation should be done at once when the user click that cells for input. I made use of the event double click to make the validation and it works fine. However this solution will not work if the user does not double click before inserting the value.
Can anyone help please? If possible can you give an example (If ever it exist in BCALV* examples)
‎2009 Aug 28 2:25 PM
Hi,
I had find another classes which are using this method :
CL_CALENDAR_CONTROL_SCHEDULE--global class
DISPATCH --mthod name
CL_GUI_ALV_GRID_BASE--global class
DISPATCH--mehtod name