cancel
Showing results for 
Search instead for 
Did you mean: 

Editable ALV Error

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you get this error rightly. If you want this to work you may have to consider changing the data element type to quan or P or C or simply string .

You may have to have the conversion routine to match the database type.