Application Development 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: 

field xxx shortened ( new visible length 000012)

Former Member
0 Kudos

i have created table with 3 field. and then tried to generate <b>table maintenance</b>. but it was showing the warning as

<b>field xxx shortened ( new visible lenrth : 000012)</b>

message no sv624

<b>diagnosis</b>

there is not enough space to display all fields on full lenth of screen xxxx.

<b>system response</b>

generation continues, but field xxx is a rollable field with visible length 000012 on the screen xxxx.

<b>procedure</b>

you can edit screen xxxx manually.

how to solve this . please suggest gurus. it is urgent

3 REPLIES 3

Former Member
0 Kudos

Hi

First after changing the field

go to database utility

SE14

adjust the db table

all changes are adjusted

then again generate the table maintenance

it will be fine

Reward points for useful Answers

Regards

Anji

0 Kudos

Hi,

Only the VISIBLE LENGTH of the field has be shortened, but the length of the field in the databse will remain same and on the screen you can scroll with in the field to input the text of your length. Only thing is on the screen you can see only 12 characters. This should not effect storing your desired length of data.

Try and edit the screen in the SCREEN PAINTER and change its visible length.

Regards,

Sesh

Former Member
0 Kudos

for this query

go to table field xxx for which it shortned.

find out the data elment assigned for that field.

goto that data element and click on label tab . There change the label from short to medium and give size. then save and activate.

come to that table , save and activate.

then regenerate the table maintenance.