Linking two standard Fiori apps

Hello Experts,
I have one query in Fiori standard app and need your inputs on this.
We need to provide a link between two standard transactional apps, so that when we click on the link from the first app it should navigate us to second
app. Please suggest how to do it. Can we do the necessary UI5 code changes in eclipse IDE or do we need Web IDE for this.
Thanks,
Jyoti prakash Das.

Hi Jyothi,
Hope this helps:
Fiori App to App Navigation in Web IDE - Part 1
Fiori App to App Navigation in Web IDE - Part 2

Similar Messages

  • Extend/Change the Standard Fiori App code

    Hi,
    We have implemented FIORI App in our SAP landscape.After implementation app is running fine.I want the change the standard FIORI App code for a specific app like change the label,change the Background Image,Change the Font style etc.I googled and made changes according to the article provided.
    Steps done to change the Standard app code.
    1)Downloaded the source code and uploaded in eclipse.
    2)Created a Extension Project and replaced the entire view with my new view.
    3)Shared the project and submitted the changes in gateway system.
    4)Created semantic object and other things required to show the custom app on launch pad.
    5)But when I click on custom app developed on the Launch pad it is navigating to a blank screen with no UI elements.But standard app is working fine.
    So please tell me the correct procedure to change the app and show it on Launch pad.
    Tags edited by: Michael Appleby

    Hi Ritesh,
    Following are the steps I followed in extending a Fiori App.
    I am trying to extend HCM_LR_APV(Approve Leave request ) app.
    So I downloaded HCM_LR_APV BSP Application.
    I uploaded in Eclipse IDE .I created an Extension Project(ZHCM_LR_APV) for this.
    For testing I tried to change the Icon in one of the view.
    So I replaced the S3 view by placing the Original Code same and changing the Icon only.
    In Component.js file I gave the path to the parent application in Load function.See the below code for your reference.
    jQuery.sap.declare("hcm.mgr.approve.leaverequests.CUST_HCM_LR_APV_EXT.Component");
    sap.ui.component.load({
      name: "hcm.mgr.approve.leaverequests",
      url:"/sap/bc/ui5_ui5/sap/hcm_lr_apv",
    hcm.mgr.approve.leaverequests.Component.extend("hcm.mgr.approve.leaverequests.CUST_HCM_LR_APV_EXT.Component", {
      metadata: {
      version : "1.0",
      config : {
      "sap.ca.i18Nconfigs": {
      "bundleName":"hcm.mgr.approve.leaverequests.CUST_HCM_LR_APV_EXT.i18n.i18n"
      customizing: {
      "sap.ui.viewReplacements": {
      "hcm.mgr.approve.leaverequests.view.S3": {
      viewName: "hcm.mgr.approve.leaverequests.CUST_HCM_LR_APV_EXT.view.S3Custom",
      type: "XML",
    Then I submitted the changes and tested the Custom BSP Application.But I am getting the error as below
    Error Message:
    Failed to load resource: the server responded with a status of 404 (NOT FOUND) http://sapfiorisrvr.domain.com:portno/sap/bc/ui5_ui5/sap/zhcm_lr_apv_ext/Component-preload.js
    Thanks&Regards,
    Akhil Das

  • Multiple HANA systems connection for Smart Business Fiori Apps

    Hi Experts,
    I could configure and run standard Fiori apps through launchpad and able to configure all type of Fiori apps through web dispature and single HANA system1 [retail]
    As per the recommendation from SAP, we have separate HANA system2 for finance.
    Now here is the tricky part.
    I have added HANA system2 in web dispature. Also I have the trusted connection in my front end gateway server for transactional apps.
    Transactional apps from HANA system2 db is working fine. Now, I would like to configure Finance related Analytical apps from HANA system2 views. For this I am not able to get KPI IDs for evaluation and drill-down configuration.
    The path for Smart Business KPI modeler in both the HANA systems are same. Is this causing issue to bring KPI IDs and HANA views into modeler?
    How to get both views in single KPI modeler tool to configure the KPI tiles?
    Please let me know how to proceed?
    Thanks!
    Praveen.

    Johannes
    There is some problem with the link
    See this.
    Connecting multiple SAP Systems
    Thread name is 'Connecting multiple SAP Systems'
    Krishna Murthy

  • Configuration of Fiori app Approve Travel Expenses

    Hi gurus,
    I'm new on SAPUI5 technology, I need to do a simple configuration on standard Fiori app Travel expenses Approval (bsp ui5_fi_trex_apv).
    I need to hide ui elements and change text translation of some labels.
    I followed the guide 'Extending and testing SAP Fiori Apps', but I have some difficulty in the implementation of file component.js.
    For example I need to hide the table TEA_LIST_COSTASSIGNMENTS in view details.Home.
    I copied the example code excerpted from the guide, but I do not know how to retrieve the following values from standard app:
    jQuery.sap.registerModulePath
    jQuery.sap.declare
    jQuery.sap.require
    My Code :
    Another question: after custom implementation, how can I test it ?
    Thanks
    Massimo
    Tags edited by: Michael Appleby

    Hi Massimo,
    Please use UI extension points.
    App Implementation: Approve Travel Expenses - SAP Fiori for SAP ERP 1.0 - SAP Library
    Please use new SAP Fiori Launchpad
    Extensibility
    Regards,
    Masa
    SAP Customer Experience Group - CEG

  • Extended Fiori app opens in new window

    Hi,
    When I add my extended Fiori app to the launchpad, it opens in a new window. Is it possible that if I open it, it opens like all the other standard Fiori apps?
    When it opens in a new window, I can't navigate to other fiori apps, or go back to the home screen.
    Thanks,
    R.W.

    Hi Robbe,
    Please share your target mapping definition. You should use semantic objects.
    Take a look this post. Re: Uploading a extended Fiori project.
    Regards, Masa
    SAP Customer Experience group - CEG

  • Oracle apps 11i - customization in Create Timecard link in Standard OTL page

    Hi everyone,
    I have got a requirement to add some functionalities in oracle 11i - Create Timecard link in standard OTL page .Mentioned below is the Requirement.
    When the engineer clicks the 'Save' button in the create timecard link in OTL page, it should save the time card and check the status of the timecard.If the specific timecard being saved is either "approved" or
    "submitted", a pop-up notification should warn the Engineer.
    Warning:
    "Warning – By clicking yes, all previously submitted versions of this timecard will be retracted. The Timecard will need to be resubmitted and reapproved. Are you sure you wish to continue? Yes, No"
    If engineer clicks YES, then an email notification should send to engineer and Manager ,notifying them that the timecard has been retracted and will need to be resubmitted.
    If the timecard has never been saved before or is currently pending or rejected let the engineer save the timecard without showing the warning and normal process should follow.
    Can anyone help me out here.I wanted to know the complexity of the issue.
    Which method should be adopted to do this.? Can anyone tell me which logic needs to be implemented here.
    Thanks,
    Sukanya

    Hi Kristofer,
    When the Employee pressed the Save button and if the status of timecard is Approved/Submitted , a popup should display.
    I have created a page with two buttons (Yes and No) with  warning  "By clicking yes, all previously submitted versions of this timecard will be retracted. The Timecard will need to be resubmitted and reapproved. Are you sure you wish to continue?"..
    If Employee pressed Yes...I need to save the timecard and normal process should follow..
    Here even if I called the PFR of the TimecardListCO(Standard) controller, It's not working.
    Is there a way to create the page dynamically with two buttons ?So that I can write the code in the extended controller itself rather than creating a new page.
    Which method should I follow to implement this?
    Kindly provide your suggestion...
    Thanks,
    Sukanya

  • Launch new UIX Fiori app without Fiori Launchpad

    Hi,
    I want to integrate a new SAP Fiori APP in the SAP Netweaver Portal.
    I used the UI5 iview template to call Fiori BSP, but the standard BSP FIN_TE_APV does not have any index.html page,
    then when I try to test it an error is returned.
    I also tried to set the link to Fiori Homepage , /sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html
    But it doesn.t works.
    Have you got any suggestion on how to solve this issue?
    Best regards
    Max

    Hi Max,
    Could you test with this?
    /sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=100&sap-language=EN#TravelExpense-approve
    #<semantic object>-<action>.
    Regards, Masa
    Customer Experience Group - CEG

  • Download/upload a Fiori App

    Hi,
    We are downloaded  the fiori app ca_all_apv using the report /UI5/UI5_REPOSITORY_LOAD. And then imported the files into the WebContent folder of a new SAPUI5 project. Ideally i expected that if a build project and then run the application using Run As->Web App Preview and open it in Chrome, it would work. But it does not load. I can see the background image but not the split app.
    Am i missing something?
    Best Regards,
    Varun

    Hi Masayuki,
    I took my time to go through all the links you provided. I setup the proxy servlet for running the application from eclipse and made the changes. However, it did not work.
    So i started review all the application objects and i realized that the application script was missing in index.html. I checked the BSP application CA_ALL_APV in SE80 and noticed that there is no standard index.html. Is this normal for fiori apps?
    When i created the SAPUI5 project in eclipse, it is then when the index.html was created. So, i added the application script as shown below.
    <script>
                   new sap.ui.core.ComponentContainer({
                           name : "cross.fnd.approve.requests"
                   }).placeAt("content");
        </script>
    However, it still does not work. The console log now shows an error. For some reason, the application is trying to find the component.js under resources folder.
    I also added the following line to the bootstrap to ensure it refers to the root directory.
    data-sap-ui-resourceroots='{
          "cross.fnd.approve.requests" : "./"
    Masayuki Sekihara and Ashish Singh: What do you think?

  • Error in "Display G/L account balances" Fiori app

    Hi experts,
    I am getting below error while configuring the "Display G/L account balances" SAP Fiori app in our demo landscape. I am getting the similar error for all other 6 Finance apps that I am trying to configure.
    Cannot call "Service"
    GW error log says that this is an authorization error
    The app was configured according to the standard SAP Fiori app configuration process, all services have been activated, roles have been created and assigned correctly to my user etc.
    Here is also a su53 screenshot from backend SAP system
    Below are the system details:
    Gateway - SAP NW 7.4 SP10, UI for sFIN UIAPFI70 release 200(latest), SAP_UI SP11(latest)
    Backend - SAP ECC 6.0 EhP 7 SP07, SAP_FIN 720(latest)
    Do you have any pointers or ideas? Any help will be much appreciated!
    Cheers,
    Abhinav

    Abhinav,
    How did you activate the Gateway service? (FAC*ENTITIES)
    There seems to be some problems with Service registration. (/IWFND/MAINT_SERVICE)
    In addition there seems to be problem with RFC authorization.

  • Is it possible to link two or more accounts without merging?

         Is it possible to link two or more accounts without merging? For example: give access for apple id [email protected] (obviously fake and is used by John) to apple id [email protected] (also obviously fake and is used by Rose). This would only allow access from one consenting party to another, for temporary sharing.
         The accounts would be temporarily linked/paired in the same manner as a bluetooth device (device A shows the user a password to input into device B) except John receives password abc123 and Rose receives password xyz789. they exchange passwords and can use this to do multiple things, such as; pool money to buy a game, a movie, or a song album, or they could share an app or two with each other.
         Is there any feature in apple remotely like this in any way? If so please let me know how I can find or use this feature.
         If not, I would recommend implementing this in the future, if not the near future. There are a lot of people that would use it, and it could allow app designers to make more money, because people would be able to buy something by pooling their money. If you think otherwise, ask anybody who lives in an apartment with three other people, because that is the only way they can afford it.

    You cannot merge or link accounts.
    Sorry.
    You can leave feedback for Apple at:  http://www.apple.com/feedback

  • When I updated to IOS5 I lost two in game app purchases (the mighty eagle), how do I get those back, when I updated to IOS5 I lost two in game app purchases (the mighty eagle), how do I get those back

    when I updated to IOS5 I lost two in game app purchases (the mighty eagle for angry birds and angry birds seasons), how do I get those back? They are not in my app purchased list in Itunes. 

    Contact iTunes Store support staff through the report a problem links in your account history or,
    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html > Get iTunes support via Express Lane > iTunes > iTunes Store

  • Linking two imacs?

    I know this has probably already been discussed at one point or the other but I need some information.
    I have an Intel iMac and a G5 iMac that both have Firewire ports. I do a lot of photography work and have many app open at once. I would like run Photoshop on one machine and Aperture on the other. All I need to do is be able to drag and drop from one computer to the other my image files. Is there any way to link two iMacs to do this. Obviously there is no way to control both computers with the same mouse and keyboard but I would like to at least be able to move files from one to the other with out having to do it over a network (router with ethernet). I just want to hook both computers together with one cable and drag and drop from one computer to the other. Any suggestions?

    Target Disk Mode (TDM) effectively turns the Mac that is in TDM mode into an external hard drive for the other Mac. This will certainly allow you to drag & drop files & folders between the two Macs ... but only one of the Macs will be usable while the other basically becomes a hard drive connected to it.
    It sounds like you want both Macs running as normal, but you want to share files/folders between them. And you don't want to do it via ethernet for some reason. Why? Networking would work fine.
    You can directly connect the 2 Macs via an ethernet cable or via a FireWire cable and network them together that way, no router is needed. In both cases you would have to turn on File Sharing in the Mac whose files you want to share; and log on to it from the other Mac via Go > Connect to Server. (If you use FireWire, you also have to set FW as your preferred network in System Preferences > Networking; also on the Firewire pane, set Configure IPv4 = DHCP.)

  • Can we link two business objects  in workflow?

    Dear All,
    Can we link two business objects  in workflow?My problem is that I have to take a standard BO for triggering my z workflow .But later  in one step  I am using BO which is Z as I am calling a standard Sap transaction in one of the method inside Zobject.
    Please let me know how to go for it .
    Kind Regards,
    Anshu Kumar

    Hi Anshu,
    You can use the standard BO as the BO for your workflow and trigeger the workflow from its event. To pass values from the standard BO to the custom BO used in the activity step, you need to do proper binding between the std and custom BO in the activity step.
    Do proper binding between event -> workflow -> task container.
    For assistance on binding in workflows refer to the followng links:
    http://****************/Tutorials/Workflow/Workflow.htm
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
    /people/sapna.modi/blog/2007/02/19/workflows-for-dummies--introductionpart-i
    Hope this helps!
    Regards,
    Saumya

  • How can I post a Youtube link via my FB app as an embed video?

    The question is in the topic title. I want to post on my wall (or on a friend wall) a YouTube link via my FB app in order to be seen directly through the standard YouTube player (as happens via PC, just to be clear). How to do that? Suggestions?

    Hello coldpatrix, 
    Welcome to the forums. 
    There is no supported way to embed a video to Facebook® using the Facebook for BlackBerry application. The only option you have is to post the link which will then take you to YouTube to see the video. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Linking two ipads, Linking two ipads

    I want to link two iPads through Bluetooth not wifi or 3G. Can I sit in a clients house and flip through a presentation on 1 iPad which then flicks through pages on another iPad already loaded with pages?

    Thanks Dave. This is a good start. I am not very IT savvy but Adele in our office may be able to work something out with this lead. If we can find an app - any idea how this might work? Any guidance would be gratefully appreciated
    Regards
    Richard

Maybe you are looking for

  • Sharing iTunes library between 2 computers and 2 iPods via network disk?

    Hi, Me and the missus each got a laptop -hers a PC and mine a MacBook. We both use iTunes and we've both got an iPod. Recently I bought an Aiport Express and hooked it up with a 1TB WD MyBook -is there any way that we can share our iTunes library via

  • CommandLink in dataTable rendered method is called multiple times

    I have a dataTable in which one of the columns contains a commandLink. The commandLink has the "rendered" option bound to a backing bean method. When the page is submitted, the backing bean method gets called 8 times for each row in the table if the

  • Iphone 3GS from apple stores Italy

    Could any one knows if the Iphone 3GS which sold in apple stores located in Italy islocked or unlocked ? Thanks

  • RV016 - Achieving Segregation and VLANS

    Good afternoon, our company started out very small and is now growing very large to the point where I am looking at layering hosts to obtain more segregation and security for different areas/users within the company. I've been playing around with the

  • What? No Youtube!

      I'm just loving the improvements for video formats. Especially the ability to trim videos by setting in and out points, grab jpeg stills from video clips, and the creation of pre-sets to enhance the quick develop tweaks. I just tried making a virtu