cancel
Showing results for 
Search instead for 
Did you mean: 

Presing TAB not working fine Webdynpro ALV with set_scrollable_col_count set

Former Member
0 Kudos

Hello Colleagues,

I have a webdynpro ALV with 'n' number of columns.

I have made the settings for the model as

  co_data_model->if_salv_wd_table_settings~set_visible_row_count( 20 ).

  co_data_model->if_salv_wd_table_settings~set_fixed_table_layout( abap_true ).

  co_data_model->IF_SALV_WD_TABLE_SETTINGS~set_scrollable_col_count( value = 5 ).

  co_data_model->if_salv_wd_table_settings~set_width( '937').

Now when the user presses 'TAB' on keyboard. on reaching 4 column it goes to the next row in alv. Nt the the 5th column.

Any way to enable this?

Thanks,

Linda

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Change the set_scrollble_col_count value and check the output.

Regards,

Kiran

Former Member
0 Kudos

Hello Kiran,

I have a webdynpro with large number of columns. so i need to fix scroll count..

any other clues?

Thanks,

linda

Former Member
0 Kudos

Hello Kiran,

I have a webdynpro with large number of columns. so i need to fix scroll count..

any other clues?

Thanks,

linda

former_member184578
Active Contributor
0 Kudos

Hi,

Instead you can try an alternative to create a transparent container UI and embed your ALV view inside the transparent container UI and set width to transparent container UI. So that scrollbar will come automatically.

Regards,

Kiran