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: 

input filter

Former Member
0 Kudos

hallow

i wont to do a filter to the input in input i view like the user can put just numbers

how can i do that?

Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

As per my understanding,

if it is that you need to enter only Numbers in the input field,

then declare

PARAMETERS:

P_INPUT TYPE I DEFAULT '0'.

This statement allows you to enter only Numbers....

Regards,

Pavan

1 REPLY 1

Former Member
0 Kudos

Hi,

As per my understanding,

if it is that you need to enter only Numbers in the input field,

then declare

PARAMETERS:

P_INPUT TYPE I DEFAULT '0'.

This statement allows you to enter only Numbers....

Regards,

Pavan