Error Message on a Extended Fiori application

I'm currently trying to Extend and modify a SAP Fiori application
The SAP Standard application is installed and working successfully in our system at the moment.
When i'm trying to launch our extended Z Application i get the following error message
Failed to resolve navigation target: #SAP_HCM_LVExtension-View - Error (500, Internal Server Error) in OData response for GET "/sap/opu/odata/UI2/INTEROP/ResolveLink?linkId='SAP_HCM_LVExtension-View'&shellType='FLP'&formFactor='desktop'": HTTP request failed
Details: Launchpad ZHCM_APP / TRANSACTIONAL / SAP_HCM_LVExtension does not exist.
In LPD cust we have the link text of SAP_HCM_LVExtension
An Application Alias of SAP_HCM_LVExtension
Any help would be appreciated !
Cheers
James

Having the same issue, did you have any luck solving this? 

Similar Messages

  • RFC Error while running the extended fiori application

    Hi experts,
                When i run extended fiori application in fiori launchpad i am getting 500 internal server error in the console. When i run the transaction in the NGW with t-code /IWFND/ERROR_LOG i am getting error as shown in the snapshot.
    please help me with this.
    Thanks & Regards,
    Lahari

    Hi Jamie,
    My Component.js file has the following contents:
    jQuery.sap.declare("zcus.sd.salesorder.create.Component");
    // use the load function for getting the optimized preload file if present
    sap.ui.component.load({
      name: "cus.sd.salesorder.create", 
      /*url: "http://igtbilsap025.igatecorp.com:8000/sap/bc/ui5_ui5/sap/sd_so_cre"*/
      url: jQuery.sap.getModulePath("zcus.sd.salesorder.create") + "/../SD_SO_CRE"
      // we use a URL relative to our own component; might be different if
      // extension app is deployed with customer namespace
      /*url:http://:port/sap/bc/ui5_ui5/sap/hcm_lr_cre"
    cus.sd.salesorder.create.Component.extend("zcus.sd.salesorder.create.Component", {
      metadata: {
      version : "1.0",
      config : {
      "sap.ca.i18Nconfigs": {
      "bundleName":"zcus.sd.salesorder.create.i18n.i18n"
      "sap.ca.serviceConfigs":[{
      name:"SRA017_SALESORDER_CREATE_SRV",
         masterCollection : "SalesOrders",
         serviceUrl :URI("/sap/opu/odata/sap/SRA017_SALESORDER_CREATE_SRV/")
         .directory(),
         isDefault :true,
         countSupported : true,
         useBatch : true,
         mockDataSource : jQuery.sap.getModulePath("zcus.sd.salesorder.create") + "/model/metadata.xml"  
      customizing: {
      "sap.ui.viewExtensions":{
      "cus.sd.salesorder.create.view.SalesOrderCreateCart":{
      "extSOCCartTableColumnHeader": {
      className: "sap.ui.core.Fragment",
      fragmentName: "zcus.sd.salesorder.create.view.extSOCCartTableColumnHeader",
      type : "XML"
      "sap.ui.controllerExtensions": {
      "cus.sd.salesorder.create.view.SalesOrderCreateCart":{
      controllerName : "zcus.sd.salesorder.create.view.extButton"
    and in view folder i have  extSOCCartTableColumnHeader.xml and extButton.controller.js files
    In extSOCCartTableColumnHeader.xml i have placed :
    <core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">
    <contentRight>
    <Button xmlns="sap.m" text="{i18n&gt;PLACE_ORDER}" press = "doPlace" />
    </contentRight>
    </core:FragmentDefinition>
    In extButton.controller.js i have placed:
    sap.ca.scfld.md.controller.BaseFullscreenController
    .extend(
      "zcus.sd.salesorder.create.view.extButton",{
      doPlace : function(e) {
      this.salesOrderCreate()
      salesOrderCreate : function() {
      var c = this.oApplicationFacade
      .getApplicationModel("soc_cart");
      var s = {};
      var t = this;
      if (c.getData().PurchaseOrder === undefined) {
      c.getData().PurchaseOrder = ""
      if (c.getData().NotesToReceiver === undefined) {
      c.getData().NotesToReceiver = ""
      if (c.getData().ShippingInstructions === undefined) {
      c.getData().ShippingInstructions = ""
      s.SingleShipment = c.getData().SingleShipment;
      s.SalesOrderSimulation = false;
      s.SalesOrderNumber = "0";
      s.PO = c.getData().PurchaseOrder;
      s.RequestedDate = c.getData().singleRdd;
      s.CustomerID = c.getData().CustomerNumber;
      s.SalesOrganization = c.getData().SalesOrganization;
      s.DistributionChannel = c.getData().DistributionChannel;
      s.Division = c.getData().Division;
      s.ShipmentInstruction = c.getData().ShippingInstructions;
      s.NotesToReceiver = c.getData().NotesToReceiver;
      s.ShipToPartnerID = c.getData().PartnerID;
      s.OrderItemSet = [];
      var a = c.getData().oShoppingCartItems;
      var b = sap.ui.core.format.NumberFormat
      .getIntegerInstance({
      minIntegerDigits : 6,
      maxIntegerDigits : 6
      var j = 0;
      for ( var i = 0; i < a.length; i++) {
      if (a[i].isVisible == true) {
      var C = {};
      C.Quantity = a[i].qty;
      C.UnitofMeasure = a[i].UOM;
      C.RequestedDeliveryDate = a[i].RDD;
      C.Product = a[i].Product;
      C.SalesOrderNumber = a[i].SalesOrderNumber;
      C.ItemNumber = b.format(10 * (i + 1));
      C.Currency = a[i].Currency;
      s.OrderItemSet[j] = C;
      j++
      t.oSOCartModel
      .create(
      "/SalesOrders",
      s,
      null,
      function(d, r) {
      t.salesOrderCreated(r.data.SalesOrderNumber)
      }, function fnError(e) {
      var d = t.oApplicationFacade
      .getResourceBundle()
      .getText("ERROR");
      cus.sd.salesorder.create.util.Utils
      .dialogErrorMessage(
      e.response, d)
      salesOrderCreated : function(s) {
      var t = this;
      sap.ca.ui.message.showMessageBox({
      type : sap.ca.ui.message.Type.SUCCESS,
      message : cus.sd.salesorder.create.util.Formatter
      .formatSuccessMessage(s),
      }, function() {
      cus.sd.salesorder.create.util.ModelUtils
      .resetCartKeepCustomers();
      t.onNavigateHome()
    Thanks & Regards,
    Lahari

  • Unable to load extended Fiori application

    Hello All,
    I have developed a extended fiori application using document
    End-to-End SAP Fiori Extensibility Use Case 
    but it is giving error "Could not start the app due to a configuration problem".
    All the standard application works properly on fiori Launch Pad.
    I know many of you have faced same problem.
    Help me to resolve this asap.
    Regards,
    Yashvi

    abap.js:2 GET http://vcerpecc.vcerp.com:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/sap/bc/ui5_ui5/sap/zmm_purord_ex/Component.js 404 (NOT FOUND)abap.js:2 XMLHttpRequest.sendcore-min-0.js:32 Q.ajaxTransport.sendcore-min-0.js:32 Q.extend.ajaxcore-min-0.js:91 Ycore-min-0.js:91 jQuery.sap.requirecore-min-1.js:23 sap.ui.component.loadcore-min-3.js:31 A.addMetadatacore-min-3.js:31 A.getMetadatacore-min-3.js:23 sap.ui.controller.openSomethingcore-min-0.js:21 Q.extend.proxy.pcore-min-0.js:32 Q.Callbacks.rcore-min-0.js:32 Q.Callbacks.t.fireWithcore-min-0.js:32 Q.extend.Deferred.Q.each.b.(anonymous function)NavTargetResolutionAdapter.js:2 (anonymous function)abap.js:26 sap.ui2.srvc.callODataWrapper.js:2 qcore-min-2.js:50 (anonymous function)core-min-2.js:50 o.defaultHttpClient.request.p9abap.js:2 E.dispatchabap.js:2 XMLHttpRequest.handleEventabap.js:2 XMLHttpRequest.getEventHandler.h
    core-min-0.js:91 2015-04-13 03:21:11 registerResourcePath ('ui/s2p/mm/purord/tracking/zmm_purord_ex', 'sap/bc/ui5_ui5/sap/zmm_purord_ex/') -  sap.ui.ModuleSystem
    core-min-0.js:91 2015-04-13 03:21:11 Error - found in negative cache: 'ui/s2p/mm/purord/tracking/zmm_purord_ex/Component.js' from sap/bc/ui5_ui5/sap/zmm_purord_ex/Component.js: 404 - NOT FOUND
    core-min-0.js:91 2015-04-13 03:21:11 Could not start the app due to an internal error -  core-min-0.js:91 ucore-min-0.js:91 errorcore-min-3.js:31 errorcore-min-3.js:23 sap.ui.controller.openAppcore-min-1.js:29 a.publishcore-min-3.js:23 sap.ui.controller.openSomethingcore-min-0.js:21 Q.extend.proxy.pcore-min-0.js:32 Q.Callbacks.rcore-min-0.js:32 Q.Callbacks.t.fireWithcore-min-0.js:32 Q.extend.Deferred.Q.each.b.(anonymous function)NavTargetResolutionAdapter.js:2 (anonymous function)abap.js:26 sap.ui2.srvc.callODataWrapper.js:2 qcore-min-2.js:50 (anonymous function)core-min-2.js:50 o.defaultHttpClient.request.p9abap.js:2 E.dispatchabap.js:2 XMLHttpRequest.handleEventabap.js:2 XMLHttpRequest.getEventHandler.h
    28core-min-0.js:91 2015-04-13 03:21:11 registerResourcePath ('sap/ushell/components/tiles', '/sap/bc/ui5_ui5/ui2/ushell/chips/../resources/sap/ushell/components/tiles/') -  sap.ui.ModuleSystem
    3core-min-0.js:91 2015-04-13 03:21:12 registerResourcePath ('sap/ushell/components/tiles', '/sap/bc/ui5_ui5/ui2/ushell/chips/../resources/sap/ushell/components/tiles/') -  sap.ui.ModuleSystem
    core-min-0.js:91 2015-04-13 03:37:31 registerResourcePath ('ui/s2p/mm/purord/tracking/zmm_purord_ex', 'sap/bc/ui5_ui5/sap/zmm_purord_ex/') -  sap.ui.ModuleSystem
    core-min-0.js:91 2015-04-13 03:37:31 Error - found in negative cache: 'ui/s2p/mm/purord/tracking/zmm_purord_ex/Component.js' from sap/bc/ui5_ui5/sap/zmm_purord_ex/Component.js: 404 - NOT FOUND
    core-min-0.js:91 2015-04-13 03:37:32 Could not start the app due to an internal error - 
    31core-min-0.js:91 2015-04-13 03:37:32 registerResourcePath ('sap/ushell/components/tiles', '/sap/bc/ui5_ui5/ui2/ushell/chips/../resources/sap/ushell/components/tiles/') -  sap.ui.ModuleSystem

  • I downloaded Firefox 4 onto my PowerPC G4 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application "Firefox" because it is not supported on this architecture. I can't find my Firefox 3.6.16 I'm on Safari.

    I just want to download Firefox 3.6 again
    I downloaded Firefox 4 onto my PowerPC G4, 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application “Firefox” because it is not supported on this architecture.

    Use Tony's suggestion. I am running it right now and it is awesome. I love Mozilla but they basically screwed all of those older Macs over. Come on Mozilla. These Macs still work, and there are plenty of people with them out there.

  • Java Error Message: "Unable to Launch the Application"

    Hello all and thanks in advance for any help.
    When I try to launch the program, "E*Trade Pro", I receive an error message saying "Unable to Launch Application". This is new as of today. I have run the program on numerous occasions in the past with no problems.
    On that error screen, if I click details this is what I get:
    Error: The User cache does not exist and cannot be created. Check that the configuration is valid, and that you have permissionto write to the configured cache location.
    JNLPException[category: System Configuration : Exception: null : Launch Desc: null
    at com.sun.javaws.Main.continueInSecureThread(Main.java:233)
    at com.sun.javaws.Main$1.run(Main.java:108)
    at java.lang.Thread.run(Thread.java:637)
    I am using a MacBook.  This program opens through Safari.  I recently had to delete my "login" keychain and this problem arose thereafter.  Thanks again for any help.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Welcome to the Sun forums.
    jjandry03 wrote:
    ..When I try to launch the program, "E*Trade Pro", I receive an error message saying "Unable to Launch Application". ...I think your best off contacting the providers of "E*Trade Pro". The error sounds as though it is in their launch file.

  • Firefox suddenly quit working and I get the following error message: Could not initialize the application's security component. The most

    Error message: Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write
    restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application
    behaviour when accessing security features.

    See:
    *https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

  • I keep getting an error message that reads "to update application sign into the account you used to purchase it"   I am trying to download Final Cut Pro X 10.0.9  I am signed in with the account that I purchased Final cut Pro X   I don't have another acco

    I keep getting an error message that reads "to update application sign into the account you used to purchase it"
    I am trying to download Final Cut Pro X 10.0.9
    I am signed in with the account that I purchased Final cut Pro X
    I don't have another account I'm not sure what's going on

    Welcome to Apple Support Communities
    Open the Mac App Store and go to Purchases. Do you see Final Cut Pro X listed?
    If so, open a Finder window, choose Applications in the sidebar and delete Final Cut Pro X. Then, go to the Mac App Store and download Final Cut Pro X for free.
    If you don't see it in Purchases, see if it's hidden, and if so, unhide it > http://support.apple.com/kb/HT4928 If it doesn't work, contact with the Mac App Store support > http://www.apple.com/support/mac/app-store/contact

  • I own an iMac 2011. I am unable to reinstall and launch premiere pro cc. We I attempt to run the program I get a error message saying that the adobe application manager is missing or need to be updated. I reinstalled the manager but I am still unable to l

    I own an iMac 2011. I am unable to reinstall and launch premiere pro cc. We I attempt to run the program I get a error message saying that the adobe application manager is missing or need to be updated. I reinstalled the manager but I am still unable to launch any of my programs from adobe. I tried to do a trail with a program and I am still getting the same message.

    Davinci thank you for the update.
    Please utilize any available uninstallers that are located in the Applications/Utilities/Adobe Installers folder.  Once all of the available uninstallers have been run you will then want to rerun the CC Cleaner Tool.  You can find directions on the use of the CC Cleaner Tool and a download link at Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.  After the CC Cleaner Tool is run then please reinstall the Creative Cloud Desktop application from Creative Cloud Help | Creative Cloud for desktop.
    The CC Cleaner Tool is designed to be used after running the uninstallers.  Without running the uninstallers first then a complete removal may not be possible.

  • I am trying to install Firefox 4 on my Mac OS 10.5.8 and I get the error message "You cannot open the application "Firefox" because it is not supported on this architecture" Help!

    I am trying to install Firefox 4 on my Mac OS 10.5.8 and I get the error message "You cannot open the application "Firefox" because it is not supported on this architecture" Help!

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox
    If you prefer, you can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    Mozilla are working to prevent Mac users with non-compatible systems from getting the notification about Firefox 4, and also not displaying the "Download Firefox 4" button on http://www.mozilla.com

  • When i try downloading adobe pro i am getting an error message that is saying: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.

    when i try downloading adobe pro i am getting an error message that is saying: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.

    Hi Kashmore,
    Seems like the downloaded file was corrupt that could be because of either network restriction or the anti virus might have blocked it. My suggestion would be to try and download the product either by turning off the Antivirus or try a different network.
    Cheers,
    Kartikay Sharma

  • Error message "failed to load an application resource (internal error)" when checking form in LiveCycle preview PDF

    After creating a form, when I click on Preview PDF, I am now getting an error message "Failed to load an application resource (internal error)". Not sure why this has started recently, but it makes it impossible to check my forms for clients before I send them. I can open them outside of the program in Adobe Reader, but it is faster to check the form within LiveCycle and change them if necessary. Please help!

    I fixed mine! In Reader 9 and 10.0 I had disabled the ReadOutLoud feature as it kept popping up whenever it felt like it, and I don't need ReadOutLoud. What worked for me was first to purge the system of Reader 9 - the uninstall routine leaves stuff behind. Then I went into the Reader 10 program folder, located the plug_ins sub folder, and renamed it to oldplug_ins. Then I ran the repair routine which recreated the plug_ins subfoler.. All now works, except that the <expletive deleted> ReadOutLoud is up to its old tricks again, but I can live with that for now.
    Hope this helps.

  • My Adobe Reader XI 11.0.09 fails to open pdf's. Error message - "because the associated helper application does not exist." Can anyone help me?

    My Adobe Reader XI 11.0.09 fails to open pdf's. Error message - "because the associated helper application does not exist." Can anyone help me?

    Okay. I will try this again. I did remove and reinstall earlier, but will
    do it now.
    regards, Mike
    On Wed, Oct 15, 2014 at 12:55 PM, Sabian Zildjian <[email protected]>

  • Get error message could not create library/application support

    get error message "could not create library/application support" when trying to install Creative Cloud.

    Check your user permissions on the Library folder.
    Mylenium

  • I'm trying to download Premier pro and I'm getting an error message saying "There is no application set to open the url aam://SAPCode=PPRO?

    I'm trying to download Premier pro and I'm getting an error message saying "There is no application set to open the url aam://SAPCode=PPRO?  Does anyone know how to resolve this issue?

    RiiichéC please try the process again in a different web browser or install through the Creative Cloud Desktop application.  You can find details on how to install the Adobe applications included with your membership at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • When i try to open qiick time i get an error message that says "please apple application support""  How do I do that?

    when i try to open quicktime, i get an error message.  "please install apple application support".
    How do I get it?

    Download the free QuickTime Player again. The support files are part of the installer.

Maybe you are looking for