cancel
Showing results for 
Search instead for 
Did you mean: 

Width of Dynamic Input Fields

Former Member
0 Kudos

Hi guys,

All the input fields that I'm creating using CL_WD_INPUT_FIELD=>NEW_INPUT_FIELD have the same width. These fields are bound to attributes with different lengths, but apparently the width doesn't work as when it's manually created.

Do I need to get the properties of the data element, in order to pass the length when I'm generating the input fields, or is there a simpler way?

Regards,

Raúl

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I realized that length parameter, in method NEW_INPUT_FIELD, has '20' as default value. If you just pass '0', it's going to take the length of the attribute that is bound.

Answers (0)