Skip to Content
-2
May 05, 2018 at 05:02 PM

How can we use module pool table control in custom container ?

114 Views

CREATE OBJECT go_tablecontrol
EXPORTING
i_tc =
i_table_data =
i_mode =
* i_empty_lines = 15
* i_ok_delete_row = 'SATT14'
* i_ok_deselect_all = 'SATT02'
* i_ok_first_page = 'SATT06'
* i_ok_insert_multiple_lines = 'SATT12'
* i_ok_insert_row = 'SATT13'
* i_ok_last_page = 'SATT09'
* i_ok_next_page = 'SATT08'
* i_ok_previous_page = 'SATT07'
* i_ok_select_all = 'SATT01'
* i_ok_sort_down = 'SATT10'
* i_ok_sort_up = 'SATT11'
* i_ok_system_copy = 'SATT04'
* i_ok_system_cut = 'SATT03'
* i_ok_system_paste = 'SATT05'
* i_ok_undo = 'SATT15'
* EXCEPTIONS
* canceled = 1
* error = 2
* others = 3
.
Sir i want to know what data should be filled in EXPORTING

i_tc =
i_table_data =
i_mode =

kindly help me.