Hi,
I am doing module pool programming, I have defined a field as pxxxx-currency(length 13) as an I/O . But on the screen painter I reduced the field length to 8 characters and so when I execute its taking 8 characters only as input but I want the field to take 13 characters I mean as we type it should take take in the whole 13 and I really do not care if it hides the first or the last characters and I cannot increase the field lenght because of the size restricitons as I have already maxed out with the screen width. All suggetions are appreciated and suitable rewarded.
Regards
Vick
do this ,
goto layout editor ,,
select the column and say ctrl elements push button ,
this will give u a pop up screen
in that select the column field and click the attributes option
this will lead u to a screen ..it is element attributes display screen , remember u r doing this in change mode ,,
in here in the right top portion
Def.Lgth 13 VisLgth 8
maintain these values ..
regards,
Vijay.
ive shown u the navigation in version 4.6c ,,
hope this helps
u can use numc also for the data type
right rich ,,
Message was edited by: Vijay
hi vick,
u can set the visible length to 8 chars and default will be 13 chars in the field attributes display option ..
did u check that..
check this option in the field attributes default length will be 13 and set visible length to 8,
regards,
Vijay.
Message was edited by: Vijay
Message was edited by: Vijay
Add a comment