‎2007 Sep 27 6:21 AM
Hi,
There is one field of type decimal in an infotype screen. This field is a mandatory field. On keying the value in this field and pressing "enter", 2 more fields are getting populated based on some calculations on this field.
The problem is,
When 0 (zero) is entered in this field and "enter" is pressed, this field is getting cleared again (without any calculations being performed) and then it is not allowing me to save the infotype.
Please suggest me some alternative.
‎2007 Sep 27 8:09 AM
hi,
better try this..
if the value entered is zero..
mover zero to those fields....
else try for any exit or badi for that ......
regards
sree
‎2007 Sep 27 8:09 AM
hi,
better try this..
if the value entered is zero..
mover zero to those fields....
else try for any exit or badi for that ......
regards
sree
‎2007 Sep 27 9:41 AM
the problem is solved. i have used a character field instead of decimal. now it is working correctly.
thank you for the response.