cancel
Showing results for 
Search instead for 
Did you mean: 

Default tab issue

Former Member
0 Kudos

Hello every one,

I have a requirement where a link appears in a workflow approval item, once i click on that link, it will open a PPM webdynpro application in a browser, this PPM application is built on FPM architecture. my client want to show 5th tab as default tab when he click on the link and open the item

The main component is FPM_OIF_COMPONENT and i have included the interface IF_FPM_OIF_CONF_EXIT for override method, but when i am clicking on the link this method is not hitting in debugger.

Please guide me on this issue.

Thanks,

Suraag

Accepted Solutions (0)

Answers (2)

Answers (2)

mmgc_riel
Participant
0 Kudos

Hi,

You need to add the appl. controller to the configuration of the TABBED uibb.

This app. controller  must implement IF_FPM_TABBED_CONF_EXIT

My solution is to raise a event MY_EVENT_SET_TAB with parameter new_tab some wher in my program.

In the app. controller ( in my case a WDC) i read this event_data and call the SET_SELECTEB_TAB.

Hope it helps you,

Maarten van Riel

Aliaksandr
Active Participant
0 Kudos

Hi Suraag,

Did you set WD component in which IF_FPM_OIF_CONF_EXIT interface is realized as component controller for whole OIF application?

Did you implement IF_FPM_APP_CONTROLLER interface in component controller?

Please, check it.

Kind regards, Aliaksandr.