Quick fix. Create implicit enhancement at the end of FM TABCONTROL_RETRIEVE_SEL_OPTS with code below:
LOOP AT tabledata_ex. MOVE-CORRESPONDING tabledata_ex TO tabledata. APPEND tabledata. ENDLOOP.
Quick fix. Create implicit enhancement at the end of FM TABCONTROL_RETRIEVE_SEL_OPTS with code below:
LOOP AT tabledata_ex. MOVE-CORRESPONDING tabledata_ex TO tabledata. APPEND tabledata. ENDLOOP.