Hi,
I am using a decision with multi selection method:
gr_massemail = comp_controller->window_manager->create_decision_popup(
iv_title = lv_title
iv_description = lv_window
iv_table_header_text = lv_title
iv_visible_row_count = lv_rowsize
iv_visible_columns = lt_visible_column
iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multi
iv_display_table = gt_popup ).
I need to open records in the popup already preselected. Is this possible with decision popup?
If this is not possible. How do I put a checkbox field in the popup?