cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Tabbed UIBB

I039810
Advisor
Advisor
0 Kudos

Hi,

I would like to know if it is possible to add UIBBS to a tabbed UIBB dynamically.

I want to add as follows:

TABBED -> FPM_TABBED_UIBB ->CONFG_TAB1

_____FPM_FORM_UIBB ->CONFIG_FORM1

|_____

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Shalini,

You need to implement the interface IF_FPM_TABBED_CONF_EXIT in your component. Once you do this, in your override event, you can dynamically add remove UIBB's.

Regards

Rohan