Hiding a UIBB from a tab in a Tabbed UIBB

In a tabbed UIBB a tab may contain a single uibb or multiple uibbs. The below post shows if a tab contains multiple UIBBs, then how to hide(invisible) a particular uibb insdie that tab.

Fedder Class 1.

123

Fedder Class 2.

45

Fedder Class 3.

67

Go to Tx- FPM_WB and create an OVP applcation.

8

Add a tabbed uibb component and  create a configuration.

9

Provide a variant ID & Variant Name for the tabbed UIBB configuration.

10

Create two tabs and in first tab create a single form uibb configuration and in second tab create two form uibb configuration.

1.png

9

TAB2 contains 2 uibb configurations.

10

11

Test the application.

2

The task is to hide the second form uibb from tab2.

3

Create a class and implement the interface: IF_FPM_TABBED_CONF_EXIT

2324

To hide  particular uibb in a tab we need the tab ID and the UIBB index.4.png

From the tabbed UIBB configuration – Select GUIBB Settings->Application Controller Settings

5

Add the class name & save the configuration . Now test the application.

6

Test the application.

7

Here the second uibb is hidden in TAB2.

8


 

 

One comment

Leave a Reply