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

How to increase table fields total length from 4030

Former Member
0 Kudos
3,711

Hi

Is there any limit on maximum length of the fields in a table can be not more than 4030.

What can be the possible solutions of the same.

Thanks

Ravi Grover.

2 REPLIES 2
Read only

TuncayKaraca
Active Contributor
1,397

Hi Ravi,

You can either use APPEND structure for the table.

Or you can create another table and make relation between tables.

Check this SAP Note 636217 - DDIC activation error as table width greater than 1962 bytes

And this: ZTable is too long (>4030)

Read only

0 Kudos
1,128

Note 636217 is helpful for me

Thanks for that