i'd like to use OVS in select-options view.
so i declared codes.
wd_this->m_handler->add_selection_field(
i_id = 'REQ_PERNO'
it_result = lt_range_table
i_no_extension = abap_true
i_no_intervals = abap_true
i_use_complex_restriction = abap_true
<b> i_value_help_type = 'OVR' "ovs type
i_value_help_id = 'OVS_USAGE' "ovs component name</b>
i_description = 'register name' "field description
i_read_only = read_only ).
but EP told me "OVS: Methode SET_OUTPUT_TABLE Cannot Be Called "
i_use_complex_restriction = abap_true
i_value_help_type = 'OVR'
i think if i set these two paramer it will work.
but it's not work.
are there any setting needed to use??
please let me know