Skip to Content
0
Former Member
Feb 18, 2011 at 05:22 AM

F4 ( Search Help ) for date field on the selection screen

242 Views

Hi Freinds,

i have used WDR_SELECT_OPTIONS In my component, i have one date field on selection screen(BUDAT), for this date field i want seach help

this is my code

  • create a range table for Posting Date

lt_range_table = wd_this->m_handler->create_range_table(

i_typename = 'BUDAT' ).

  • add Posting Date to the selection

wd_this->m_handler->add_selection_field( i_id = 'BUDAT'

i_value_help_type = if_wd_value_help_handler=>CO_PREFIX_SEARCHHELP

I_VALUE_HELP_ID = '??????'

I_DESCRIPTION = 'Posting Date'

it_result = lt_range_table ).

can any one help me

Thanks

Srini