cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the width: IF_WD_SELECT_OPTIONS->add_parameter_field

ged_hurst
Participant
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think we dont have any width type parameter to set width in selectoptions. The width comes directly from Domain.

Cheers,

Kris.

ged_hurst
Participant
0 Kudos

Hi,

I thought about that but I guess there should be a way to overwrite the default behaviour?