Approver request gets to approver but not seen in approver work inbox AC10

Hello Gurus,
I have a problem that has been frustrating me for some two days now.
I am trying to create a user request using the standard workflow in AC 10.0.
I have the manager account setup and assigned to the user i am trying to create.
The role i am assigning to the user has an approver assigned to it.
I have 2 stages defined - GRAC_MANAGER (Agent ID - GRAC_MANAGER | Aprover type - Anyone Approver) and GRAC_ROLEOWNER (Agent ID - GRAC_ROLEOWNER | Aprover type - Anyone Approver).
I don't have any notification settings defined anyway. (Do I need to define any notification anyway if I am using the default settings)
When I go to the audit log of the created request in the search request environment, it tells me that it is "pending for approval at the path GRAC_DEFAULT_PATH stage GRAC_MANAGER Approver ID: Managerapp" [where Managerapp is my Manager defined as approver].
My issue now is that when I go to the inbox of the manager, i cannot see any request pending for approval there. So where is it?
Please help me out as I am stucked.
Thanks

Hi,
The root cause of the issue are two configuration item in your SPRO workflow configuration which normally is done in your post installation operation.
1. Perform Automatic Workflow Configuration.
2. Perform task specific customization.
For debugging your workflow in MSMP kindly use below link:
"http://faq:port/sap/bc/webdynpro/sap/grfnmwmsmpmon?sap-system-login-basic_auth=X&sap-client=100&sap-language=EN"
Regards,
Prasad
Edited by: Prasad Chaudhari on Oct 21, 2011 4:44 AM

