cancel
Showing results for 
Search instead for 
Did you mean: 

How to Validate a field to only numeric

Former Member
0 Kudos

Hi all,

How to restrict a Input field to only numberic. It should not allow Character fields to be entered. Can you please reply me immediately. It is little bit urgent.

Thanks & Regards,

Subba Rao

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ..

Select the input form ...

Click on "CONFIGURE" tab at right side of page...

Add new UI control ...

Select Input Field from control type..

Select Number from Data type.

Regards,

Niraj

Former Member
0 Kudos

Hi,

thanks For Your reply

I Have Input Filelds.But I Want To Validate The Input Fields.

1.INPUTFIELD-Only Numeric values.

Ok,

Thanks

SubbaRao Chinta

Former Member
0 Kudos

Hi,

Validation not Developed in VC a sgood as we need it.

In future SPs may SAP look in to it for time being validation tab is very limited

Regards,

Govindu

Answers (2)

Answers (2)

Former Member
0 Kudos

subbarao,

The only way i have found is to right click on the input field

properties ---> validation add a condition not contains "a"

and an error message to be displayed if it does for examples

No Caharacters are allowed

for example you can add all the string characters in this validation list, i know it doesnt make sense but thats the only way i could find

Regards,

Sami

Former Member
0 Kudos