Skip to Content
0
Sep 07, 2007 at 04:15 PM

Default Value Select-Options

48 Views

hi,

I use select-options in my WD4A component. first I create a range_table, second I add the new field to selection-screen.

  lt_range_table =
    wd_this->m_handler->create_range_table(
         i_typename = 'YDM_VORGANG_ID' ).

  wd_this->m_handler->add_selection_field(
                 i_id = 'YDM_VORGANG_ID'
                 it_result = lt_range_table
                 i_read_only = read_only
                 i_tooltip = 'Vorgangsnummer'
                 i_within_block = 'BLOCK1' ).

how can I set a default value to my selection-field?

many thx and best regards.

stefan