cancel
Showing results for 
Search instead for 
Did you mean: 

WDR_SELECT_OPTIONS (Web Dynpro ABAP)

Former Member
0 Kudos

Hi.

I made web dynpro component using wdr_select_options

for implementing select-options as like abap's

The wd component is working correctly.

But I really wanan omit the select-optons's label which automatically created.

So I used below techniques to hide the label.

wd_this->mr_so_helper->add_selection_field(

i_id = 'INF_CARRID'

i_is_auto_description = abap_false

it_result = ... ).

It does not work correctly as I expect that the label is not visible.

How can I solve this problem?

Anticipating in replying the question....

Accepted Solutions (1)

Accepted Solutions (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Etnaya,

For accessibility reasons, the label does not completely vanish. Setting "is_auto_description" to false means that you are expected to supply your own text.

Best regards,

Thomas

Former Member
0 Kudos

Thanks for your advice^^

The select-options component is not consider

alignment with any other ui elements in a form layout...

how can I adjust labels alignment?

thomas_szcs
Active Contributor
0 Kudos

Hi Etnaya,

The labels within the component are always aligned below each other. Since everything is encapsulated within a component, there is no alignment with content outside.

Best regards,

Thomas

Answers (0)