The table control is determined in function module MEGUI_BUILD_PO_ITEMOV_PLUGIN:
CALL METHOD item_overview->set_tables EXPORTING im_fcode_prefix = 'MEPO1211' CHANGING ch_tc_table = dyn_1211items[] ch_tc_structure = tc_1211 ch_dynpro_data = mepo1211.
You need to manipulate the content of tc_1211 (or ch_tc_structure within the method).
You need to find where to insert your code, I am afraid there's no better solution than an enhancement point (e.g. within the method).
As you can see from OSS note 120901 - Hiding of columns by table control is not possible
Add comment