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

Scrollable field

Former Member
0 Likes
1,131

in SAPMV45A Program in the screen number 4440 is the error" Scrollable field even though space available after it"

Can you suggest the soultion.

2 REPLIES 2
Read only

Former Member
0 Likes
663

Hi,

You have got this error because you have made a field scrollable and at the same time you have assigned the visible length in the layout to the field length..

Example: Say you have a field V_kunnr whose data type is CHAR 15.

In the Layout ,if you will assign the Def length to 15 or more ,or visible length to 15 or more,

while making it scrollable ,you ll get the above error.

Read only

Clemenss
Active Contributor
0 Likes
663

Hi deepthi,

this is a warning. It means the field is made scrollable but there is enough space on the screen to extend it to full length.

You modified this screen, added a new field or made an existing field shorter - who knows.

For user acceptance it will be the best to extend the field to the full output length of the data field.

Regards,

Clemens