Skip to Content
0
Former Member
Feb 17, 2011 at 06:28 PM

Editable ALV Error

44 Views

I am displaying a ALV table and have editable field for Quantity ( 13 char; 3 decimal).

If the user enters quantity which is more than 13 chars; I am getting a error

"The entered value has too many digits in the integer part".

I have a event handler method for ON_DATA_CHECK was expecting to catch this cell in the t_error_cells table; however this method is not called...

I am looking for some pointers in resolving the issue.