Similar Messages

  • 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;

  • Hi everyone, I have LR 5 that I purchased with a serial number and about a week ago I got the message about a new update, I want to get LR 6 but not the creative cloud, last time from LR4 to LR5 there was just an update without buying the creative cloud,

    Hi everyone, I have LR 5 that I purchased with a serial number and about a week ago I got the message about a new update, I want to get LR 6 but not the creative cloud, last time from LR4 to LR5 there was just an update without buying the creative cloud, is that possible from LR5 to LR6? Thanks so much.

    Welcome to Apple Discussions!
    You can't install 9.2.1 or earlier on any Mac that is only Mac OS X bootable. In fact you need to use the restore disks which came with those Macs to install 9.2.2 on those Macs. 8.6 is only possible to install on Macs which came with 8.6 or earlier. The 9.1 disk may be useful for your 1999 PowerMac G4, but won't be of any use for a 2006 Powerbook G4.
    Adobe Pagemill does not follow w3.org web publishing standards. If you want a webpage editor, get http://www.barebones.com/ BBEdit
    MS Office, there is a free Mac OS X alternative in http://www.neooffice.org/
    Or you can upgrade to the full Office 2004 for the Mac, or get http://www.thinkfree.com/ or Open OS X Office.
    Wordperfect files can be converted to Word files with http://www.dataviz.com/ 's Maclinkplus.
    Microsoft no longer has Internet Explorer for download (that quit being offered January 2006), though that is covered more in my FAQ:
    http://www.macmaps.com/browser.html
    As for other Mac OS X inquiries, I strongly recommend seeing my other FAQ:
    http://www.macmaps.com/macosxnative.html
    which should answer most of your other questions. If you have further questions, please feel free to ask me.
    Disclaimer: Reference to links I make to my Macmaps.com website are a for your information only type reference. I do not get any profit from this page, and it is open to the public.

  • How do I import a playlist on home sharing?  I get the songs, but not packaged in the playlist from which it was imported.

    How do I import a playlist on home sharing?  I get the songs, but not packaged in the playlist from which they were imported. Now I have duplicate songs in my music library.

    You can't import media from one Home Sharing library to another by any other means except selecting the individual items you want to import. For example, you can't select a playlist and then click on the 'Import' button to import all the items in that playlist. You have to select all the items in the playlist before you can click on the 'Import' button. By extension, the playlist on the other Home Sharing computer will not be re-created on your computer. You can select more than one item using the 'Shift' or 'Command' keys.
    What you can do is create a playlist on your computer first, with the same name if you want, and then use drag and drop to copy the media from the remote playlist to your playlist. Note that the playlist on your computer cannot be a 'Smart' playlist it must be a regular playlist for drag and drop copying to work.
    Regarding 'Smart' playlists. If you create a 'Smart' playlist on your computer that uses the exact same filtres as the ones on the remote library when you import the media from the remote library they will show up in the same 'Smart' playlist on your computer.

  • I am trying to create my Apple ID, but not receiving the verification link from Apple,. I get the email but NOT the link,. any suggestions

    I am trying to create my Apple ID, but not receiving the verification link from Apple,. I get the email but NOT the link,. I have triple checked my email address and all Apple account info, all of which are correct. Any suggestions?

    Where are you trying to create it?
    Go to appleid.apple.com and create it there.   Type the country name in the space and a dropdown should appear. Nigeria is clearly available there.

  • How could i get other themes  but not in keynote, How could i get other themes  but not in keynote

    How could i get other themes  but not in keynote???!!!

    Create them yourself, specific, simple, easy and free.

  • HT1349 Why doesn't the video open on the iTunes turorials? I get the voice, but not the video.

    I open iTunes tutorials but the video doesn't open. I get the voice, but not the video.

    HP, eh? Me too. I wonder if everyone having this sort of problem is running a new HP Vista machine?
    This has been going on for some time. Why don't you see this thread
    http://discussions.apple.com/thread.jspa?threadID=950652&tstart=0
    and post your machine info there? Maybe if enough people with this problem post their machine info it could help lead to a solution.
    HP Pavilion Entertainment PC   Other OS   Vista

  • I added a new email to my iPad , i am getting the emails, but not able to send , i keep getting a message that i am not connected to the server?

    i added a new email address to my iPad, i am getting the mail but not being allowed to send , i keep getting a message that i am not connected to the server

    Jo Elyn
    Your question has ended up in a relatively low traffic forum, Using ASC (How to use this website). I have asked our gracous Hosts to move it to Using iPad where it may get a more rapid and targeted response
    best luck
    ÇÇÇ

  • Last night I tried to Sync my Iphone 3GS because I had a lot of new music only to lose all my contacts and my new music. Also lost a lot of pictures. Was able to get some back but not the new stuff and no contacts. What should I do next?

    Last night I tried to sync my Iphone 3GS to my laptap because I had a lot of new music.  What happened was, at first I lost all my music, photos, and all my contacts (all phone numbers).  I was able to retrieve some music, not the new ones, some photos but not all, and none of my contacts.  What did I do wrong and how do I get my songs/contacts/photos back.

    Correct. When you update via iTunes all synced media that is not in your iTunes library will be lost.
    As IO said before:
    You can redownload most iTunes pruchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    I do not think it included audio books.

  • When I open Firefox I get a message that says I am working offline. I have tried reinstalling, but no help. Other acounts on this computer can get to Firefox, but not me. What's wrong?

    I upgraded to the newest version of Firefox yesterday. But now I cannot get online with Firefox. I can check my e-mail and browse the web on Internet Explorer, but not Firefox. I get a message that says Firefox is working offline. I uninstalled and reinstalled Firefox, but that did not help. I restored my computer to Sunday's settings, but that did not help.

    I have tried everything I could to fix this, but some things require actually being on Firefox, and since I cannot get on, I cannot click on the tabs to do it. I have even totally uninstalled firefox, and that has not fixed this. I still get the same message that firefox is running and I need to close it or restart (which I have also tried dozens of times). I have removed things like Java, and that has not helped either. If I cannot even get on line in firefox, how can I fix this. I am not crazy about using internet explorer, but right now, it is my only option. I even tried to start in safe mode, and the same message box pops up!

  • I am trying to move my  albums  with the pictures to a flash drive but I get the pictures but not in the album.

    How can I move my albums, including the title of the album , with the pictures to a flash drive. Every thing I try I only get the pictures but they are not in the album.

    Create a folder on the Desktop with the ablum name.  Then export the contents of your iPHoto album into that folder.  Drag the folder  onto the flash drive.
    OT

  • Is it possible for me to change the email I get notifications from but not my Apple ID?

    My Apple ID and primary email address are the same one. I tried changing it but that meant changing my Apple ID, and I don't want to do that. Basically I want to keep my Apple ID the same, but I want the email that's currently my Alternate Email to be my primary email. But not my Apple ID. Does that make sense? Can I do that???
    Thanks!!!

    Logon here.  Resulting screen allows you to change things.
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/directToSignIn?loc alang=en_US
    You may have to get a third email address to swap around your email addresses. Try goggle. 

  • Request for WhozCalling App but not WhozCalling Social

    Dear Support Team,
    Could anybody please  help me with a link that I can use to download and install "WhozCalling App"  on my Black Berry Q10? What I need is WhozCalling App but not WhozCalling Social. Attached also is the logo sign of WhozCalling App that I want install on my BB Q10. 
    WhozCalling the new popular App. Is a cross-platform mobile App, which allows me to effectively monitor my incoming calls and SMS, by knowing any caller's ID even I have not saved in my contact list. http://www.whozcalling.net/styles/images/icon-app.png
    Thankv you.
    Umar

    try to reset the Object Cache setting(super user and super reader).Becuase i am seeing Access Denied error may be due to improper configuration of Object cache.Make sure claim identifier mentioned when you run powershell(if its claim based web app)http://technet.microsoft.com/en-us/library/ff758656.aspx
    2nd i would try to use Fiddler and see at which point its getting access denied
    do you have any content type which you create in this site?
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Gets a created but not inserted row passivated?

    Hi,
    I'm facing a problem concerning that a VO looses its created but not inserted row after passivateState --> activateState.
    The result is that the VO has another row a current row after activateState.
    Any comments?
    Is there a solution? Implement passivateState() and activateState() for that VO Class?
    Configuation problem?
    Thanks,
    Markus

    Hi Steve,
    sorry, I tried, but I can' t reproduce the problem with a sample application. This means that a created (yes, build-in operation) but not inserted row gets passivated and activated!
    There is something fishy with my application because I can't set the state token validation to false. When it is set to false than the new row don't get passivated and activated. :-(
    Thanks,
    Markus

  • Seen but not seen

    Network available but can't be found in Assistant or Admin Utility.
    My network went down and I had to reset the router at which point it came back up, however neither Assistant or Admin Utility can find it.
    Currently the network is seen and operation on all the computers via Internet Connect.
    I reinstalled Airport Extreme from the CD, version 4.2, however there has been no change. Software update indicates that I'm running the latest version.
    I have a recent backup from Airport Admin which I can open but I can't do anything with it other than look at it, meaning that the import option is greyed out in the Airport Admin window.
    Because the router can't be found even after rescanning I can punch "OTHER" and put in the working network's password and hence can access settings. I can do a minor change like select another channel and then hit "Update" which seems to do an update however the Base station is still not found in Admin. It is found in Airport Setup Assistant which says" The Airport Setup Assistant has found an Airport Base Station ( the current operating one) and asks me to proceed, I click continue and nothing happens.
    I've repaired permissions with no result, I've verified Disk, again without showing errors or solving the problem.

    Solved, but not in the way I would have hoped.
    I run another computer out in the studio, essentially this is was a clone, though it has sort of gone off on it's own way, however it does have access to the Base Station.
    From that machine my Base station was properly recognized and from there I updated the base station thru the Airport Setup Assistant. It is now recognized in both the Airport Utility and the Airport Setup Assistant.
    So, it's fixed, but for the benefit of others who are not so fortunate to have a running clone hanging around I'd like to know what is going on.
    I should add that I have a backup clone connected to the main machine. This should have had an full system from a couple of days ago. When I booted off that clone, before I solved the problem, the problem was still there. I'm trying to figure out what that means. I assume that perhaps it is a hardware problem with the internal airport card which would cause the clone to also lose the base station?

Maybe you are looking for

  • Itunes error message - the itunes library.itl file cannot be found or created

    My itunes was working yesterday but today when i open it i get an error message saying "the itunes library.itl file cannot be found or created. the default location for this file in in the itunes folder in the music folder." I have tried to reinstall

  • Styling XML with XSLT Problem with javax.xml.transform???

    I have been trying to make a transformation and seem to be having a problem in that javax.xml.transform can not be found while using jdk1.3....If I use jdk1.4, there is no problem.... Does anyone know how I can get things to work using jdk1.3??? (Des

  • Help on Generic Plugable module

    Hi to all I am going to create a generic plugable module for swing application. My project is a xml editor that create jtree from xml files and now i want some nodes on jtree that are part of generic plugable module, if i remove this module then my e

  • Colon in attribute name

    I have the following xml stored in an xmltype <?xml version="1.0" encoding="UTF-8" ?> <Items xsi:noNamespaceSchemaLocation="Items.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:abc="urn:aa:bb:cc:abc:v2"> <Item id="164"> < ItemAttrib

  • Itunes Radio on Iphone 4s Stops Playing

    Everytime I go into Itunes radio on my 4s it randomly stop playing. I would be in the middle of a song and it would stop, but when I hit the play button to continue the song there is no sound, sometimes I have to continuously hit the play button for