Approve Request App on Fiori Wave2 - Error

Hi,
We are trying to use the Approve Request App on Fiori Wave2.A dynamic tile has been created. While trying to launch the app from the Approver id we get a popup saying Failure-Unable to launch App. Steps mentioned in the Approve Request app on SCN (links referred : http://scn.sap.com/docs/DOC-46215 and http://help.sap.com/fiori_bs2013/helpdata/en/a8/995952d9a6617fe10000000a44538d/content.htm  have been followed and checked.
Could you help us with this issue?
Attached is a screenshot of the error.
Regards,
Ann

Hi Ann,
Beside the Dynamic App Launcher Tile, you also need to add a target Mapping in your catalog.
Check if the target Launchpad role (Transaction LPD_CUST) exists in your SAP ECC system
Add an Target-Mapping Tile
•Add the Intent data
•Semantic Object  WorkflowTask
•Action  approveRequests
•Add Target data
•Launchpad Role  UIX01CA1
•Launchpad Instance  TRANSACTIONAL
•Application Alias  ApproveRequests
•Add General Data
•Specify the supported form factor
Good luck, it works for me.

Similar Messages

  • Approve Request App Error

    Hi All,
    i am working on Fiori Approve Request App & getting below  Error on Launchpad.
    Check the URL parameters and the scenario definition. To check the scenario definition, go to customizing for SAP NetWeaver Gateway and choose SAP NetWeaver -> Gateway Service Enablement -> Content -> Task Gateway Service -> Scenario Definition.
    can you please help me.
    I am following this document:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0ab2463-4e16-3110-b08e-d93918e513a1?QuickLink=index&overridelayout=true&59407987747630
    Regards,
    Naresh
    Tags edited by: Michael Appleby

    Hi Masa,
    As per the troublshotting doc ,i have taken last URL from network tab which is "/sap/opu/odata/UI2/PAGE_BUILDER_PERS/$batch".
    After excting the last url  in /IWFND/GW_CLIENT we are getting error:
    The server is refusing to process the request because the entity has a unsupported format
    Regards,
    Naresh

  • Fiori Approve Requests App

    Hi,
    few questions about SAP Fiori Approve Requests App:
    As I understood so far this App is the mobile way to see tasks like in the UWL. Am I right?
    And is SLC supported? Can we see task out of SLC?
    Thank you
    Özlem

    Hi Ozlem,
    SAP Fiori Approve Requests app can handle any workitems which are handled in SAP Business Workflow Engine on any ABAP systems.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Approve Request Fiori app - UI Extensions not working

    We have configured the standard Approve Requests app to show Customer Invoice approval and it works fine. And there are 3 requirements I am trying to achieve in our sandbox on top of the Approve Requests (CA_ALL_APV) app.
    1. Add a custom UI field in the info tab of the details page.
    2. Enable to show the attachment and notes tab (standard app has these 2 not visible)
    3. Enable multiple approval(I think i'll start another discussion for this requirement since standard doesn't support mass approval-which is such a negative for this app)
    After downloading the application and adding it to an SAPUI5 project in eclipse, I made the following changes:
    For requirement 1, I created  InfoFields.fragment.xml where i have the below code:
    <core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">
        <Label  text="Vendor ID"/>
          <Text  text="1234"/>
        <Label  text="Custom Field 2"/>
          <Text text="Custom Text 2"/>
    </core:FragmentDefinition>
    Additionally for requirement 1 along with requirement 2, i created a customizing object under the metadata object with the below code in Component.js:
    customizing : {
      "sap.ui.viewModifications": {
      "cross.fnd.approve.requests.view.S3": {
      "ARAttachmentIconTabFilter": {
      "visible": true,
      "cross.fnd.approve.requests.view.S3": {
      "ARNoteIconTabFilter": {
      "visible": true,
      "sap.ui.viewExtensions" : {
      "cross.fnd.approve.requests.view.S3":{
      "CustomerExtensionForInfoTabContent": {
      className: "sap.ui.core.Fragment",
      fragmentName: "cross.fnd.approve.requests.view.InfoFields",
      type : "XML"
    After making the changes, I uploaded the WebContent folder of the project back to the backend with the report /UI5/UI5_REPOSITORY_LOAD.
    I named the new BSP application ZVCA_ALL_APV5.
    How i tested? I tested it in 2 ways:
    1. From SE80, Right Click and test. This does not load anything. A blank page is shown. The console in the IE developer tools shows no errors.
    2. Change the URL in LPD_CUST to point to the new BSP. The run the fiori launchpad. this will show the tile for Approve Requests with the correct number of workitems as 2. But once you click on the tile, an error popup is shown which reads 'Failure - Unable to start App'. The console in IE has an error: "TypeError - Object doesn't support property or method '_createRequestUrl' Approve Requests".
    I made the changes to Component.js and did not touch Component-dbg.js or Component-preload.js. Do i need to change these 2 files too each time i change Component.js?
    We are in process to decide if we really want to use Fiori or go with Kony. So I would want to get Fiori working in sandbox with our custom requirement to give it a chance.
    @Fiori Gurus: What do you think the problem is? Am i making any silly mistake here?
    Best Regards,
    Varun

    I'm sorry , here below is the correct version.
    jQuery.sap.declare("cross.fnd.approve.requests.Component");
    jQuery.sap.require("sap.ui.core.UIComponent");
    jQuery.sap.require("sap.ca.scfld.md.ConfigurationBase");
    jQuery.sap.require("cross.fnd.approve.requests.Configuration");
    jQuery.sap.require("sap.ui.core.routing.Router");
    jQuery.sap.require("sap.ca.scfld.md.ComponentBase");
    // new Component
    sap.ca.scfld.md.ComponentBase.extend("cross.fnd.approve.requests.Component", {
      metadata : sap.ca.scfld.md.ComponentBase.createMetaData("MD", {
      "name": "Approve Requests", // F0392
      "version" : "1.2.9",
      "library" : "cross.fnd.approve.requests",
      "includes" : [
      "dependencies" : {
      "libs" : [
      "sap.m",
      "sap.me"
      "components" : [
      "config" : {
      "resourceBundle" : "i18n/i18n.properties",
      "titleResource" : "SHELL_TITLE",
      "icon" : "sap-icon://approvals",
      "favIcon" : "./resources/sap/ca/ui/themes/base/img/favicon/Approve_Requests.ico", //FIXME: should use F0392, but resource is not like that for W1s
      "homeScreenIconPhone" : "./resources/sap/ca/ui/themes/base/img/launchicon/Approve_Requests/57_iPhone_Desktop_Launch.png", //FIXME: should use F0392, but resource is not like that for
      "homeScreenIconPhone@2" : "./resources/sap/ca/ui/themes/base/img/launchicon/Approve_Requests/114_iPhone-Retina_Web_Clip.png", //FIXME: should use F0392, but resource is not like that for
      "homeScreenIconTablet" : "./resources/sap/ca/ui/themes/base/img/launchicon/Approve_Requests/72_iPad_Desktop_Launch.png", //FIXME: should use F0392, but resource is not like that for
      "homeScreenIconTablet@2" : "./resources/sap/ca/ui/themes/base/img/launchicon/Approve_Requests/144_iPad_Retina_Web_Clip.png", //FIXME: should use F0392, but resource is not like that for
      "startupImage320x460" : "./resources/sap/ca/ui/themes/base/img/splashscreen/320_x_460.png",
      "startupImage640x920" : "./resources/sap/ca/ui/themes/base/img/splashscreen/640_x_920.png",
      "startupImage640x1096" : "./resources/sap/ca/ui/themes/base/img/splashscreen/640_x_1096.png",
      "startupImage768x1004" : "./resources/sap/ca/ui/themes/base/img/splashscreen/768_x_1004.png",
      "startupImage748x1024" : "./resources/sap/ca/ui/themes/base/img/splashscreen/748_x_1024.png",
      "startupImage1536x2008" : "./resources/sap/ca/ui/themes/base/img/splashscreen/1536_x_2008.png",
      "startupImage1496x2048" : "./resources/sap/ca/ui/themes/base/img/splashscreen/1496_x_2048.png"
      // Navigation related properties
      viewPath : "cross.fnd.approve.requests.view",
      detailPageRoutes : {
      "detail" : {
                    "pattern" : "detail/{SAP__Origin}/{InstanceID}/{contextPath}",
                    "view" : "S3",
      fullScreenPageRoutes : {
                "detail_deep" : {
                   "pattern" : "detail_deep/{SAP__Origin}/{InstanceID}/{contextPath}",
                   "view" : "S3",
    customizing : {
    "sap.ui.viewExtensions" : {
    "cross.fnd.approve.requests.view.S3":{
    "CustomerExtensionForInfoTabContent": {
    className: "sap.ui.core.Fragment",
    fragmentName: "cross.fnd.approve.requests.view.CustomFrag1",
    type : "XML"
      * Initialize the application
      * @returns {sap.ui.core.Control} the content
      createContent : function() {
            var oViewData = {component: this};
      return sap.ui.view({
      viewName : "cross.fnd.approve.requests.Main",
      type : sap.ui.core.mvc.ViewType.XML,
      viewData : oViewData
      setDataManager : function(oDataManager) {
      this.oDataManager = oDataManager;
      getDataManager : function() {
      return this.oDataManager;

  • Fiori : Approve Requests Comment/Attachment showing 0

    Hi All,
    I am using Fiori Generic Approve all (Fiori Approve Requests app) old version aka wave 1. I know I am using old UI but this was implemented long back and now the defect is raised.
    UI component : UIGIB001 SP05
    Issue is my approve/reject comments are not going to second level in Fiori. But comments are getting updated in the backend (SAP inbox -SBWP) . Could someone please help on whether this would require any UI note implementation or I am missing something ?
    Screenshot below :
    Also when i post comments from first level. I see this error in Inspect element :
    sap/opu/odata/IWPGW/TASKPROCESSING;o=SAP_ERP_PGW/Decision?SAP__Origin=%27SAP_ERP_PGW%27&InstanceID=%27000000703260%27&DecisionKey=%270001%27&Comments=%27rejected%27
    Regards,
    Tejas

    Hi Tejas,
    I guess the issue is in workflow template side. Please check the container biding and make sure attachment element is binded from flow container to task container.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Fiori Approve All app rendering issue

    Hi,
    I have a strange issue with the the Fiori Approve All app (ui5_ca_all_apv) when rendering in any desktop browser. I have tried IE9, Chrome and Firefox. What happens is it doesn't seem to load the css properly. The UI5 runtime on the system is 1.22.2
    On first load I usually get the following:
    Then after refreshing any number of times, sometimes once sometimes 10 times or more, I eventually get it to load.
    However when running it through Ripple, a mobile emulator plugin for chrome, it always works first time.
    I have looked at the console logs in all browsers, and there are no errors reported in any browser.
    I have tried a few other Fiori apps, most work but there are a few others which behave the same.
    This is also not specific to my desktop as this is also happening for other users.
    Anyone using this app already and had similar issues?
    Any help would be appreciated.
    Thanks,
    Brad
    Tags edited by: Michael Appleby

    Hi Masa,
    I'm not using a custom theme, just the default theme, which is supposed to be blue crystal however on failed attempts to load, it appears to try and load gold reflection.
    See this screenshot when it fails to load:
    And after refreshing a few times it successfully loads and shows the blue crystal theme. see below:
    Which made me think about passing the theme in as part of the url using this parameter: &sap-theme=sap_bluecrystal
    This seems to fix the problem and it loads perfectly first time everytime now.
    However, is this a proper solution? Should you need to pass the theme through the URL, is it not defined within application ui5_ca_all_apv?
    I took a look at the code for the ui5_ca_all_apv where it supposedly sets the theme to sap_bluecrystal:
    // startup shell before UI5
      var oScript = sap.ca.common.uilib.bootstrap.createScriptTag("/sap/public/bc/ui2/shell-api/sap/ui2/shell/shell.js");
      oHead.appendChild(oScript);
      var bDebugMode = /sap-ui-debug=(true|x|X)/.test(window.location.search);
      //Check local storage (modified via UI5 technical info dialog)
    try { //Necessary for FF when Cookies are deactivated
            bDebugMode = bDebugMode || (window.localStorage.getItem("sap-ui-debug") == "X");
    } catch(e) {}
      var sUI5Url = "resources/sap-ui-core" + (bDebugMode ? "-dbg" : "") +  ".js";
      var oScript = sap.ca.common.uilib.bootstrap.createScriptTag(sUI5Url);
      oScript.id="sap-ui-bootstrap";
      var sUilibs = "sap.m, ";
      if (!sap.ca.common.uilib.bootstrap.applicationSettings.bNoSapMe){
      sUilibs = sUilibs + "sap.me, "
      sUilibs = sUilibs + "sap.ui.commons, sap.ca.common.uilib";
      oScript.setAttribute("data-sap-ui-libs", sUilibs);
      oScript.setAttribute("data-sap-ui-theme", "sap_bluecrystal");
      oScript.setAttribute("data-sap-ui-xx-bindingSyntax", "complex");
      oScript.setAttribute("data-sap-ui-oninit", "sap.ca.common.uilib.bootstrap.onUI5Init();");
      oHead.appendChild(oScript);
    Do you think this is a bug? Or should I just go with setting the theme as a URL parameter?
    Thanks for your help!
    Cheers,
    Brad

  • We could not complete your request. There was an error in the App Store. Please try again later. (13)

    We could not complete your request.
    There was an error in the App Store. Please try again later. (13)

    I am having a similar problem. I get one of two errors: "We could not complete your request. There was an error in the App Store. Please try again later. (null)" OR "We could not complete your purchase INSTALL_ERROR_DISTRIBUTION_SIGNED_BY_APPLE".
    I am having this trouble on a brand new MacBook Pro running OS X 10.7.1. My firewall is off and no virus software is installed.
    I can download and update apps on a different computer using OS X 10.6.8 just fine.
    Any other recommendations?

  • Error in RAR while approving request from CUP

    Dear GRC Gurus,
    I am getting error while approving request in CUP for RAR. Checked the related threads for this issue but still not getting any solution.
    Connectors are working fine. Also web service URL is maintained correctly and password for the same is working fine in backend.
    Error message is
    Risk analysis failed: Exception in getting the results from the web service : Service call exception; nested exception is: java.rmi.RemoteException:
    Pl help.
    Regards,
    Muskaan

    Hi ,
    You need to clarify what you are trying to do, type of request, timeout time, moment it fails...
    If you are referring to the RAR SOD web-service call from CUP, the timeout defined may be too short, problems on the web service/backend connectors configuration or performance/resources available. I advise you to see the SAP Notes below.
    Troubleshoot issues with risk analysis, see the SAP Notes 1136379, 1049058, 1145700, 1234807, 1085586, 1061088, 1003239, and 1166368.
    This is the most common issue between CUP and RAR when running the SOD analysis, and some times the only solution is to improve the performance of the server with more memory/processor.
    Regards,
    N

  • HT204266 Apple I Need Help  (We could not complete your request. There was an error in the App Store. Please try again later. (100)

    I Want To Download Paid Apps It Says (We could not complete your request. There was an error in the App Store. Please try again later. (100)
    What Should I Do Tell Me Please I Went To Youtube To Find Any Tutorial And Its All Just CRAP So Please Give Me A Solution
    Today Sunday 14 2013 I But To 10 doller Gift Cards And I wanted To Download Grand Theft Auto:San Andreas And It Said First Click OK to confirm that you are 17 or over. Your content will then begin downloading immediately. i Clicked Ok Then It Said
    (We could not complete your request. There was an error in the App Store. Please try again later. (100)
    Then It Said For assistance, contact iTunes Support at www.apple.com/support/itunes/ww/
    And I went To The Link and it Said Nothing About Error 100 Soo I Dont Now What To Do One Of The Tutorials Said That You Have To Agree To The Terms And Conditions Soo I Found The Terms And Conditions At Itunes The App That Comes Allready Installend On Your MacBook Pro At The Bottom Left And When I Clicked On It It Got Me To A Link To Your Website And The Terms And Conditions You Cant Agree Just Read Them ONLY You Cant Agree Soo Apple
                                                    PLEASE TELL ME 

    Error
    what is error code 1009?

  • I need help, i can't download free applications in App store. they answer me "your request cannot be processed Error code:1009". and after they said "we could not complete your request. There was an error in the App Store. Please try again later (nul

    i need help, i can't download free applications in App store. they answer me "your request cannot be processed Error code:1009".
    and after they said "we could not complete your request. There was an error in the App Store. Please try again later (null)".
    COMPUTER DETAILS: MacBook Pro 13-inch, Mid 2012 OS X Version 10.9.5; Processor 2,5GHz Intel Core i5; Memory 4 Go 1600 MHz DDR3.
    Thanks beforehand!!!

    Error
    what is error code 1009?

  • Has anyone a solution to two update having the following popup-"We could not complete your request.  There was an error in the App store.  Please try again later.?"  I've tried over 4 days without any change.

    Has anyone a solution to two update having the following popup-"We could not complete your request".  There was an error in the App store.  Please try again later.  I've tried over 4 days without any change.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • MP has rejected a policy request from GUID:27935EC8-95F1-4104-A613-E72D2A9764E0 because it was not approved. The operating system reported error 2147942405: Access is denied.

    Why Microsoft doesn't have correct fix to run automatically. How many years we need to cry with same error again n again?
    Does any one have correct solution which will fix permanently while running more than 4000 systems in our environment
    Manual stuff isn't easy. Pls provide permanent fix?
    MP has rejected a policy request from GUID:27935EC8-95F1-4104-A613-E72D2A9764E0 because it was not approved. The operating system reported error 2147942405: Access is denied. 

    This isn't a bug to fix. This is by design. Clients must be approved to be managed. Thus, only your configuration or expectations must be fixed. To correct your configuration, see the link Henrik posted. To correct your expectations, read the content linked
    by Henrik.
    Jason | http://blog.configmgrftw.com

  • Error in approving Request at Stage Security.

    HI All,
    error in approving request at stage security.Tried to paste system log but SDN site is not allowing to send the thread with the system log.
    I can send the brief error description,help me out from this error.
    application=XYZ,shortDesc=xyzzz,key=XYZ,description=XXXi,status=OPEN,selected=false,connector=true,riskAnalysisDone=false,cntClass=Production,applicationType=SAP,isProvisioned=false]]
    2008-09-09 13:26:33,
    getCustomFields(String reqNo) :   : ,list size=0

    Hi,
    Could you tell me which version and support pack you are using that will help, make sure the person who is responsible for security stage must have AE Security role assigned.
    Thanks,
    Tavi

  • The approval request I need to authorise iCloud keychain does not arrive on my new iPad. Ive tried using the authorisation code sent to my phone but an error appears saying it cannot connect to the cloud.

    I have a new iPad. I cannot get an approval notification to appear on the iPad to set it up after turning it on on Yosemite. Ive tried the approval code but that generates an error saying it can't connect to the cloud.

    Ok, I have to say I was really impressed by the effort. Nokia Support (in The Philippines) called me 4 times over the last 2 days to help with my phone.
    Here is there responses have put them in order of my questions.
    1. I am to reinstall the operating system on the phone. They said that this is the most likely (but not confirmed) fix to the SIM card problem (although they would not confirm it was a problem with the phone).
    2. No answer because we did not get that far.
    3. To setup a gmail IMAP account you MUST us Nokia messaging. Period. Since I have security concerns, that is out of the question.
    4. This is the big one that stopped it. The Nokia N8 is a Class B cell phone meaning that you cannot use data and voice at the same time. They told me that all Nokia phones were Class B, but I told them my E71 is not. After research, I found that the E71 and E72 is Class A (Can do voice and data at the same time) and that the N8 is Class B. Here is an article explaining the difference. This was a deal breaker. I cannot access the internet while I am on a call. Reminds me of a dial up modem.
    5. Reinstall the software and it might fix it.
    6. No answer.
    7. Use Nokia Messaging.
    8. Reinstall the software and it might fix it.
    So, I am sending the phone back because I cannot use it. I cannot imagine a smart phone on the market that cannot do internet and voice at the same time.
    Too bad.The N8 is a terrific camera and you should buy it for that, but look elsewhere for a smartphone.
    Thanks to all that read and helped.
    Don

  • Unable to run extended Approve Requests Application from Launchpad

    We are implementing the approve request application for custom workflows and we have set up our eclipse environment and made the necessary changes to run our application locally in the Fiori Sandbox provided as part of the UI5 toolkit. We have extended the application by creating an extension project and fiori extensions in this extension project.
    We are able to run this extended application also in the Sandbox and test it there.
    When we upload the extended application to the ABAP server and change the URL in the Launchpad transaction LPD_CUST to point to the extended application we are getting an error.
    I suspect it is related to how we have set up our component.js file for the extended application  since it is responsible for merging the extended application with the parent one at runtime and displaying the extended application.
    The error I am getting in the console is
    Error - found in negative cache: 'cross/fnd/approve/requests/Component.js' from /sap/bc/ui5_ui5/sap/yca_all_apve/Component.js: TypeError: Cannot call method 'extend' of undefined  core.js:78
    u core.js:78
    error core.js:78
    sap.ui.controller.openApp core.js:663
    sap.ui.core.EventBus.publish core.js:307
    sap.ui.controller.openSomething core.js:663
    f3 core.js:55
    n core.js:55
    o.fireWith core.js:55
    o.fire core.js:55
    (anonymous function) ushell-preload.js:45
    (anonymous function) core.js:439
    n9
    Has anyone run into similar error and found a resolution?
    Regards
    Puneet

    I'm sorry I can't help, but you might be better of posting this in the Reports forum at Reports

Maybe you are looking for

  • Your hard disk does not have enough space.

    On running software update I am presented with this error message. Get info on the HD however says that I have 611.3 MB free. Any thoughts? OS X 10.6.2 on a 2GHz iMac

  • Creation of new T.Code for customization update

    Dear All, As per standard SAP, the below given configuration need to maintain directly in production system (not through transport). SPRO - > Logistics - General ---> Tax on Goods Movements ---> India ---> Master Data ---> Assign Users to Material Ma

  • Replacement TC Power Cable part number

    We are moving to the USA and need to get replacement power cables for our Mac equipment. Is there a part number available for the Time Capsule US power cord please? Thanks

  • IPod and Volvos

    Some time ago I purchased an iPod adapter for my Volvo (2006 xc70). This is a relatively expensive (i.e. more than the iPod itself) cable assembly that connects the iPod to the car stereo system. It works with some limitations and I am happy with it.

  • University 1 year subscription

    My University offered a deal where we payed £50 for the Creative Suite for a 1 year subscription, however Creative Cloud is saying I'm going through the trial period and the majority of the programs have expired their trials even though I payed and r