Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Decimal field

Former Member
0 Likes
381

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
362

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

2 REPLIES 2
Read only

Former Member
0 Likes
363

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

Read only

Former Member
0 Likes
362

the problem is solved. i have used a character field instead of decimal. now it is working correctly.

thank you for the response.