cancel
Showing results for 
Search instead for 
Did you mean: 

Default Value Select-Options

stefan_kagelmacher
Participant
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Stefan.

Have a look at this thread:

https://forums.sdn.sap.com/click.jspa?searchID=5122166&messageID=3034028

If you need more info just serach this forum. This question was already asked a few times.

Cheers,

Sascha