Skip to Content
0
Former Member
Jan 26, 2011 at 05:09 PM

Preselect records in Decision popup. If impossible: put a checkbox in popup

44 Views

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?