2006 Feb 23 9:04 AM
Hi,
i am using one screen which is containing a table control. In that one field is called value(Local Currency value)
Before that i have created one table called zuvrate.
In zuvrate , i have declared 'value'(one field of my table) as dmbtr data type(currency with 13 , 2 ) and
reference field is t001-waers.
My problem is, if i enter decimal value in that particular column in my table control, 'please enter numeric value ' error is coming.
for example if i give 23.34 then error is coming
elseif i give 23 then ok no error.
How to enter decimal value in my table control?
2006 Feb 23 9:06 AM
Hi,
Go to transaction SU3 and check if your decimal indicator is not ','.
Rgd
Frédéric
2006 Feb 23 9:08 AM
Hi,
The reference field you have specified i.e. waers has no decimal places. Give the reference field which has the same number of decimal places as you want.
Hope it helps..
Lokesh
pls. reward appropriate points
2006 Feb 23 9:18 AM
hi,
is there any other reference field for currency data type having decimal place?
2006 Feb 23 9:21 AM
2006 Feb 23 9:29 AM
U can use BETRG from structure PC207 (15,2)
data element is MAXBT
2006 Feb 23 9:47 AM
HI,
i am changing dataelementas maxbt. but now also error is coming.
Is there any other field for reference key with decimal places?
Regards,
Neptune.M
2006 Feb 23 10:01 AM
Hi,
Check the attributes(format) of the field in screen painter.
Laxman
2006 Feb 23 10:43 AM
2006 Feb 23 10:42 AM
this is a type mismatch of the data type in ur table control ..
can u do one thing just SKIP the currency quantity field from ur Z-TAble and declare the fields from a std table like likp and run the control once .
just try this option.