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: 

Facing Problem in selection-option Ranges

Former Member
0 Kudos

Hi Gurus,

My problem is with selection screen. In selection screen i am facing problem with range filed. Length of the filed is 36 ch and its mandatory field. When user presses enter with out passing value, the filed gets expand to all 36 ch. I wanna control this

and i dont want the field to be extended.

Please help me out to resolve this issue.

Regards,

Pavani.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

set VISIBLE LENGTH to ur required length.

ex :

s1 FOR pa0001-pernr OBLIGATORY VISIBLE LENGTH 10.

With Rgds,

S.Barani

4 REPLIES 4

Former Member
0 Kudos

You have to limit the length using VISIBLE LENGTH in your select options.

eg. SELECT-OPTIONS:

wrk1 FOR wrk2 OBLIGATORY VISIBLE LENGTH 10.

0 Kudos

Hi Rengith Skariah,

Thanks for your quock response.

Stil I am facing the same problem. Actually when user presses enter with out entering the value in that mandtory filed the field is getting expanded upto 36Ch.

If u want the sceen shot of that kindly give your amil id ill send to u.

Thanks & Regards,

Pavani.

0 Kudos

Hi,

What is the type of the field in the database table?

The initial option will be ticked in the table, so it is taking the default output lenght...

to avoid it set a default value also for the field... I think so...

Regards..

Former Member
0 Kudos

Hi,

set VISIBLE LENGTH to ur required length.

ex :

s1 FOR pa0001-pernr OBLIGATORY VISIBLE LENGTH 10.

With Rgds,

S.Barani