Application Development and Automation 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: 
Read only

Validation on cell using CLICK_ROW_COL

Former Member
0 Likes
440

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)

1 REPLY 1
Read only

Former Member
0 Likes
350

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