hi:Thomas
I have a probelm about how to created a Freely Programmed F4 help in Select Options,and put help value into select options field
In my instance I have a set of fields generated dynamically using the select options. Here I have associated the Search Help by using the parameter i_value_help_id of the method add_selection_field of interface IF_WD_SELECT_OPTIONS, while creating the input field.
LT_RANGE_TABLE_V = wd_this->m_handler_V->create_range_table( 'ZCYPHDATE' ).
wd_this->M_HANDLER_V->add_selection_field(
i_id = 'ZCYPHDATE'
it_result = LT_RANGE_TABLE_V
i_value_help_type = if_wd_value_help_handler=>CO_PREFIX_APPLDEV
i_value_help_id = 'ZCY_FREEHELP'
i_no_intervals = abap_false ).
but,it is error ,the message is
ERROR: Die Component Usage ZCY_FREEHELP existiert nicht (termination: RABAX_STATE)
how should I do?
Thanks and Best Regards