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: 

Input field (Char) on Table Maintenance

Former Member
0 Kudos

Hi All,

I have created a table maintenance over a view, one of the fields is a char field (text132) but the screen maintenance only allows me to type 40 chars - how can I extend from 40 so that I can input the full 132 chars ?

Best

Regards

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi ,

I think the visisble length is fixed to 40 but the field will still be able to take 132 characters.

Try to type in and see if the text gets scrolled to wards the ledt side as you type in more than 40 characters.

Regards,

Ravi

4 REPLIES 4

Former Member
0 Kudos

Hi Neill,

1. Ideally it should not happen.

2. Did u change the table field length from 40 to 132

and did not RE-GENERATE the maintencne?

3. If yes, then re-generate and it will become ok.

regards,

amit m.

0 Kudos

hi Connor,

WELCOME TO SDN

Change the table field length from 40 to 132 and then GENERATE the view again.

Regards,

Santosh

0 Kudos

Thanks Guys,

Deleted the table maint, then regenerated it - works fine.

Thanks Again

Conor.

former_member181962
Active Contributor
0 Kudos

Hi ,

I think the visisble length is fixed to 40 but the field will still be able to take 132 characters.

Try to type in and see if the text gets scrolled to wards the ledt side as you type in more than 40 characters.

Regards,

Ravi