Hi,
Seems, lr_table is Initial here!! Please keep a break point at Call Method statement and check that lr_table has reference or not. And please make sure the table ID is JOB_HITS in the Layout
Edit: I see that the Id of the table is 'TABLE' in the view VW_UNREG_HITLIST, so please change it
Your code should be as below:
lr_table ?= view->get_element( 'TABLE' ).
CALL METHOD lr_table->remove_grouped_column
EXPORTING
id = 'TABLE_COUNTRY_TXT' " column
index = 3 " index
RECEIVING
the_grouped_column = lr_abs_col.
hope this helps,
Regards,
Kiran