on 2015 Mar 03 7:21 PM
Hello experts,
I have read that it is possible to display contextual help for different Fiori applications in the Fiori Launchpad header.
Question: Where do you define the Help URL that enables the Help button\Icon in Fiori Launchpad Header area?
thank you.
Rob.
Request clarification before answering.
Hi Rob,
Are you looking for context help like the demo cloud? The function has not been released yet.
You can add custom menu in the option menu. This is available.
Adding and Removing Custom Items to the Options Menu - SAP Fiori Launchpad - SAP Library
Regards,
Masa / SAP P&I Technology RIG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Masa,
I have a quick question.
As mentioned in the Adding and Removing Custom Items to the Options Menu - User Interface Add-On for SAP NetWeaver - SAP...
the following lines of codes needs to be added to create custom Buttons in the Fiorilaunchpad menu.
<SCRIPT language ="JavaScript">
...
var button1 = new sap.m.Button();
var rendererExt = sap.ushell.renderers.fiori2.RendererExtensions;
rendererExt.addOptionsActionSheetButton(button1,rendererExt.LaunchpadState.Home,rendererExt.LaunchpadState.Catalog,rendererExt.LaunchpadState.App);
rendererExt.removeOptionsActionSheetButton(button1,rendererExt.LaunchpadState.Home,rendererExt.LaunchpadState.Catalog,rendererExt.LaunchpadState.App);
...
<SCRIPT>
Can you please tell, where these lines of code need to be added ?
should one directly modify FioriLaunchpad.html ?
Regards,
Anil
i have a question on sap.dfa.help library, i saw this in s4/Hana Trial where input fields like old select-options are working, and they use i guess library sap.dfa.help ....
does anyone know if this will work as generic as reusing the old abap searchhelps?
when will this be available for public use? only with s4/hana or will it be available with UI5-Library?
as we don't want to rebuild such things 😉
kind regards
oliver
Hello Krishna,
Unfortunately, I do not know an easier way.
All our apps implement a set of common actions, like subscription to Google Analytics update, and this provision of custom help. Reusable coding is set into a separate file in "util" folder, which we copy into all our apps.
Regards
Walter
User | Count |
---|---|
53 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.