cancel
Showing results for 
Search instead for 
Did you mean: 

EP Fiori Framework Page Plugin: ffp.extensions LOAD_HOMEPAGE event not fired

htammen
Active Contributor
0 Kudos

Hi,

I created a Fiori Framework Page Plugin vor SAP Enterprise Portal. In my plugin I register a callback for the event LOAD_HOMEPAGE

sap.ffp.extensions.registerFFPExtension(sap.ffp.extensions.extensionTypes.LOAD_HOMEPAGE, function(groups) {...})

Have a look here for the documentation: https://help.sap.com/viewer/f2f3f4b4543a4803b9023e8c31f1e72a/7.5.12/en-US/95c96973b8484a6f83ab60142b...

This worked fine on NW 7.50 SPS11 (sapui5: 1.52). After updating to NW 7.50 SP17 (sapui5: 1.71.15) the event is not triggered any longer.

Any ideas?

Thanks in advance
Helmut

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor

Hi Helmut,

Have you checked SAP Note 2892174 and the actions described in there how to activate the fix delivered with SP17 P4 (which needs additional configuration)?!

Hope it helps,
Detlev

Answers (1)

Answers (1)

htammen
Active Contributor
0 Kudos

Hi Detlev,

thank you that helped

Regards
Helmut