Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

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

Former Member
0 Likes
638

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.

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.

1 REPLY 1
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
524

That depends on the static type of go_tablecontrol.