cancel
Showing results for 
Search instead for 
Did you mean: 

Message

Former Member
0 Kudos

Hi.

In my WD component there is TextEdit UI element, value property of which is bound to context attribute.

This attribute has type A, where A is data element of CHAR(2000).

Why when I enter text into TextEdit with length longer than 1024 and shorter than 2000 characters,

I receive error message :


Value Is too Large.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The attribute to be bound to TextEdit can be of type STRING or STRING_TABLE. If you use this , Value too Large error wont come.

Refer SAP Online Help :

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/06/45ee412e5e6324e10000000a1550b0/content.htm

Answers (1)

Answers (1)

Former Member
0 Kudos

.