Problems to add title icon on fiori launchpad tiles page

Hi Experts,
I am able to add page title for login page but after login i am not getting that icon, The sap standard one is coming. Please check the screen .
Again i am saying for login page the page title icon is coming properly. But its not coming for home page.
Regards
Binod Kumar

Hi Binod Kumar,
The Login page for Fiori is configured separately from the Launchpad.  Configuring Login Screen for Launchpad Designer - User Interface Add-On for SAP NetWeaver - SAP Library makes it pretty clear that the Login page is a customized standard ABAP Login.
As I am not entirely sure what you mean by page title icon, I would direct you to look further down the page I linked here for you at the Extending the Launchpad and UI Theme Designer.  Probably Theme Designer is what you need.
I would also direct you to the All Things SAP Fiori which is the Fiori Landing Page with links to most Fiori related content.  A search using a custom Google Search will probably get you other Discussions in the SAP for Mobile community where most Fiori content resides.
Regards, Mike
SAP P&I Technology RIG

Similar Messages

  • Displaying Help Button \ Icon in Fiori Launchpad

    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.

    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 Library, 
    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

  • Fiori Launchpad - tile templates not available

    Hi ,
    In one of our client environment , only UI addon ( sp07 ) is installed in gateway system and custom SAPUI5 apps are developed.
    I want to use New Fiori launchpad for catalog and tile creation . i am able to create catalog but when i try to add a tile the templates are unavailable.
    Does tile templates are available only when one of the fiori UI component is installed or it available as a part of  UI addon.
    Right now i have to use old launchpage for tiles.

    Hi Masa,
    I have already implemented this note earlier , but now this note is updated with more patches of UI library, can updating the UI library to latest version will solve the problem ??
    Regards
    Yashpal Gupta

  • Fiori  launchpad - tile title

    Hi ,
    we have a custom app in the launchpad , and want to maintain the title of the tile in different languages.
    I dont see any place to maintain title in different language .
    Any Idea how to achieve this ?
    Regards
    Yashpal Gupta
    Tags edited by: Michael Appleby

    Hello Masayuki,
    I have not created a new launchpad.
    in /sap/bc/ui5_ui5/sap/arsrvc_upb_admn/main.html  , i have created a new catalog and group .
    inside catalog  , few tiles are created.
    when i open  /sap/bc/ui5_ui5/sap/arsrvc_upb_admn/main.html in different language the tile title is disabled for input.
    also if scope= CONF is added , i cannot see the catalog created by me.
    Regards
    Yashpal

  • SAP Fiori - Launchpad: Tile Error

    Dear Fellow Members,
    Currently, while using a custom made theme via UI Theme Designer for Launchpad, we fail to load the same custom made theme to individual tiles. Once any tile is launched, it opens up using the default theme.
    Can someone please support us in identifying the way to fix this issue and have the tiles (individual apps) replicate the same theme that is being consumed by the Launchpad? (Hint: where is the Launchpad pulling the Target URL for the tiles from?)
    Awaiting reply!
    Thank You
    Nikisha Singh
    SAP Mobility Consultant

    Hi Masa,
    1) The Action was put Manually - not sure what to fill in that field. Service URL was picked up from Catalogue Administration - Approve Leave Request. See below -
    2) See the Target Mapping Screenshot:
    3) UIX01HCM - has not been installed. We are at GW 2.0 NW 7.02
    Rgds,
    Nikisha

  • I cant paste add scene code in fiore fox view page source

    i am created an account in google add scene but i cant paste my code in fire fox html view page souce plz reply me on my e mail as soon as posible

    karenhetzer wrote:
    ...can I change or add code by actually going to my site online, then View>page source? Would that work?
    Karen ~ No, sorry, +View > View Source+ is just for viewing. The only way to change or add code to your iWeb '06 site is...
    • If publishing to .Mac, edit the published HTML files in your iDisk > Web > Sites folder.
    • Or, if publishing to a host other than .Mac, edit the published HTML files before FTP-ing to your host server.

  • Custom SAPUI5 app in Fiori launchpad - wrong resource path

    Hi,
    I have successfully add custom tile for my custom  app to Fiori launchpad, when the application is run from its location (https://<server>:<port>/sap/bc/ui5_ui5/sap/zcart3/index.html) everything is ok, when I try to execute it from Fiori launchpad tile I got these errors:
    Error - found in negative cache: 'view/App.view.js' from ../../resources/view/App.view.js: 404 - NOT FOUND
    I think it is because SAPUI5 tries to load files from wrong location, so I have to somehow tell SAPUI5 framework where the files are...
    in the index.html I have these entries:
    data-sap-ui-resourceroots='{
      "zcart3" : "./",
      "view" : "./view",
      "model" : "./model",
      "util" : "./util"
    I think I have to add something to Component.js file of my app .
    Many thanks Jiri
    Tags edited by: Michael Appleby

    Hi Sekihara,
    many thanks for your suggestion, but I don't want to create Fiori application, I want to add my existing SAPUI5 application (which is working standalone) to Fiori launchpad, but when exetutes from Fiori launchpad, I got this error:
    Error - found in negative cache: 'view/App.view.js' from ../../resources/view/App.view.js: 404 - NOT FOUND
    Because FioriLaunchpad changed path to my application files from
    /sap/bc/ui5_ui5/sap/zcart3 to /sap/bc/ui5_ui5/ui2/ushell/resources,so the files of my app are not found...
    please see chrome console output:
    GET https://<server>:<port>/sap/bc/ui5_ui5/ui2/ushell/resources/view/App.view.js 404 (NOT FOUND) core-min-0.js:32
    2014-07-31 08:22:36 Error - failed to load 'view/App.view.js' from ../../resources/view/App.view.js: 404 - NOT FOUND 
    Thanks Jiri

  • Passing Parameter from fiori launchpad to the app in sapui5

    Hi All,
    I have a requirement to pass a parameter from Fiori launchpad to the application. Then i have to use that parameter to construct the OData service URL and read the data. So how can we pass the parameters from Fiori launchpad tile to app? Thank you in advance.
    Regards,
    Seshu
    Tags edited by: Michael Appleby (but please start doing this on your own)

    Hi Masa,
    I will explain scenario:
    I have Main.view.xml and Main.controller.js in my App. I read the data in Main.controller.js using the following statement.
    var bus_scenario="Lead to Deal Approval";
    oModel.read("BusScnCollection('"+bus_scenario+"')?$expand=BusinessProcess",null, null, true,function(data,response)
    Now my requirement is to get the value for bus_scenario variable from Fiori launchpad configuration.
    What I did in Fiori launchpad configuration:
    Then, When I launch my app by clicking on tile, the URL appears in the following way.
    https://<server>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html#ZCIO_DASHBOARD-display?BUS_SCENARIO = "ORDER TO CASH"
    So I can read this parameter in Main.controller.js and assign to bus_scenario variable. But it is possible that user can change the parameter (from ORDER TO CASH to LEAD TO DEAL) directly in the URL, So that he can get the data corresponding to LEAD TO DEAL (which he should not get). Because when he clicks on ORDER TO CASH Tile, he should get only the data corresponding to it.
    So, is there any other way to send parameters from launchpad configuration to app, so that we can use those parameters in app (Main.controller.js) ?
    is there any way to hide parameters in the URL and send them?
    Thanks & Regards,
    Seshu

  • Add custom SAPUI5 apps to Fiori LaunchPad

    Hi All,
    I have built a custom sapui5 application,which i need to add to the fiori launchpad.Can anyone suggest the steps to b followed to acheive this.
    Thanks in advance
    Regards,
    Thushar
    Tags edited by: Michael Appleby

    Ok. you can go through SAP Fiori - SAP Fiori launchpad and may be want to raise this question in SAP for Mobile space.
    CC: Masayuki Sekihara
    Regards,
    Chandra

  • How to add an icon in the title bar,next to the maximize and minimize icons

    I need to add an icon ( help icon; ?) in the JInternalFrame� title bar. Anyone could help me????
    Thanks

    have you get the answer ?? on how you add an icon to the title bar?? ...
    if you do please inform me..
    thanks

  • HELLO! How do I fix this? When I click on imovie "add titles" it closes. I uninstalled the application, to date I have reinstalled, the problem persists, the problem

    HELLO! How do I fix this? When I click on imovie "add titles" it closes.
    I uninstalled the application, to date I have reinstalled, the problem persists, the problem

    Thank you for having responded to me!
    Unfortunately I did already the case "delete preferences" but nothing!
    Also, when crashes do not give me any reports!
    Started in safe mode, with another administrator, the problem becomes even: your video card is not compatible with Quartz Extreme!
    My card is a g-force framework 4000 FOR MAC!!
    STRANGE TRUE!
    If you know something more to this riquardo please answer!
    Thanks Comunity!!

  • Custom theme with Fiori launchpad

    Hi
    I have created a custom theme using the theme designer  as per detailed in Colorful Fiori - Part 3 - Sea Blue
    I can see some changes taking effect in the preview but not all. For e.g. the tile title color, icon color did not change.
    When I use the custom theme with  the fiori launchpad url, I do not see any of the tiles. Only button I see is the logout button.
    I checked in debug, it did show me few 404 errors.  wondering why the custom theme works for my ui5 application but not with launchpad url.
    Appreciate your help, in identifying what I might be doing wrong.
    Thanks
    Kalpana
    Tags edited by: Michael Appleby

    Hi Masa,
    Thanks for replying !
    We found that our exact issue was resolved in Version 1.1.7 of UI Theme designer (OSS note 1941092) .
    So we upgraded our SAP_UI component to SP08 and now we are on version 1.2.2 of UI theme.
    I am now able to see the tiles on my Fiori launchpad and the logo I defined in the custom theme. But the custom theme I applied did not get applied to the tiles and the background.
    I still see the whole page (Except our company logo) with sap standard sap_bluecrystal theme.
    I did the Inspect element, and see that it is still using the standard CSS.  Cleared the browser histroy just to make sure that it is not picking the old theme from cache  - but with no help.
    If I go back to the theme designer and open the custom theme, I can see the csutom  theme changes in the preview. 
    Any help is appreciated.
    Thanks
    Kalpana

  • Fiori Launchpad suddenly got empty

    Hello ,
    The fiori launchpad was working fine until today (the UI add on was patched couple of weeks ago to SP11. We are trying to integrate it into portal and today i went ahead and implemented the noclickjacking fiorilaunchpad.html
    Tested again and the direct fiorilaunchpad was fine and i could see my apps and tiles
    After may be 15 mins i tried to open the fiori LP and i get completely blue screen with nothing on it (like nothing is assigned). If i click on tile catalog it finds absolutely nothing. I have tried it with different users - still empty.
    I have checked and there are no errors in error_log not in slg1,
    A direct call for approve requisition app  http://xxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=100&sap-language=EN#PurchaseRequition  displays the correct data and i can see several requisitions that need to be approved.
    So i think it is not related to roles and authorizations.
    A user that has admin gateway and ui admin role can not delete the group from homescreen - if i click on it and want to drag it nothing appears  down right It was also working before
    The frontend has been restarted, icm cache and browser cache cleared as well, the odata services were deactivated and activated again.
    The admin url works fine too.
    I have also tried reverting to the original launchpad.html file but it makes no difference the problem persists
    Any ideas?
    P.S i have implemented the notes for SP11 and have been through the launchpad troubleshooting guide but may be i am missing something...

    2015-02-16 17:51:03 sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}): Contract 'actions' is not supported -  sap.ui2.srvc.Chip
    core-min-0.js:91 2015-02-16 17:51:03 Call to success handler failed: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.Error: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}): Contract 'actions' is not supported
        at new sap.ui2.srvc.Error (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:5722)
        at createApi (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:2294)
        at j (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chipinstance.js:2:511)
        at p (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:1884)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at a (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:1643)
        at sap.ui2.srvc.get.m.(anonymous function) (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:2320)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at XMLHttpRequest.X.onreadystatechange (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:2957)
        at s.E.dispatch (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:2:2231) sap.ui2.srvc
    core-min-0.js:91 2015-02-16 17:51:03 Failed to load tile: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.ChipInstance({oChip:sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}),bFullscreen:false}) sap.ushell_abap.adapters.abap.LaunchPageAdapter
    core-min-0.js:91 2015-02-16 17:51:03 sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}): Contract 'actions' is not supported -  sap.ui2.srvc.Chip
    core-min-0.js:91 2015-02-16 17:51:03 Call to success handler failed: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.Error: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}): Contract 'actions' is not supported
        at new sap.ui2.srvc.Error (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:5722)
        at createApi (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:2294)
        at j (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chipinstance.js:2:511)
        at p (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:1884)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at a (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:1643)
        at sap.ui2.srvc.get.m.(anonymous function) (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:2320)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at XMLHttpRequest.X.onreadystatechange (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:2957)
        at s.E.dispatch (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:2:2231) sap.ui2.srvc
    core-min-0.js:91 2015-02-16 17:51:03 Failed to load tile: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.ChipInstance({oChip:sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher.chip.xml"}),bFullscreen:false}) sap.ushell_abap.adapters.abap.LaunchPageAdapter
    core-min-0.js:91 2015-02-16 17:51:03 sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported -  sap.ui2.srvc.Chip
    core-min-0.js:91 2015-02-16 17:51:03 Call to success handler failed: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.Error: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported
        at new sap.ui2.srvc.Error (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:5722)
        at createApi (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:2294)
        at j (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chipinstance.js:2:511)
        at p (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:1884)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at a (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:1643)
        at sap.ui2.srvc.get.m.(anonymous function) (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:2320)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at XMLHttpRequest.X.onreadystatechange (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:2957)
        at s.E.dispatch (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:2:2231) sap.ui2.srvc
    core-min-0.js:91 2015-02-16 17:51:03 Failed to load tile: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.ChipInstance({oChip:sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}),bFullscreen:false}) sap.ushell_abap.adapters.abap.LaunchPageAdapter
    core-min-0.js:91 2015-02-16 17:51:03 sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported -  sap.ui2.srvc.Chip
    core-min-0.js:91 2015-02-16 17:51:03 Call to success handler failed: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.Error: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported
        at new sap.ui2.srvc.Error (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:5722)
        at createApi (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:2294)
        at j (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chipinstance.js:2:511)
        at p (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:1884)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at a (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:1643)
        at sap.ui2.srvc.get.m.(anonymous function) (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:2320)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at XMLHttpRequest.X.onreadystatechange (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:2957)
        at s.E.dispatch (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:2:2231) sap.ui2.srvc
    core-min-0.js:91 2015-02-16 17:51:03 Failed to load tile: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.ChipInstance({oChip:sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}),bFullscreen:false}) sap.ushell_abap.adapters.abap.LaunchPageAdapter
    core-min-0.js:91 2015-02-16 17:51:03 sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported -  sap.ui2.srvc.Chip
    core-min-0.js:91 2015-02-16 17:51:03 Call to success handler failed: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.Error: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported
        at new sap.ui2.srvc.Error (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:5722)
        at createApi (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:2294)
        at j (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chipinstance.js:2:511)
        at p (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/chip.js:2:1884)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at a (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:1643)
        at sap.ui2.srvc.get.m.(anonymous function) (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/library-preload.json/sap/ui2/srvc/factory.js:2:2320)
        at Object.sap.ui2.srvc.call (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:1838)
        at XMLHttpRequest.X.onreadystatechange (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:2957)
        at s.E.dispatch (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:2:2231) sap.ui2.srvc
    core-min-0.js:91 2015-02-16 17:51:03 Failed to load tile: sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}): Contract 'actions' is not supported - sap.ui2.srvc.ChipInstance({oChip:sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}),bFullscreen:false}) sap.ushell_abap.adapters.abap.LaunchPageAdapter
    core-min-0.js:91 2015-02-16 17:51:03 Applauncher Tile not loaded completely -  sap.ushell_abap.adapters.abap.LaunchPageAdapter
    core-min-0.js:91 2015-02-16 17:51:03 Call to success handler failed: Applauncher Tile not loaded completely - sap.ui2.srvc.Error: Applauncher Tile not loaded completely
        at new sap.ui2.srvc.Error (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell_abap/bootstrap/abap.js:26:5722)
        at isTileIntentSupported (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/us…ary-preload.json/sap/ushell_abap/adapters/abap/LaunchPageAdapter.js:2:6120)
        at isTileIntentSupported (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:9:118708)
        at sap.ui.base.EventProvider.extend._getTileModel (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:9:72286)
        at sap.ui.base.EventProvider.extend._getGroupModel (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:9:69888)
        at sap.ui.base.EventProvider.extend._loadGroup (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:9:69478)
        at Object.<anonymous> (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:9:68982)
        at t (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-0.js:32:24634)
        at Object.v.add [as done] (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-0.js:32:25027)
        at sap.ui.base.EventProvider.extend.loadGroupsFromArray (http://xxxxxx:8000/sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-3.js:9:68898) sap.ui2.srvc
    core-min-0.js:91 2015-02-16 17:51:03 Failed to load tile: Applauncher Tile not loaded completely - sap.ui2.srvc.ChipInstance({oChip:sap.ui2.srvc.Chip({sChipUrl:"/sap/bc/ui5_ui5/ui2/ushell/chips/applauncher_dynamic.chip.xml"}),bFullscreen:false}) sap.ushell_abap.adapters.abap.LaunchPageAdapter
    In  the table /UI2/CHIP_CHDR i see this entry Failed to read UI2 CHIP configuration for CHIP name X-SAP-UI2-CHIP:AR_SRVC_NEWS. RC: 0 Path WebContent/WebContent/newstile.xml not found in SAPUI5 application ar_srvc_news
    When i run the delete cache report the entries in the above table don't disappear though

  • FIORI Launchpad Translation

    Hi expert,
    I'm using the new Launchpad. Every things is working,
    I was able to create catalogs and add Tiles .
    But my probléme is that I don't find the way to translate the Tiles Title, subtitle and Information from EN to French .
    I've tried to connect in french and change the titles. but When connecting again in EN, the title in french is displayed.

    No Amine,
    I can see this in English only.
    May be some issue with your UI version.
    1. Please provide your SAP_UI SP version
    2. Please check this note, I can relate this to your error :
    1890575 - sap-language, sap-ui-language gets lost
    Symptom
    You have logged to e.g. Fiori launch page with a certain language, other than English and German.
    You navigate to some of the Fiori apps by clicking on a tile in the launch page. The shown application reflects the logon language.
    If you now choose the home button or use the bookmark for the Fiori launchpad again (without specifiying the language via URL parameter sap-language or sap-ui-language),then the logon language that you selected before is not reflected by the UI any more. Instead the UI is visualized in English or German.
    3. If your need is to get other languages : go with this note, packages need to be installed in gateway and backend. Check this UI note :1882832 - Fiori Home and Catalog Administration support only de and en
    Regards,
    Tejas

  • No sound when I add titles

    In my movie, I have several clips with titles. After the title has been added, the sound from the clip disappears. When the clip with the title is over, the sound reappears. Any suggestions on how to add titles without losing the sound?

    Repairing permissions and deleting preferences is definitely the place to start. Close down iMovie first, and then restart your computer after repairing permissions and deleting preferences.
    Also, when dealing with titles you are dealing with fonts, and fonts can cause problems. Check your Font Book folder (MacHD>Font Book) and see if you have any duplicate fonts. Duplicate fonts will be shown by a black dot next to the name. If you click on the little triangle to the left of the font name you will reveal the duplicates. Remove any duplicate fonts. You do this by selecting the font with the dot next to it, and then going to Edit>Resolve Duplicates.That will turn off the duplicate font.
    Next, try closing iMovie and deleting the FontCollections folder found in User (the house icon)>Library>FontCollections. iMovie will replace that file on relaunch. Or, alternatively, you can drag the FontCollections folder to your desktop and then relaunch.
    The above may not work in your case, but I have found sometimes that it will cure title problems. Also, I am running OS 10.3.9, which is considerably older than your operating system version. So perhaps the set up might be different on your computer.

Maybe you are looking for

  • Creating a Purchase Order for the Asset

    Hi, Please see the following steps: 1.Create a purchase order for the asset. 2. Post a goods receipt from this PO. 3. Quantity of asset will be transfered from goods receipt. But I find quantity of asset(AS02) was not be transfered and still was equa

  • Problem with "small black line in right margin" with Folio Builder / Adobe Viewer in Ipad. Id CC.

    Hi there, When I create a Folio Builder and I check my Id project in the Adobe Viewer (It happens in the Ipad App and in the Desktop Viewer), I can see a black line in the right margin (maybe 4 px). And I can't adjust my background (It's an object wi

  • Epson R2880 - Will not print - paper sizes

    I am having major problems with trying to print to a R2880. I have recently purchased it and have had problems with printing to it from the beginning. Sometimes it works but mostly it doesn't. The Epson driver is 6.2 which is the latest. I am running

  • Change memories to open attachments in Email

    I can not open my attachements in my Emails. I receive a message that there is not enough memory. How can i increase the memory? I can open this attachments in my telephone BB who is linked with BB Bridge. But not on my PlayBook.

  • Desktop skype is a forced only option is it legal?

    hello all, as you may KNow the new skype is a crock. i have had nothing but problems with it. the camera option keeps crashing my machines. after trying all i decided to get rid off the APP version and install the old 6.3.0.107 BRILLIANT all problems