Fiori : Routing/Navigation

Hi,
I am adding a new view to a FIori App. I have extended the App and created the view/controller as shown below. From the List screen I am trying to launch my new View passing a parameter.
newView.view.xml
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">
<Label text="My New Screen" />
</core:FragmentDefinition>
newView.controller.js
sap.ca.scfld.md.controller.BaseDetailController.extend("cus.crm.mycalendar.CUST_CRM_MYCAL_EXT.view.newView", {
  onInit : function(){
  var view = this.getView();
  this.oRouter.attachRouteMatched(function(oEvent) {
  if (oEvent.getParameter("name") === "myDetail") {
  var context = new sap.ui.model.Context(view.getModel(), '/' +
  oEvent.getParameter("arguments").contextPath);
  view.setBindingContext(context);
  }, this);
Enhanced the click method in the Controller of the Standard List screen as follows. I have created a custom controller which will override the method
  onAppointmentClicked : function(oEvt) {
  var bc = oEvt.oSource.getBindingContext().getPath();
  var sUUID = this.oModel.getProperty(bc).Guid;
  this.oRouter.navTo("myDetail", {
  objectsID : sUUID
I have put the below routing logic in the component.js file of my extended project (right below the config:)
routing : {"routes" : {"masterDetail" : {"subroutes" : {"master" : {"subroutes" : {
  //Navigation details goes here
  "myDetail" : {
  "pattern" : "myDetail/{objectsID}",
  "viewPath":"cus.crm.mycalendar.CUST_CRM_MYCAL_EXT.view",
  "view" : "newView",
  "targetAggregation":"detailPages",
  "viewLevel" : 2 }}}}}}},
When I click on the item in the list, nothing happens. I am expecting a navigation to my new view.
Any suggestions.
Thanks
Murali

Hi Murali ,
Did you able to solve the above error you are facing..Myself and my colleague stuck with same issue..
Wave 2 Navigation

Similar Messages

  • Automatic re-route in Maps

    How to re-route navigation easily (should do it automatically) in Maps?
    Scenario:
    1. Set target address and let Maps calculate route. so far, so good
    2. Start driving. As long as you stay "on route",things are ok
    3. You notice that Maps route is not optimal and start driving your own route. Maps does not care..
    4. In order to re-calculate route from your current GPS position to same target address. Maps UI gets very clumsy. First you need clear the map, re-enter the target address (well..luckily it's still in search window), ask to  Maps to re-route. While doing all this, your car is prob. out of the road already..
    Why Maps doesn't re-calculate the route automatically when it detects that the GPS position is well "off-the-route". My friend was using his iPhone 3GS + navigation. It did the thing as expected.
    is this common behaviour of Nokia Maps, or just the N900 version that lags well behind other versions.

    It's just the N900 version that has this "bug", I'm afraid.
    We're all waiting for the full version of OVI Maps to come from Nokia, to give us the same as all their other GPS phones, that gives you a Voice Guidance for Turn by Turn.
    If you can't wait, then try Sygic's effort, which has now just been updated to version 10.  Shame that you have to pay extra for something that Nokia should be providing free to us, like they have done for all the other phones... 
    If tnis post is a cure to your issue, please MARK IT AS SOLUTION.
    If this post has helped anyone in any way, PLEASE SHARE YOUR KUDOS, by clicking on the GREEN STAR.

  • Question to Z10 apps

    Hello,
    I´m new here (and from Germany) and I have questions.
    Actually I have an Android Smartphone, but I want to change to BB and I want to buy a Z10.
    How is the situation about apps? I ask for a compass (in Android i. e. part of the "Swiss Army Knife"), for route navigation, for browsers like the Firefox or Opera, for K9 (email).
    Android apps don´t run on BB (I think so, is this true?). Does BB have equivalent (free) apps?
    Thank you for your help,
    blueberryman

    Thank you this second link.
    Yesterday I ordered a Z10 ... and now I`m waiting ... I´m so anxious to it ...
    Kindly regards from Germany

  • Google Maps or Garmin XT

    I just bought the E71 and am going to download a GPS mapping program. Obviously Google is free and Garmin is $99. Is Garmin really that much better? What are the differences? I'm mainly going to use it for back country hiking and road use will be minimal. I need one that shows my GPS coordinates for search and rescue purposes (to guide in a chopper). So the voice guided mess is not needed. Any help would be appreciated..
    JP

    You might consider Sygic McGuider as well.
    And, what about Nokia maps 2.0. Map use is free, LAT / LONG position is shown. A walk route navigation (just walk, no drive) license for USA is about USD 35,- for one year.
    Comparing Garmin XT / McGuider / Nokia maps, I find the walk-specific map detail of Nokia maps best (Netherlands, mostly based on city navigation). However, they all cannot completely replace a detailed map with a grid; altitude lines; landmarks, especially in off road navigation.

  • ESS 1.2 - ABAP Web Dynpro Clarifications

    Hi all,
    We are on Ehp 2 in ECC 6.0 with ESS 1.2 in EP 7.0 and using only 'Travel & Expense' part for our implementation. I have below clarifications
    1. In ESS 1.2 package we have an Overview page and iView, I believe it is for JAVA Web Dynpro, will this support for ABAP Web Dynpro iViews or how to bring ABAP WebDynpro applications with Overview ?
    2. I have Mirrored the ESS PCD Content and modified only 'Invisible in Navigation Areas' parameter. Now the issue I am facing is while selecting button 'Create Travel Request' under 'My Trips and Expenses'. The request is fetching the original content navigation instead of the new Mirrored content. Also while debugging we find the routing 'Navigation Context' as below:
    DynamicParameter=SAP_FITV_ACTION=&SAP_FITV_EXIT_OP=CallTripsPOWL&SAP_FITV_TRIPCMP=R&HistoryMode=1&NavigationContext=ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.12.request
    Is this parameter set by default to fetch the content ? Is it possible to change this entry, if yes, how ?
    Kindly let me know if any clues.
    Thanks!
    Sankar Kumar

    You need to replace the T&E portal content and Homepage Framework config (if using it) for the "older" Webdynpro Java version with the newer (EhP2) Webdynpro ABAP version. There is a very good step-by-step guide (I believe in Service Marketplace) that guides you through each and every change to make to switch one with the other. To your immediate questions...
    (1) Those are the replacements for the WDJ iViews. They are pretty much the same. As said, you need to "switch them out".
    (2) Switch out the WDJ iView with  the WDA iView. The parameter needs to reflect YOUR ESS ROLE pcd path to the object. (the one you show is the standard SAP ESS role....which is fine if you are just using it as is).
    Again, best to find that guide. I used it on my last project and it took all of maybe 30 min. to switch the old for new if you follow it.
    Also, read all the help.sap.com info on it....
    http://help.sap.com/erp2005_ehp_02/helpdata/en/2c/1ec6e9352c4766a4eb1ed0b924309c/frameset.htm

  • Lumia 820 major Battery Drain issues

    Having used my Lumia 820 since last December it has been great but in the last 2 months I've suddenly found my Battery draining really fast. I replaced the battery thinking as it is 7 months old and I am not the best at charging properly it might have an issue but the new battery is exactly the same immediately.
    I've isolated it to two things - playing Music via Audiocloud or Nokia Music (triples battery usage such that 75-80 minutes of playing flattens my battery, and using Here Maps route navigation which give about 60 minutes before flattening a fully charged battery. On a recent road trip even with the phone being plugged into a charger the whole trip several times the phone switched off as all power drained.
    Any suggestions?

    No they aren't. Any application / Game or other such thing that requires higher processing power will result in generating more heat thereby making the phone felt somewhat WARM and will also drain the battery relatively quickly. Only if the phone is getting HOT, you may get the device inspected by Nokia Care technician ..

  • Nokia Maps next update, when?

    I'm Nokia Maps user from Finland, and I want know, when Nokia launch new version on this program? Reason is, this map/navigation program is full error. I'm use this program only one week, and I was found over ten route/navigation errors. My last navigation software works very well, but this is terrible!
    Can Nokia made some web side, if customer want leave some deveploment idea? Example, I need usually more navigation point on my route. Now I can add only start and end-point. Usuallu, when I drive long trip, I want find some petrol station or something near my route. Now I must stop navigation and try find some petrol station and I can do it, but I don't know, witch direction this station is and how near this is on my route. Second, why navigation program not release connection on my HF-system after turn (or something else indication)? Now, when I use navigation, my car radio is all time muted amd I can't listen music, it's pooring.

    This isn't a direct line of communication to Nokia, if you want to make suggestions / provide feedback, then you should use the online form through the "Contact us" link at the top of the page...
    If you want to suggest a new idea, you should email [email protected]
    Nokia History: 3110, 5110, 7110, 7110, 3510i, 6210, 6310i, 5210, 6100, 6610, 7250, 7250i, 6650, 6230, 6230i, 6260, N70, N70, 5300, N95, N95, E71, E72
    Android History: HTC Desire, SE Xperia Arc, HTC Sensation, Sensation XE, One X+, Google Nexus 5

  • How do I get routing data from the Map App (powered by TomTom) so I can display the point-to-point annotations (turn-by-turn navigation) without leaving my own application.

    I have a tableView displaying a list of contacts from a Cloud Database.  After selecting a contact, I push to a programmatically created MKMapView.  Then I display the initial region (the view) that includes the users current location (starting point) and their selected destination (end point).
    Now I want to display annotations (as described in the Location Awareness Programming Guide) that displays polylines which will represent the turn-by-turn navigation IN MY OWN APPLICATION, and not in the Map App currently used in IOS6. 
    Due to licensing and its becoming depricated in IOS 6, I do not want to get routing data from the Google Maps API.  How do I get routing data from the IOS 6 Map App (powered by TomTom) so I can display the point-to-point annotations (turn-by-turn navigation) without leaving my own application?
    I checked out Stack Overflow and other forums which basically left me with the impression that this is not possible. I also checked out the TomTom iPhone Mobile SDK User Guide from the TomTom Developer Portal and am still confused.  It must be possible to retrieve routes, since the Map App can display turn-by-turn directions.  How can I retrieve turn-by-turn data that I may display as a route within my own application?

    Thanks Michael. Apologies for the slow reply I was away for a bit (holiday blitz at work and visiting family madness etc.etc.) back now, I set both options you requested to "never " and retried the CMS software with no change. 
    I do have progress of a sort though, as a test I took a separate test PC and put a clean install of Win7 on and loaded up the CMS software (it worked perfectly) and then took the version of ole32.dll off that machine and put it onto the computer I had built
    for her (using Linux) and...
    got a new error code. Darn I was so sure I had found a clever solution this time lol.
    Anyway now when the CMS fails it gives me a similar error but the offending module is "ntdll.dll" sooo... I tried taking the "working" version of ntdll.dll from the test box and moving it over (making sure to back up the existing ones
    first so I could put them back if needed) to her new PC and the PC would not boot. 
    It seems to want the original versions of a few Dynamic Link Libraries and if I could somehow give it those while not breaking Win7 it should theoretically work seeing as it no longer errors with ole32.dll. 
    ntdll.dll however seems necessary for Win7 to boot.
    So what I am wondering now is:
    Is there some way to have both versions of the DLL file in the system32 folder (bypassing the "cannot have two files with the exact same name in the same folder" thing) or rename the original DLL's something else and somehow make the CMS look for
    the new named versions so the system has the updated DLL's it needs to boot/run and the CMS has the old ones it wants to run or is there someway to have a self contained install of the CMS, say on a USB flash drive and give it it's own E:/windows/system32/needed
    dll's  path to the files it needs? 
    Willing to try any other options or settings you may have come up with as well.
    Thanks again for your reply and my apologies for not answering sooner.

  • HT1937 I can't find routes or direction on maps when navigation in my country JORDAN

    I can't find routes or direction on maps when navigation in my country JORDAN

    Sorry, Jordan is not currently available for Directions or Turn-By-Turn Navigation - see this:
    http://www.apple.com/ios/feature-availability/#maps-directions

  • How to install Route 66 navigation software on N95...

    I am trying to install Route 66 Mobile 7 Benelux navigation software on my N95. The software manufacturer has given me the instructions below, but this still has not worked. I cannot see the Rooute 66 Icon in the phone. Can someone help? Thanks
    The installation of the ROUTE 66 Mobile 7 software on Nokia N95 should be done manually as follows:
    1) Connect the Nokia N95to your PC via connection cable.
    2) On the screen of the phone the following choices will display:
    - Media player
    - PC suite
    - Mass Storage
    3) Choose " Mass Storage"
    4) The phone will appear as an "external HDD" on your computer.
    5) Run ROUTE 66 Mobile 7.
    6 Select the "Browse content" option and then select and open "MultiMediaCardImage” folder.
    7) Copy the content of the folder from the Mobile 7 CD/DVD to the N95 HDD.
    8) When copying is finished, you will find the R66 Mobile 7 icon in on the Nokia N95.
    In order to work with the internal GPS, follow the instructions bellow:
    Please check the version of ROUTE 66 Mobile 7 that you currently have. Launch Mobile 7 and select Options->View->About Mobile. The version information is displayed in the header and in the About text.
    If the version is 7.3.545 (for S60 3rd edition devices), you are already up to date! If the version is 7.3, or 7.3.x where x is a number less than 545 (for S60 3rd edition devices), download the update file available under the link at the bottom of the page.
    http://www.66.com/route66/support.php?cid=UK&sec=1&ssec=4
    Please after the installation of the update the application can not be launched due to errors, we advise you to hard reset the phone as follows:
    - type *#7370# , password 12345; be aware that by hard-resetting the phone you will lose all the changes done since the first use of the phone (contacts, messages, settings).
    However, note you can make a backup of the phone settings via Nokia suite on your PC.

    Hello khanw
    No this is not working for me. But it seems like your MultiMediaCardImage” has many more folders and files that what I have. As I look on the installation disc, I only see System. I thought that maybe it was because the others were hidden files & folders, but I've checked and my folder settings are supposed to show these hidden files. So I have the feeling that I'm stuck. I sent a follow up e-mail to Route 66, and the only thing that they could do is repeat the original instructions. I wonder why your CD has many more files on it than mine does????
    Maybe there is someone else in the forum that can help??

  • Fiori Launch Pad and Object Based Navigation (OBN)

    I was wondering if anyone knows how the Fiori Launch Pad works with Object Based Navigation (OBN)...
    The scenario I am imagining is that I have a tile defined on the Fiori Launch Pad that opens a Web Dynpro ABAP Application - within that application there is a user action that triggers an OBN call. This is quite a common scenario particularly with POWLs.
    In the Portal or NWBC these OBN calls are managed and resolved at runtime based on the user's role. Will this also work with the Fiori Launch Pad or must the Launch Pad be embedded within the Portal or NWBC for this scenario to work?
    I have noticed that if you define a Web Dynpro ABAP application in the Fiori Launch Pad it by default wraps that app in the NWBC (HTML version) in a new window - I am guessing that maybe this is how it then handles OBN resolution (e.g. via NWBC).
    Any insight would be appreciated.
    Thanks in advance,
    Simon

    This document posted by Jamie Cawley doesn't fully answer my question above but it helps in that it explains how the Fiori Launch Pad has it's own implementation of Object Based Navigation called "Intent based Navigation"
    Fiori Launchpad Concepts
    I hope SAP has a solution to cater for OBN in "older" applications such as Web Dynpro ABAP POWLs. I can imagine that many customers will have a hybrid launch pad consisting of both Fiori/UI5 and Web Dynpro Applications for some time.

  • [Fiori] My Spend Application : Quite ugly, poor navigation experience ... expected ?

    Hello,
    We have just implemented the "My Spend" Application, it is working , but it is "not exactly beautiful" on Desktop and Tablet (not supposed to run on smartphone according to SAP Documentation), and the navigation experience is quite poor when running the graphical view
    My managers are a bit disappointed, I am wondering if I missed something (UI patch, Support package) :
    First this is why my managers are not exactly enthusiastic, there are some display errors, navigation is really difficult
    Our SAP BAckend is ECC6 EHP5, I have applied the latest Support PAckages for SRA012
    Our Netweaver Gateway is 7.4 :
    And I have applied the latest SAPUI5 patches :
    I then executed the cleanup reports mentioned here :
    SAP Fiori - SAP Fiori launchpad troubleshooting
    If you could think of something I missed, I would really appreciate.
    Thanks and Regards
    Tags edited by: Michael Appleby

    Hi Raoul,
    Referring to your first screenshot. The app looks fine. The extra green line which you see is the percentage of the spending on your total budget.
    The entire red box(graph) means that there is over spending on the budget allocated for the period.
    Say budget allocated was 100,000$ and spending is 900,000$.
    May be you can choose other time period ; say Fiscal year 2014 to see some other view.
    If you increase the budget allocated, you can find green box to appear properly. I would recommend to add one more cost center in the cost center group so that you can see 3 boxes.
    Please check this blog : http://scn.sap.com/docs/DOC-53612
    Regards,
    Tejas

  • Fiori extenstion toolkit - Redefine routes - How to?

    Hi,
    We are working with CRM Fiori apps SPS3.
    We want to redefine the routes defined in the Component.js
    How do I know what the syntax should be?
    In the extensive project
    The CRM My Opportunities app already have detailPageRoutes defined.
    I'm trying to add my custom route, but it is not getting called.
    Please see attached.

    I've figured it out thanks to a document I found on SCN "Use Cases for Extending the UI of SAP Fiori Apps.pdf"
    I've added this inside the metadata tag:
    routing : {
    "routes" : {
      "masterDetail" : {
       "subroutes" : {
        "master" : { // master is the name of the route
         "subroutes" : {
          "create2" : {
           "pattern" : "create2/{contextPath}/{processType}/{something}",
           "view" : "CustomView"

  • Navigator - failed transfer of Route 66 maps to mi...

    Have backed-up the existing card using PC Suite and transfered that to the new ( Sandisk 4mb microsd )card. Then on attempting to transfer the backup made on Route 66 sync I get ......... Access to path 'F:\system\apps\Navigator\Data\imei.dat' is denied !!!
    Can anyone help please - I've garnered as much info a poss by googling and with these support pages.

    When you say "navigator", you are talking about 6110?
    The technical specifications say that the phone supports only 2GBytes. Are you sure your memory is working fine? Have you tried to fill it up?

  • Routing and navigating to specific page

    I have a question about Routing. I have an example where I am using eventbus which yes I takes me to my next view depending if I am navigation to or back, etc.
    is there a way for me to use event bus and also be able to go directly to a page in my app, such as using:  urlToApp/#viewName  or something similar? any help would be appreciated?    
    I believe the alternative would be something using routing, but I haven't found a good example for it.
    thank you in advance,
    Sergio

    Hi Sergio,
                  Based on my understanding i am giving this solution.
    You can navigate to specific page using event bus by  using the following code
    var bus = sap.ui.getCore().getEventBus();
    bus.publish("nav", "to", {
    id :"pageId",
    data : { context :context1}
    pageId---->viewId
    Thanks & Regards,
    Bindu

Maybe you are looking for