Add reviewer/add approver for n-level workflow not working...

Hi, We are using SRM 3.0/EBP 4.0 system and are using the "N-level approval of shopping cart" workflow. We recently upgraded to support pack 11. Before the upgrade we were able to add approvers and reviewers. However after implementing the support pack , when we are trying to add a approver or a reviewer , we are getting the error " NO POSSIBLE PROCESSOR FOUND FOR APPROVAL TASK. INFORM SYSTEM ADMIN"
Please help me figure this out .
Sincerely,
Isaac

Hello,
Check this post : Re: SRM 5.0 Approval WF fragment has no user assignment
It applies to another release but problem is similar.
Rgds,
Pierre

Similar Messages

  • Approver for the application role not working out

    Hi,
    I have created a role with type application and Approver A, then created a business role with the Approver B and included application role into the business role.
    When i assign this business role to a user the only request for approval goes to Approver B and after approval the both application and business roles are assigned. Strangely it seem to skip the Approver A. I did even remove the approver in business role, leaving only approver in application role, still same result - it skips Approver A.
    I'm using IDM 8.0.0.1, any ideas why it would skip the approver in the included role?
    Thanks!

    Thanks for the quick reply. I've tried optional with approval and here is what I found.
    It seems I need a combination of the two. My end goal is to have a second level approval, one group would be responsible for approving the business role and the system owners would be responsible for approving the nested application roles. When a user requests the business role, they must have approvals for the business role and all of the nested application roles for their request to be completed.
    If the app. roles are required, the workflow automatically incorporate the nested appl. roles in the request but does not require approval for them. If they are conditional with approval, the user would have to submit a second request to get all of the nested application roles. It looks like I need a combination of the two, required with approval.
    I need it to behave like it does when you have a role with approver that includes resources with an approver. The role and resources must all be approved before the request can be completed successfully.
    I'm trying to see if this is possible through the GUI before I customize the workflow.

  • Criteria to be taken for N level workflow

    I am new to workflow.
    I am trying to activate n-level workflow.The criterias which I have taken is Role and the amount.
    Can I take any other critria like purchase organization,material group,location for n level workflow.
    Also please let me know which all criterais other than this can be taken into consideration for N- level workflow

    Hi
    Refer to the following links for configuring N-Level Approval Workflow.
    <u>Setting Up SAP Business Workflow</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/2c/e68d406b305537e10000000a1550b0/frameset.htm
    <u>Creating the Organizational Plan</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/2c/e68d406b305537e10000000a1550b0/frameset.htm
    <u>Regenerating Role Profiles</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/2c/e68d406b305537e10000000a1550b0/frameset.htm
    <u>Item-Based Approval of Shopping Carts</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/a3/a6a34098022a54e10000000a1550b0/frameset.htm
    <u>Strategic Sourcing</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/6d/0f343e47fd6b2ee10000000a114084/frameset.htm
    <u>If the workflow is not working as expected, see SAP Note 322526 Analysis for workflow problems.</u>
    <b>Also you can use N-level Approver BADI- BBP_WFL_APPROV_BADI using SE18 to determine you own logic by coding your conditions.</b>
    Let me know incase you face any issues.
    Regards
    - Atul

  • Row Level Security not working for SAP R/3

    Hi Guys
    We have an environment where the details are as mentioned below:
    1. Crystal Reports are created using Open SQL driver to extract data from SAP R/3 using the SAP Integration Kit.
    2. The SAP roles are imported in Business Objects CMC.
    3. Crystal Reports are published on the Enterprise as well.
    3. Authorization objects are created in SAP R/3 and added as required for the row level security as mentioned in the SAP Installation guide as well. The aim is when the user logs into the Infoview and refreshes the report he should only see data that he is meant to so through the authorization objects.The data security works very much fine when the reports are designed directly on the table but when the reports are built on the Business View it doesnt work hence the user is able to see all data.
    Any help in this issue is greatly appreciated.
    Thanks and Regards
    Kamal

    Hi,
    In order for row level security to work for you using the OpenSql driver, you need to configure the Security Definition Editor on your SAP server.  This is a server side tool which the Integration solution for SAP offers as a transport.
    This tool defined which tables are to be restricted based on authorizations.
    However since you are seeing the issue on reports based on Business Views, you need to identify whether the Business View is configured in such a way where the user refreshing the report is based on the user logging into Infoview.  If the connection to your SAP server is always established with the same user when BV is used then you security definition is pointless.
    You can confirm this by tracing your SAP server to identify what user is being used to logon to SAP to refresh the reports.
    thanks
    Mike

  • Prgrmatic viewlink setting for hgrid is working for one level and not remai

    Hi All,
    I have create 2 VO objects dynamicaly and created 2 VL's dynamically .I have a static HGrid.and iam setting viewlinks dynamically.It is working for 1 level but not another leve..For Example.. Grid id displaying projects to Tasks but not tasks to subtasks.
    here is my code
    public void createViewLink(){
    OADBTransaction dbTransaction=getOADBTransaction();
    OAViewObject obj = (OAViewObject)this.findViewObject("TestProjects1VO1");
    OAViewObject obj1 = (OAViewObject)this.findViewObject("TestTasks1VO1");
    AttributeDef[] prjLinkAttrs = new AttributeDef[] { obj.findAttributeDef("ProjectId") };
    AttributeDef[] taskLinkAttrs = new AttributeDef[] { obj1.findAttributeDef("ProjectId") };
    ViewLink vl = createViewLinkBetweenViewObjects("TestPrjToTestTasksVL","TestPrjToTasksAcc",
    obj,prjLinkAttrs,obj1,taskLinkAttrs,null);
    //OAViewObject obj3 = (OAViewObject)this.findViewObject("TestTasks1VO1");
    OAViewObject obj2 = (OAViewObject)this.findViewObject("TestRecTasks1VO1");
    AttributeDef[] taskAttrs = new AttributeDef[] { obj1.findAttributeDef("TaskId") };
    AttributeDef[] parentTaskAttrs = new AttributeDef[] { obj2.findAttributeDef("ParentTaskId") };
    ViewLink vl1 = createViewLinkBetweenViewObjects("TaskToTestTasksVL","TaskToTasksAcc",
    obj1,taskAttrs,obj2,parentTaskAttrs,null);
    OAHGridBean hgrid=(OAHGridBean)webBean.findChildRecursive("HGridRN");
    OAHGridHierarchyBean hgridHierarchy = (OAHGridHierarchyBean)hgrid.findChildRecursive("TreeRN");
    OATreeLevelBean treeChild = (OATreeLevelBean)hgridHierarchy.findChildRecursive("TreeRN");
    OAWebBean nodeDef1 = (OAWebBean)treeChild.findChildRecursive("nodeDef1");
    nodeDef1.setViewUsageName("TestProjects1VO1");
    nodeDef1.setViewAttributeName("ProjectName");
    OATreeChildBean childNode1 = (OATreeChildBean)treeChild.findChildRecursive("childNode1");
    childNode1.setAttributeValue(VIEW_LINK_NAME,"TestPrjToTestTasksVL");
    childNode1.setAttributeValue(VL_ACCESSOR_NAME_ATTR,"TestPrjToTasksAcc");
    OAWebBean nodeDef2 = (OAWebBean)childNode1.findIndexedChild(childNode1,"nodeDef2");
    nodeDef2.setAttributeValue(VIEW_USAGE_NAME, "TestTasks1VO1");
    nodeDef2.setAttributeValue(VIEW_ATTRIBUTE_NAME,"TaskName");
    %%%%%%%%%%%%%%%Till Here grid is getting data%%%%%%%%%%%%
    This node is not getting data............i.e sub tasks are not getting data
    OATreeChildBean childNode2 = (OATreeChildBean)childNode1.findIndexedChildRecursive("childNode2");
    childNode2.setAttributeValue(VIEW_LINK_NAME,"TaskToTestTasksVL1");
    childNode2.setAttributeValue(VL_ACCESSOR_NAME_ATTR,"TaskToTasksAcc");
    OAWebBean nodeDef3 = (OAWebBean)childNode2.findIndexedChild(childNode2,"nodeDef3");
    nodeDef3.setAttributeValue(VIEW_USAGE_NAME, "TestRecTasks1VO1");
    nodeDef3.setAttributeValue(VIEW_ATTRIBUTE_NAME,"TaskName");
    Please help me .. ihave spent my whole daya on this issue.
    Thanks
    Soujanya

    Sure Sumit.
    OADBTransaction dbTransaction=getOADBTransaction();
    OAViewObject obj = (OAViewObject)this.findViewObject("TestProjects1VO1");
    OAViewObject obj1 = (OAViewObject)this.findViewObject("TestTasks1VO1");
    OAViewObject obj2 = (OAViewObject)this.findViewObject("TestRecTasks1VO1");
    // OAViewObject obj3 = (OAViewObject)this.findViewObject("RecTasks1VO1");
    AttributeDef[] prjLinkAttrs = new AttributeDef[] { obj.findAttributeDef("ProjectId") };
    AttributeDef[] taskLinkAttrs = new AttributeDef[] { obj1.findAttributeDef("ProjectId") };
    ViewLink vl = createViewLinkBetweenViewObjects("TestPrjToTestTasksVL","TestPrjToTasksAcc",
    obj,prjLinkAttrs,obj1,taskLinkAttrs,null);
    AttributeDef[] taskAttrs = new AttributeDef[] { obj1.findAttributeDef("TaskId") };
    AttributeDef[] parentTaskAttrs = new AttributeDef[] { obj2.findAttributeDef("ParentTaskId") };
    *************This cide was missing ...********************************
    /* Retrieve the first row of the master rowset */
    Row firstDept = obj.first();
    /* Get iterator over details collection via the view link accessor attribute */
    RowSetIterator empsInDeptRowSet = (RowSetIterator)firstDept.getAttribute("TestPrjToTasksAcc");
    /* Get view object created by the framework to handle view link traversal */
    ViewObject viewObjectForAccessorRowSet = empsInDeptRowSet.getRowSet().getViewObject();
    /* Now, create the 2nd-level detail between this view object, and reports */
    *************This cide was missing ...********************************
    ViewLink vl1 = createViewLinkBetweenViewObjects("TaskToTestTasksVL","TaskToTasksAcc",
    viewObjectForAccessorRowSet ,taskAttrs,obj2,parentTaskAttrs,null);
    I the above vl1 i gave obj1 before .. that was the difference...BAsically using the accessor ... if we give as source for next levevl .. it worked.
    Both ViewLinks were separate and now there is a link ............ :)
    Now iam facing problem for recursion ......... :)
    Soujanya

  • Logfile monitoring for MSSQL ERRORLOG does not work with sapccmsr

    Hi
    We are running MSSQL2005 and wants to monitor the ERRORLOG for certain patterns, using the logfile monitoring feature of SAPCCMSR.
    We are using logfile monitoring with sapccmsr for a lot of other logfiles without problems, but for ERRORLOG is does not work!
    To be more precise: The agent does not report alerts for the text patterns specified. The agent runs fine and in RZ20 we can see that the logfile are checked every minute (but without finding the patterns).
    The strange thing is that:
    - It works for all other logfiles
    - If we do a "type ERRORLOG >> <new file>" and runs the same monitoring on this "copy" of the ERRORLOG then it works
    Any ideas?
    Best regards
    Tom Bo

    Hi,
    Please look at SAP note 1013331 https://service.sap.com/sap/support/notes/1013331.
    In special the changes after patch collection 2007/5.
    Practical you have to use a unicode CCMS Agent to monitor the ERRORLOG file of SQL2005, and add the "ENCODING=UTF-16" parameter in the template file....
    hope this helps..
    Regards
    Rolf

  • Item level security not working when placed in a portlet page

    I have three page links linking to separate pages and have two of them with item level security turned on for specific groups with view privilges. I have the access for those groups with view privilges in the page level as well. I have published that as portlet and placed the portlet in another page which has view priviliges for the groups specified in item level as well.
    But I notice that when i place the portlet in a page, the item level security is not working.
    Item Level Security Not Working for Items Placed on a page and published as portlet and placed in another page. Is there some work around for this.
    Thanks
    Valli

    Would you please clarify for me? Is the problem that unauthorized people can see the portlet, or that unauthorized people can see the links?

  • What can I do for the following situation: I think my insert slot for the headphones does not work; when I put in any cable that should and can go in all I hear is low frequent static sounds.

    What can I do for the following situation: I think my insert slot for the headphones does not work; when I put in any cable that should and can go in all I hear is low frequent static sounds.

    You might try talking to the Apple store manager and see if you don't get more help...you might also contact Apple.com/support and see if they can give you a contact with the Apple Italy offices.
    Sounds like you have two levels of failure, the first shop that did the repair and broke a wire, and the second that has disabled something else and isn't helping.
    Apple officially refurbished equipment is usually good quality.  Surprising this has happened but you need to press on with complaints and try for resolution.

  • HT1947 Remote for ipad landscape orientation not working in ios 7

    Remote for ipad landscape orientation not working in ios 7

    See this thread: remote app rotation locked in portrait orientation after iOS 7 upgrade
    It is a discussion only - no helpful hints.  Appears to be a bug for sure.

  • My dvd slot for imac10,1 does not work. It rejects the disc. Problem after reinstall of backup from hdd.

    My dvd slot for imac10,1 does not work. I had a new harddrive installed in November and the MacStore installed my backups from an external harddrive. I do not use it other than to upload programs, so I have not tried using it until tax season, but it rejects the disc. The ata file indicates no dvd firmware, but the serial-ata does indicate firmware for a dvdrw. What might I do about this to bring the dvd back, least expensive to most?

    Yesterday I started having the same problem. Can read disc (play movies and music) but blank disk are ejected or idvd cannot see the blank disk. I have a almost 12 month old 27" i7 imac.

  • I want to reset my ipod touch 4th gen but i have forgotten the restrictions passcode and for some reason its not working on my laptop on itunes and the restore thing wont work! any help?

    I want to reset my ipod touch 4th gen but i have forgotten the restrictions passcode and for some reason its not working on my laptop on itunes and the restore thing wont work! any help?

    Make sure you have the Current Version of iTunes Installed on your computer
    iTunes free download from www.itunes.com/download
    Then See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    After you have Recovered your Device...Re-Sync your Content
    Note:
    To remove a forgotten Restrictions passcode you will need to  Restore the Device as New...
    OR... From a Backup created Before the Restrictions Code was set....

  • Auto To working for one material and not working for other material

    Hi,
    Hope everybody is doing fine.
    I have configured the auto TO. Its working fine for one material and not working for the other material. I checked the material master and wm 1,2 views have the same fileds / values. What could be wrong?
    I didn't setup the back ground processing job. Is that is affecting it?
    thanks for any help.
    regrads,
    KHAN

    Thnaks,
    You are right but then what could be wrong? Its working for one material and not working for otehr material? Any clue?
    Appreciate your time charlie

  • My new Dell PC running Windows 8 does not recognize my iPad or iPhone. Worked OK for iPhone for months but would not work for new iPad.  I removed /relaoded iTunes and now it won't recognize either iPad or iPhone.

    My new Dell PC running Windows 8 does not recognize my iPad or iPhone. Worked OK for iPhone for months but would not work for new iPad.  I removed /relaoded iTunes and now it won't recognize either iPad or iPhone. Got any suggestions?

    Hi there Lizabethfromaz,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    -Griff W. 

  • Link for territory mgmt is not working

    Hi All,
    We have territory management configured for three custom attributes.
    Link for territory management is not working for territory assignment block on account overview screen.
    Any hint how we can solve this issue?
    Thanks and Regards,
    Gauri.

    How are you resetting the password?
    Resetting User Password in Lion, Mountain Lion & Mavericks
    Boot into your Recovery Partition by hold down the Command and R keys whilst booting.
    When the Recovery screen appears, go to the Utilities menu and open Terminal.
    In Terminal, type:
    resetpassword
    ...a small app will open and allow you to choose the user for whom you want to change the password. If you are the admin, be certain that you choose your admin user. Type in your new password twice and give yourself a good hint. Click OK (or Done or whatever) and reboot, enjoying the use of your new, hopefully memorable, password.
    Good luck,
    Clinton

  • Can't get to settings to turn on wifi because "sign in to icloud" pops up and asks for pw which does not work because i can't get to wifi  ?p

    can't get to settings to turn on wifi because "sign in to icloud" pops up and asks for pw which does not work because i can't get to wifi  ?

    The problem is I cannot turn on wireless setting.  The "sign in to icloud  -- enter appleid password" popup will not go away. when i enter the pw and click ok, the same balloon pops up again.  If I click "cancel" it pops again. Since I am not on the internet (because I cannot turn the ipad wireless on) the sign in to icloud obviously will not work.  Vicious circle.

Maybe you are looking for