cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict TextEdit field length to 240 chars

Former Member
0 Kudos

Hi,

In my Web-Dynpro application, I need to restrict the TextEdit field length to 240 chars maximum size.

The users shouldn't be allowed to enter more than 240 characters!

Best Regards,

Amol

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

Hi,

try creating a simple type under the dictionaries->logical dictionary->data types->simple type of type String and in the Definition tab set the max length to 240. create a value attribute under the context and set the type to the simple type created and bind it to the Input field.

This will restrict the length to 240.

Regards,

Poojith MV