‎2008 Apr 28 9:44 AM
hello everyone
pls tell me the suggestion to enter as many characters in small input/ output field.
eg: in the database table the field length is 40 char (data element).
but in screen display for that field only for 10 char.
i want to enter 40 char in that field in screen but after 10 char ,the first char should move to the extreme left.
so what is option for moving the chars to the extreme left in screen painter.
thanks.
‎2008 Apr 28 10:15 AM
There is a "scroll" option on the field attributes that should do the trick... you can then set the display length and input length separately.
Jonathan
‎2008 Apr 28 10:30 AM
Hi,
If u want to enter more characters in the input field,
1. Got to se51
2. give the screen name and no.
3. go to layout
4 In layout u find the fields , double click on the input fields u will get aproperties window
5. In that go to default length and chage the length according to the required length(default length is 10).
6. Now u can enter as many as u mentioned....
Regards,
kavitha..
‎2008 Apr 28 11:31 AM
Hi,
Please find the required steps below.....
(1) Take the screen painter of the required field
(2) Double click on the screen painter field
(3) in the pop up you can see
"defined length"
"visible length"
defined length = total length of the field
visible length = how much you can see on the screen
set visible length = defined length
eg: if data element is 40char
put visible length = 40
so you can set the visible length = 10/20..etc as per your requirement
this will enlarge your screen to it's maximum length..this you can do by manually extending the screen boundaries in screen painter also
(4) to do as you have requirement, we need to set the scrollable property of the screen field in the pop up ..after which a symbol "}" will appear at the right end...if you have just 10 as visible length and 40 is the total length and you have set the field to scrollable then as you enter the cursor will move right to accomodate the letters...
but if you need to see it you must keep the cursor and scroll right and left with the moust/keyboard to see the entire text
Regards
Byju
‎2008 Apr 29 10:59 AM
Hi,
Try to increase the length in input field properties in screen painter +--inputfieldsproperties-in def.Length------put the lenght wht ever u want + and save & activate
Reward Points if usefull
Regards
Fareedas
Edited by: Fareeda Tabassum S on Apr 29, 2008 3:29 PM