2010 Mar 17 7:46 AM
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.
2010 Mar 17 7:54 AM
Hi
Set the maximim length and defined length of the input field as 15 in the screen layout.
Hope it helps.
2010 Mar 17 7:56 AM
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
2010 Mar 17 7:56 AM
Set define length for the field in the attributes window.
Thanks
Praveen
2010 Mar 17 7:59 AM
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.