cancel
Showing results for 
Search instead for 
Did you mean: 

how to dynamically show new tabs in FPM component

Former Member
0 Kudos

i have a question regarding how the standard webdynpro component FPM works in the MSS Performance Management module.

The standard component FPM_OIF_COMPONENT used by application HAP_START_PAGE_POWL_UI_MSS, is displaying several tabs (ex. tab1= "in preparation", tab2= "in planning", tab3="in processes", etc) although the component configuration (HAP_OIF_POWL_CONF) has only one main view, one sub-view and one UIBB.

How is this possible? how are the FPM tabs created dynamically?

Thanks,

Tiberiu

Edited by: Tiberiu Sasu on Oct 23, 2010 7:04 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Probably it is done using AppCC.

It is possible that using the AppCC to insert/delete UIBB dynamically at runtime.

1.Should have Implement IF_FPM_TABBED_CONF_EXIT on the WD component which act as AppCC.

2.OVERRIDE_CONFIG_TABBED() method being implemented inside that WD Component which inserts Tabs dynamically.

ChrisPaine
Active Contributor
0 Kudos

Check that it is not the POWL that is providing this (I think it is).

The app you are referring to embeds a POWL in the FPM app. The POWL has the option of showing individual queries as either tabs or selectable links. The standard queries for the performance process breakdown into the tabs you mention - so I'd suggest your POWL has been set up to use tab for each query.