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

Screen Layout visible length mismatch??

former_member194669
Active Contributor
0 Likes
2,404

Hi,

I have table field CIFRES30-BRTIME it domain have following attributes

Data type QUAN

No. characters 5

Decimal places 2

Output length 6

I am using this table field in a module pool screen as input field. In the screen field attributes it is showing like this in SE51

Def. Length 6

Vis. Length 5

The problem is in the display it is not showing the full values that in the field. I have not given scroll option in the screen attributes of this field.

I am entering the value 123.23 in this field. and save the document and open it in display mode. But in display system showing value like this.123...

How display this value fully in the screen?

I could not able change the domain level attributes at this point of time. There are lot of associated interfaces for this table.

aRs

Hi,

I have table field CIFRES30-BRTIME it domain have following attributes

Data type QUAN

No. characters 5

Decimal places 2

Output length 6

I am using this table field in a module pool screen as input field. In the screen field attributes it is showing like this in SE51

Def. Length 6

Vis. Length 5

The problem is in the display it is not showing the full values that in the field. I have not given scroll option in the screen attributes of this field.

I am entering the value 123.23 in this field. and save the document and open it in display mode. But in display system showing value like this.123...

How display this value fully in the screen?

I could not able change the domain level attributes at this point of time. There are lot of associated interfaces for this table.

aRs

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,407

Make the def length and the vis length bigger for your screen field only.

No need to change your domain, just make the lengths of the screen field bigger.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,407

You must have clicked on 'From Dictionary' checkbox in the attributes of this screen field. Remove that and then you will be able to manipulate the length of your field including scrolling.

Read only

0 Likes
1,407

Go to SE51, enter the program name and the screen number. Go to layout editor in change mode and double click on the field. Once the attributes screen pops up, you can check the 'Scrollable' checkbox

Read only

former_member194669
Active Contributor
0 Likes
1,407

Hi,

Thnaks for reply.

I have tried all these. But no use, Still i could not able to change the visible length, still it is in display mode.

Can you please check the field CIFRES30-BRTIME, I am using the same attributes in the screen.

Any Info.

aRs

Read only

0 Likes
1,407

Make sure that your screen field is of type DEC with decimals as 2, you need to uncheck that flag that says that the attributes are coming from the data dictionary, this will then open up the fields that you can modify the def length and the visiable length. Make them bigger, save and activate

Regards,

Rich HEilman

Read only

former_member194669
Active Contributor
0 Likes
1,407

Rich,

I tried to drag the input field to bigger, the length is not increased and visible to column is still in display mode after removed the dictionary reference,

1. So I delete the whole from screen and activated the screen and recreated the field again into the screen. but visible length is showing 5 and in display mode.

2. May be because of sapgui. I tried with some other system. no use.

aRs

Read only

0 Likes
1,407

I see, change the def length, to 10, and hit enter, the visible length should change too. I've just tested this with your field and length of 10 works good for me.

Regards,

Rich HEilman