cancel
Showing results for 
Search instead for 
Did you mean: 

Max text field length limit, > 1024 chars - "value too large"

Former Member
0 Kudos

Hi there,

I am trying to add a field of length 4096 characters.

Context is bound to a structure, structure field in ABAP is of type LCHR(4096).

Text field limit on Adobe Form is 4096. As soon as more than 1024 characters are entered and the form is submitted, "Value is too large" error appears.

Is there any way around this ?

Thanks,

Bart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Found solution. Changing LCHR(4096) to STRING seems to do the trick.

Cheers,
Bart

Answers (0)