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: 

Maximum field length for a character variable in table

Former Member
0 Kudos

Hi ABAP folks ,

I am trying to create a table where one of the field(ztext) should have more than 1000 characters.

I have used this domain "CHAR1024_WAO" to create a field for 1024 characters .

But I am getting an error stating " No authorization for database modification of table ZXXXXX ".

Please let me know where I am going wrong.

Thanks in advance for your kind help .

Regards,

J.

1 REPLY 1

valter_oliveira
Active Contributor
0 Kudos

Use a field of type STRING.

Regards,

Valter Oliveira.