Skip to Content
0
Jun 02, 2011 at 11:00 AM

How to set the width: IF_WD_SELECT_OPTIONS->add_parameter_field

77 Views

Hi everyone,

I would like to know if there's a way to set the width of UI controls defined for IF_WD_SELECT_OPTIONS.

In particular I've created a selection screen using

  wd_this->m_handler_simple_left->add_parameter_field( i_id = 'CONTRACT_DESCRIPTION'  i_value = lr_field
                                                    i_description = 'Contract description'
                                                    i_within_block = 'BL01'  ).


but I'm unable to set the width of this field and the final rendering isn't very nice at all (all input fields have different data types and different size).

Thank you.

Regards