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

How to decrease size of field in the screen

Former Member
0 Kudos
943

Good noon everyone,

I am unable to decrease the size of a input field in the screen. It is of length 30. But I want to show only length 15. Even if I decrease the visible length the field is again becoming big. How to make it small.

thanks.

4 REPLIES 4
Read only

Former Member
0 Kudos
728

Hi

Set the maximim length and defined length of the input field as 15 in the screen layout.

Hope it helps.

Read only

MarcinPciak
Active Contributor
0 Kudos
728

Set attribute Def. length to 15, and use Visible only when you want the input field be scrollable so you can enter more characters to that field then the definition length allows.

Regards

Marcin

Read only

praveen_hannu
Contributor
0 Kudos
728

Set define length for the field in the attributes window.

Thanks

Praveen

Read only

GauthamV
Active Contributor
0 Kudos
728

Is this difference not working for you?


Tables:mara.

Select-options: s_matnr for mara-matnr visible length 10.
Select-options: p_matnr for mara-matnr .
Parameters:text(20) type c visible length 10.