cancel
Showing results for 
Search instead for 
Did you mean: 

Input field and text edit in web dynpro

Former Member
0 Kudos

Hi,

Can we set the length of field to be entered in the input field and text edit in webdynpro ?

I want to enter 600 length field in the input field.

Can i make it possible with any setting ?

Is there any property setting to limit the length to be entered in the text edit ?

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can enter 600 characters in input field.

Create a context attribute of type char600 forget about input length however it is then bind this Attribute to the input field thats all you can enter up to 600 characters.

Text Edit.

Same as above create an attribute of type char<length> then in the output you can enter only up to the length.

Thanks

Suman.