cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad-FLPResources Customization is required.

Durgarao09
Contributor
0 Kudos
405

Dear all,

Fiori Launchpad- FLPResources Customization is required.please tell me the process.I need to implement some of the functionality.

Example:-

Idle timeout,i need to block the refresh option for users once refresh done i need to logoff the user .

The above functionality are i done in AJAX Masthead.But now i am using the SAPUI5 applications and Fiori Launchpad.So my client is required those functionality.

I am trying the customization for  FLPResources war file.But i am unable to understanding this logic,Here some many .js files and two jar files are there.

I created the portal application.i de-complied the jars and i took the code.But i am unable to find this class/jar.


import com.sap.portal.prt.broker.IPortalModuleBroker;

import com.sap.portal.prt.broker.PortalAppBroker;

import com.sap.portal.prt.broker.PortalModuleItem;

1. Suppose this is possible means are not..? And any problems i will face are not..?

2. This process is good for customization for Fiori Lanchpad.?

Please tell me the process or any other way i can achieve or not..?

Thanks and Best regards,

Durga Rao V.

View Entire Topic
Durgarao09
Contributor
0 Kudos

Thanks for support in scn.

Finally,I got the solution.Now i can able to change the Fiori Lanchpad .

var objShell = sap.ui.getCore().byId("shell");

var shellheadUseritem=objShell.getUser();

shellheadUseritem.attachPress(myfunction);



myfunction()

{

var userPrefrence=sap.ui.getCore().byId("userPreferencesButton");

  userPrefrence.setVisible(false);

}

Thanks & regards,

Durga Rao.

aakash_neelaperumal2
Active Participant
0 Kudos

Hi Durga,

How did you make it to work ? I used the below url to create a plugin. But its not showing up in the flp launchpad. Did you create a regular UI5 project with and just added ur code in Component.js ? Should we do anything other than whats mentioend in the below url ?

Hello World Plug-In - SAP Fiori Launchpad - SAP Library

Durgarao09
Contributor
0 Kudos

Hi Askash,

I worked the following url.

Extending the Launchpad - SAP Fiori Launchpad - SAP Library

After that i can able to change the custom fiori lanchpad.