Skip to Content
0
Former Member
Apr 23, 2009 at 10:06 AM

WD ABAP - Search help using Selection-options

39 Views

Hi Experts

i am using interface IF_WD_SELECT_OPTIONS method ADD_SELECTION_FIELD for filling the selection parameters

  • add a new field to the selection

wd_this->m_handler->add_selection_field(

i_id = '/DMF/EXT_PROD_ID'

it_result = lt_range_table

i_read_only = read_only

*I_HELP_REQUEST_HANDLER = lt

i_value_help_type = 'SEARCHHELP'

i_value_help_id = '/DMF/PROD_SHLP' ).

I would like to like to pass the importing parameter to '/DMF/PROD_SHLP'

Is it possible through this interface .

thnks in advance