Application Development 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: 

comma in quantity field

Former Member
0 Kudos

Hi,

The requirement is users are entering some data in weight filed(data type quant). I ahev to find out if they have used comma or dot. I have to give error if dot in entered.

I checked in debug, dot come even if comma is entered. But when I check table , if comma is entered, comma is saved .when dot in entered dot is saved.

How can I find out if user has entered comma or dot.

There is no conversion exit for that domain. Field is VEKP-NTGEW.

Thanks in advance

Regs

madhumati

3 REPLIES 3

Former Member
0 Kudos

Hi,

Move that quantity field to one Character variable and search for comma in that.

Regards,

Ashok.

0 Kudos

hi

Even if I move to string , it has dots not comma.

Regs

madhu

rahul2000
Contributor
0 Kudos

Will the dot or the comma be after fixed number of characters?