Code: Alles auswählen.
WHEN 'YVEHG_IMPORTER'.
<rs_result>-ddlb_options = lt_importer_opt.
<rs_result>-operators = lt_importer_operators.
<rs_result>-server_event = 'SEL_YVEHG_IMPORTER'.
Code: Alles auswählen.
DATA ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping.
DATA ls_help_id TYPE crms_thtmlb_search_help_id.
WHEN 'YVEHG_IMPORTER'.
<rs_result>-ddlb_options = lt_importer_opt.
<rs_result>-operators = lt_importer_operators.
ls_map-context_attr = 'YVEHG_IMPORTER'.
ls_map-f4_attr = 'IMP_NUMBER'.
ls_help_id-help_id = 'YIMPORTER'.
ls_help_id-help_id_kind = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name.
<rs_result>-help_id = ls_help_id.
<rs_result>-input_mapping = ls_map.
<rs_result>-output_mapping = ls_map.