cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad plugin

former_member443015
Participant
0 Kudos

Dear all,

I am trying to create a plugin for the Fiori Launchpad and I expected the result is when the Launchpad launched, a message box will me displayed just like a 'News update'.

I tried to test in local webide and it works. But When I deployed to our system, nothing happened in our system when the Launchpad is launched. The service of the plugin is activated in SICF.

After search from web, a result is to activate the plugin by using the transaction code /UI2/FLP_CUS_CONF to make the plugin available.

When I go to the t-code /UI2/FLP_CUS_CONF in our environment, it returns the t-code 'This function is not possible'. Seems that the t-code does not exist.

Do anyone have some ideas for my case? How to enable the Fiori Launchpad plugin?

Thanks for your help

Sunny

former_member443015
Participant
0 Kudos

The error is

GET https://xxxxx.xxx.xx:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20171109155700~/welcomepopup/fragment... 404 (NOT FOUND)

The issue is most likely caused by application zwelcomepopup. Please create a support incident and assign it to the support component of the respective application. - Failed to load UI5 component with properties: '{
"url": "/sap/bc/ui5_ui5/sap/zwelcomepopup/",
"self": {
"name": "zwelcomepopup"
},
"enabled": true,
"name": "zwelcomepopup",
"asyncHints": {},
"componentData": {
"startupParameters": {},
"config": {
"": ""
}
},
"async": true
}'. Error likely caused by:
Error: resource welcomepopup/fragment/Popup.fragment.xml could not be loaded from /sap/bc/ui5_ui5/ui2/ushell/resources/~20171109155700~/welcomepopup/fragment/Popup.fragment.xml. Check for 'file not found' or parse errors. Reason: NOT FOUND

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Sunny,

check below SAP Helps for Shell Plugin:

Creating and Configuring Shell Plugin Apps (in SCP)

Activating Plug-Ins on the ABAP Platform (On-Premise)

and blogs:

How it Works? SAP Fiori Launchpad Plugins (On-Premise)

Concerning transaction /UI2/FLP_CUS_CONF, check blogs:

Fiori for S/4HANA – Calling GUI & Web Dynpro ABAP without opening a new tab (paragraph How to use the new Fiori launchpad configuration approach)

SAP Fiori for SAP S/4HANA – Improve Performance via SAP Fiori launchpad configuration in SAP Fiori f...

and SAP Help Setting Parameters in SAP Fiori Customizing

Regards.

Laurent.

former_member443015
Participant
0 Kudos

Dear Laurent Burtaire,

Many thanks for your reply and information.
We are using ECC6.0 EPH 8, may I ask is it possible to use Fiori launchpad plugin?
It seems that I can't use transaction /UI2/FLP_CUS_CONF and /UI2/FLP_SYS_CONF in our system.

Thanks
Sunny

laurent_burtaire
Active Contributor
0 Kudos

Hello,

so use the way for On-Premise.

Regards.

Laurent.

former_member443015
Participant
0 Kudos

Hello Laurent Burtaire,

Thank you very much again for your suggestion again. I have followed the instructions inside the link

How it Works? SAP Fiori Launchpad Plugins (On-Premise) to create the plugins in Fiori Launchpad, it worked when running in localhost Launchpad.

The guidelines to create plugin is

https://blogs.sap.com/2017/10/12/create-a-welcome-popup-for-portal-fiori-launchpad-and-freestyle-sit...

A Plugin is created with Plufin ID: welcomepopup

I then follow the link Activating Plug-Ins on the ABAP Platform (On-Premise) to activate the plugin by creating a target mapping in catalog under our system’s Launchpad designer.

Semantic Object: Shell

Action: plugin

Application Type: SAP UI5 Fiori App

Title: Welcome popup

URL: /welcomepopup

ID: ZWELCOMEPOPUP

The catalog is also assigned to the role too.

But after performed the above steps, when I login to our system, popup message still not prompted.

Do you have more idea about this case?

Many thanks for your help again.

Regards

Sunny

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

Hello,

instead of doing a custom development for this you should try if you can already use the Fiori Launchpad Notifications. The setup is described in this Blogs:

https://blogs.sap.com/2017/02/10/sap-fiori-configuracion-notification-channel/

https://blogs.sap.com/2017/02/13/leading-s4hana-ux-notification-center-part-1-activation/

Best regards
Gregor