Hi guys!
I would like to know what is the target tab using FPM_TABBED_UIBB component. At the moment I only know what is the current but when I change I always get the last one and not the new one. I have seen an attribute in CL_FPM_TABBED MV_TARGET_TAB but It is always empty.
DATA lr_cl_fpm_tabbed TYPE REF TO cl_fpm_tabbed.
lr_cl_fpm_tabbed ?= io_tabbed.
lv_target_tab = lr_cl_fpm_tabbed->MV_TARGET_TAB.
How could I solve it?
Thanks