‎2006 Oct 03 3:43 PM
sorry for bothering
have one problem i am using a field catshours in table catsco, this field has data type as quan, no of char 4 and decimal places 2 but in internal format it shows abap type p internal length 3, the thing is that at runtime it uses length 3 and when the value goes more than 999 it raises an exception. this thing doesn occurs when the records are less, hope u got the problem, can u help me out with this;
thanks in advance
anup
‎2006 Oct 03 3:48 PM
Hi,
use the data element CATSUPLIM which is of bigger length..
Thanks,
Naren
‎2006 Oct 03 4:02 PM
Hi,
to solve problem either use
catsco-CATSPRICE
or declare data lv_catqty type p decimasl 2.
Regards
amole