Skip to Content
0
Former Member
Jun 26, 2009 at 12:00 PM

Error stating "too many decimal places (max allowed 0) while getting input

1845 Views

Hi experts

In one of my reports the input is accepted for the user for a field . The field was initially declared as AZINSSATZ ( Data Type DEC Length 10 Decimal Places 7 ) . It did not accept the values like 12.5 .Inorder to give 12 5 we need to give as 12.0000005 .Later i changed it ot menge_d , dmbtr and various other data types but shows the above error.

please advise on how to correct it