Escalation of unanswered requests in workflow

Hello friends,
As I can add a timer to a workflow that can be scaled if the request is not met in a given time.
This on an environment of Oracle Identity Manager 9.1.0.2
thanks

Once entered the time in milliseconds in the attribute escalation of the definition of the type approval process, if the application was not approved or rejected by the approver for this task should be escalated to the next approver defined. My question is how do I tell the task to scale the application and notify the appropriate approver to approve the request.
Thanks for the support...
Edited by: JLK on Jun 5, 2012 10:00 AM
Edited by: JLK on Jun 6, 2012 10:48 AM

Similar Messages

  • Ad hoc approval request in workflow

    Hi experts,
    Ad hoc approval request in workflow ,user should  forward work item multiple times for different users . Ad hoc approval multiple times to the same or different employees. Could you please provide me steps by steps how I need to create ad hoc .

    Hello Ganesh !
                    Hope you want to define ad hoc agent agent assignment.
                   If so, choose the activity step(the task's work item that you want to send)  in workflow  and from the menu take path :  Extras -> Ad_hoc functions -> Enable the Adhoc Agent Assignment.
                   In expression part , now you can find &Agent_0001.Agents& have automatically appeared.The one who want to start the workflow,can mention the SAP logon id of the agents to whom the work items needs to be sent.
    Regards,
    S.Suresh

  • ESS Leave Request - Set Workflow status to Completed

    Hi,
    We are on ECC 5.0 and we are using ESS to process Leave Requests. We have a custom Workflow based on the standard Workflow template WS12300111 for approval of Leave Requests.
    Whenever an employee creates a Leave Request via ESS the Workflow is started. When the employee deletes the request the Workflow has to be stopped/completed. For this we have put a Wait for Event step in a parallel branch to the Approval Process. In the Wait for Event step we wait till a condition ( Request.status = DELETED ) is met.
    But when an employee deletes a Leave Request the request is deleted from the list but it gives a message as "Specify a class name".
    Can anybody please help us on this( how to complete the workflow whenever the Request is deleted ) and let us know what is the procedure to do this.
    Thanks in advance.
    Regards
    Immanuel

    Hi Prashanth
    Thanks for your quick reply. But that would not solve my problem. My Workflow looks something like this
                               WF-started by entries in configuration tables
                             Some activity in background
                         A fork with 2 parallel processes
                        Approval     Wait for an exception condition using Wait for event step
                          process          (wait till an attribute of a object has a specific value)
                              Workflow completed
    The wait step waits for the status of the object to change to DELETED.  The Workflow should get completed either if the Approval process is over or the condition specified in the Wait step is satisfied.
    But in the case of ESS Leave Request this doesn't work. Is there anything that we need to do to set the status of the Workflow to Completed if the Leave Request is deleted.
    Thanks
    Immanuel

  • Escalation for approved request

    Hello colleagues!
    I've found interesting behaviour of my workflow. My path contains three stages: GRAC_MANAGER, ZLICENSE_CHECK and ZROLE_APPROVE. For the last I made escalation after 10mins to ZSELECT_ALTERNATIVE_OWNER.
    If I confirm request on the last stage it is closed. But after 10 mins the request raises again on ZSELECT_ALTERNATIVE_OWNER. Why does it happen? I though that if request was closed all other operations for it would be closed.
    How to resolve this issue?
    SAP_BASIS    702    0014    SAPKB70214    SAP Basis Component
    SAP_ABA    702    0014    SAPKA70214    Cross-Application Component
    PI_BASIS    702    0014    SAPK-70214INPIBASIS    Basis Plug-In
    ST-PI    2008_1_700    0009    SAPKITLRD9    SAP Solution Tools Plug-In
    SAP_BW    702    0014    SAPKW70214    SAP Business Warehouse
    GRCFND_A    V1000    0013    SAPK-V1013INGRCFNDA    GRC Foundation ABAP
    ST-A/PI    01Q_700    0002    SAPKITAB7L    Servicetools for other App./Netweaver 04
    Regards,
    Artem

    I mean that in one blogs or discussion was recommended to use the same Function for alternative agent as you use for the main, but with different decision table. For exapmle, if you have functional area BW and Appprover 1, so for alternative function decision table will be looking as BW = Approver2. When Alternative agent will be at work it will be looking for every lineitem, but not for unapproved only.
    Example,
    Main agent
    BW=Approver1
    BS=Approver2
    Alternative agent
    BW=Approver3
    BS=Approver4
    Runtime:
    BW=Approver1 approved
    BS=Approver2 was not approved in maintained time.
    Escalation
    BW=Approver3 will be approve all roles with BW functional areas that were approved by Approver1.
    BS=Approver4 approve.
    So that, I need to split (using property of lineitme something like revised) lineitems and those that were not approve send on escalation, the other don't send to alternative. If it's possible, my example would be looking like:
    BW=Approver1 approved
    BS=Approver2 was not approved in maintained time.
    Escalation
    BS=Approver4 approve.
    Hope I clarify my complicated thoughts.
    Regards,
    Artem

  • Adding escalation step to n step workflow

    hi,
    i did the steps for adding escalation step to the n step badi but still i think it does not work as expected. any hints for implementing the escalation process to the n step workflow WS14000133.
    i'm aware of the deadline procedure but not quite sure on where to have this added to this workflow and how to realise this implementation

    HI,
    I config my workflow for escalation process with a copy of the business object. Upon escalation trigger i am using the task TS10407969 (Shopping Cart Approval Deadline) but i see an error in the workflow log "Result of agent resolution does not agree with agents of task". Not sure what is the cause of it but if i use the task TS10008126 intead of TS10407969 i dont see the error and things seem to work okay. Any suggestion on this please?
    note: TS10407969 is categorized as "General Forwarding allowed" but not the other task

  • Credit/Debit Memo Request Approval Workflow

    Hi All,
    I have this requirement of activating a workflow for credit and debit memo requests.
    It should be that the approvers will be determined by:
    1. Amount
    2. Order reason code (if error in data entry - CSR manager, if price error - Sales manager, etc.)
    3. Product category (prescription, nutritional, etc)
    4. Sales Organization and Distribution Channel
    My question is, can I use the HR org structure to determine my approvers? Can it identify approvers/personnels related per sales area and all that criteria? I want to use the HR Org structure because it makes it easier to move/traverse the approval process on a 1up basis (direct manager). I've heard about needing something like cost centers and delegated authorities to link the HR org structure with the workflow, but I'm really lost at this point.
    Really appreciate your help!
    Thanks!
    Olyn

    Hi,
    In our project,we had a similar requirement.
    For this,I suggest you to create a new Ztable for holding the values for the fields.The approvers will be maintained by using the personnel number which is being from HR team.
    We have written an ABAP code which is being called in save exit of the sales order.
    Then an E-mail will be triggered to teh approver and the approver will approve the request by checking in SBWP T.Code.
    Regards,
    Krishna.

  • How to approve Leave Request for Workflow in ESS?

    Hey! Experts,
    Currently, I am working on ESS Leave Request Workflow referening the Standard Workflow Template WS12300111. The requirements are as such, requested leave need to be approved using TS 12300007 'Approve Process'. Here, I have created a customized Rule to get the actual agent since the requirement is like i have to check if the employee who is apply for leave on the date is present in any project (alternative C-project Org. Structure is maintained) than his / her project manager will be the approver else i need to get the approver from the central HR Org. Struct. For simplicity consider the employee is currently present in only one project.
    Also, for information the Rule is working fine. That is the workitem is received in the appropriate agent UWL.
    Now my doubt is, there is no approve  / reject button coming in the workitem in UWL
    Also, after refering documentation on help.sap.com i came to know that some reports need to be run in background for approval to be done.
    Here, I am confused and I am stucked as I dont know which reports need to be run and how will the approval will be done in MSS.
    Kindly, give me some guidance on the same so that i can proceed.
    Thnx! in advance.
    And yeah points will be rewarded on giving suitable answer for this.
    Regards,
    Mistry Wasim

    Hi,
    Following are the some important points you should understand about ESS Leave Request Workflow
    1. The Visualization ( how should it appear in UWL and what should happen when you click on a particular workitem) is defined in SWFVISU. Check for TS12300097. Generally, it invokes com.sap.xss.hr.lea.appl/LeaveRequestApprover Java WebDynpro application. Just check whether you are able to get the correct Leave Processing application called when you execute your workitem from UWL?
    2. In general it should have option to process the leave request either approve/reject. When the leave request gets approved/rejected the status of the Leave Request document gets changed ( in workflow it is &REQ.STATUS&
    3. There is a need to schedule a background job for program RPTARQPOST which will pick up all the documents in APPROVED status and creates an absence record for the same.
    4. Apart from schedule job as mentioned above, you also have to schedule a background job for program  RPTARQEMAIL, which is basically used to send e-mails for all the documents which are yet to be approved to correct manager.
    as you say , you can not see Approve/Reject options from UWL, it looks to me that correct javawebdynpro application is not being called for this task. Just check this !!
    Good Luck !!
    Regards
    Krishna Mohan

  • Transport request for workflow ?

    Hi Friends,
    I had an existing workflow in prd . I had to make few changes on the workflow main step ( the header step for the workflow where we set the object and event ) .
    I did that and when i saved it , it never asked for a transport request and now i am just not able to put those changes in a request . Can any one tell me how ??
    thanks ,

    Hi,
    If it didn't ask you for a request is because there is a request for it.
    You can see on se09 if there is a request or task in your name (sap user) with the wf's objects (binding, etc).
    If I were you I would try to see if this request has some more objects and if this objects are for test or anothe developement project. My suggestion is create a new request and delete de objects of you wf to a new one.
    It's easy. On request screen se09, click on the old request/task and click on objects button for the request. In another screen with the new request, past exactly the same lines of the old request.
    1-Try to search for this request;
    2-Try to create and copy the objects to this new one.
    att,
    Glauco

  • Escalation of Service Requests - Service Request Management - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    Cameron, what are you trying to accomplish? A service request can only have one owner and that owner assignment can be done manually, service request assignment rules, or workflow. If you are looking at visibility to service requests by a group of users then I would recommend using Book of Business.

  • Webdynpro leave request standard workflow

    Dear Expert,
    I am on EP 7 with ECC 6 backend. As for my leave request, i am able to trigger using the workflow (WS12300111) and the approver able to appprove it.
    The problem is when the approver reject the request, it will send back a notification the the requester UWL for resubmition and not matter how many times the requester resubmit the leave. The notification still in the UWL. Anyway to get rid of it.
    My second question is, is there any standard workflow for cancellation leave and change leave request?
    Thanks in advance....
    Regards,
    Bryan

    Dear Richard,
    Thanks for your reply. My situation is as below.
    1) The requester request for a leave and submit the application.
    2) The leave application reach the approver UWL.
    3) The approver REJECT the leave application.
    4) The workflow (WS12300111) went to the resubmission flow
        and trigger TS12300116.
    5) The requester receive an item "Process Leave Request by 
        Employee" in his UWL.
    6) The requester click on the item and it looks similar to the leave application screen. The requester then try to re-submit a new leave from there and send to request. However even after the requester send resubmit the leave, the item still remain in the requester UWL.
    My first question is why the item still remain in the requester UWL even after the requester execute it by re-submit a new leave application. Any way to remove it or it is the workflow error
    Second question is if the requester decide not to resubmit the leave application after being rejected. What is the procedure to remove the item from the requester UWL?
    Thanks,
    Regards,
    Bryan

  • Create and submit Correspondence Request via Workflow

    Hi all!
    Has anyone ever created a Workflow Process that can generate and submit a Correspondence Request? Siebel 7.8 or 8.1 / 8.2 preferably.
    I can't find any public Business Services or methods that allow me to programatically submit the request - it's really annoying! Oracle say there is no supported method but that doesn't necessarily mean it can't be done. ;)
    Be interested to hear from someone who has implemented such functionality.
    Regards,
    mroshaw

    Hi Benny,
    Thanks for the reply!
    I hadn't tried that - good find! :)
    However, when I try to invoke that BS through eScript, it throws an exception and crashed the OM:
    ObjMgrLog     Error     1     000000024f151e40:0     2012-01-17 13:10:52     (dbgclnt.cpp (1056)) : Unable to load message 0x2b5cf838
    eDocCorrespEvent     CorrespInfo     0     000000024f151e40:0     2012-01-17 13:10:56     Correspondence Service: Correspondence Generator Constructor
    eDocCorrespEvent     CorrespInfo     0     000000024f151e40:0     2012-01-17 13:10:56     Correspondence Service: Starting mail merge process
    Exception 0xc0000005 at 0x182d7014
    Thread: 0x0000154c, Process 0x00001e40
    It is sooooo annoying! :)
    Oli

  • Appropriation request  in Workflow

    Hi Experts,
    can any one explain
    I want to know how to approve the appropriate request in the workflow? Who can approve the request is it agent or partners?
    When will business object get triggered?
    Advance thanks
    Ashok

    Hi Ashok,
    The workitem can be approved by the agents assigned to approve the same in the task definition. You can assign agents to the workitem based on your requirement, like make it a general task so that any one can approve, add a particular set of agent userID's, add a position as agent, etc.
    The business event gets triggered when there is an action happening in the system on that particular business object.
    For e.g. when a sales order is created, there would be a corresponding event triggered in the system. You could check the event triggered in the transaction SWELS. Make sure you turn on the event trace using transaction SWEL.
    You can then bind the business object event as the triggering event of your workflow in the 'Basic Data' section.
    Hope this helps!
    Regards,
    Saumya

  • How to deactivate Change Request Management workflows task

    We are in a situation where we are switching external SAP service
    organisation and we cannot at this stage introduce any new procedures
    regarding sceduling-tasklists/TMS/etc. Our ChaRM implementation project
    must be set back in to a possision where we can maintain our normal
    system maintainance processes without using a fully implementated
    CharRM functionallity. The implementation of CharRM has to be realized
    in 2 steps:
    a) activate only ChaRM documentation system/flow as an extention of
    servicedesk, implement this in our organisation
    b) activate fully ChaRM functionality with interaction with
    SLD/TMS/tasklists/etc after we have switched service organisation
    Needs:
    1) How to deactivate ChaRM IMG setting SAP Solution Manager-
    >Configuration->Scenario-Spesific Settings->Change Management->Change
    Request Management->Standard Configuration->General Activities-
    >Activate Integration with Change Request Management and related
    settings.
    We had in an earlier stage the total service process/documentationflow
    up and running and with possibilities to interact/respond on
    servicemessages for these roles: User, Servicedesk, Change Manager,
    Change Advisory board, Developer, Tester, IT Operator equal to ChaRM
    process.
    2) Ensure availability to use ChaRM as a extention to servicedesk
    regarding administration and documentation of SAP changements.

    Hi,
    Find the guides : on help.sap.com
    Change Management:
    http://help.sap.com/saphelp_sm40/helpdata/en/0c/5b2160f6fa4b83a3674a210b1cdeb0/frameset.htm
    Service Desk:
    http://help.sap.com/saphelp_sm40/helpdata/en/45/51fbdbd4941803e10000000a1553f7/frameset.htm
    Regards,
    Siddhesh

  • Access Request list "Request For" Workflow

    We are looking at ways to use the current access request functionality.
    If we use the default view, pendingreq.aspx, for the Access Requests list, there is a column we are especially interested in "Request For".  This column, a hyperlink, tells you the level at which users are requesting access...and if approved,
    the level at which the SCA is about to give permission.
    If we create a new view on the Access Requests list, this "Request For" column isn't available anymore.
    I've tried to pull the list in to look @ all the available fields via:
    1. Report Builder 
    2. http://mySharePointSite.com/_api/lists/getbytitle('Access%20Requests')/items
    ...and can't find this "Request For" field.
    Any ideas?  Separate or linked list elsewhere?

    Hi Eric,
    I can now see the column via:
    http://mySharePointSite/_api/lists/getbytitle('Access%20Requests')/items?$select=ObjectRequestedTitleDisp
    Looks like from Report Builder {download here} if you select "Show Hidden Fields" @ the top of the modal window when building the query, you'll see the
    "Request_for" ...or this ObjectRequestedTitleDisp field.  Only bummer is it's just the name/title...there is no file extension or anything at the end of the string value.  So, if the name isn't "smart" coded/listed, you won't
    know if it's library, folder, document or site level...there is no ".docx" or ".xlsx" @ the end of the "Request_for" string.  At least, I haven't found a way to decipher that yet.
    In SharePoint Designer, I see the following View code which could lead to helping get to the right place, but I'm not familiar with this code just yet:
    <FieldRef Name="ObjectRequestedTitleDisp"/></ViewFields><RowLimit Paged="TRUE">15</RowLimit>
    <JSLink>accessrequestscontrol.js|mquery.js|callout.js|accessrequestsviewtemplate.js</JSLink>
    <XslLink Default="TRUE">main.xsl</XslLink><Toolbar Type="None"/></View></XmlDefinition>
    </WebPartPages:XsltListViewWebPart>
    Creating a view to enable access request delete functionality
    Open the site in SharePoint designer 2013 and click the “All Files” node
    Notice the right side shows the “Access Requests” list
    Right click the “Access Requests” list and select “Properties”
    On the Views panel click New
    Enter a name for the new view such as "showallitems"
    Click “OK”
    Navigate back to the original “Access Requests and Invitations” page
    Current URL is containing page name of “pendingreq.aspx”
    Change the URL to “showallitems.aspx”:
    The view will have no columns
    Click the ellipses and “Modify This View”
    Add at least the 2 columns with edit options
    Make sure if you select multiple columns (good practice so you can see the full scope of the request such as status and person), use the right side “Position from Left” ordering to have your edit item links located on the left side of the request row
    Click “OK” in upper right of page, and now you can see the view which contains the edit links to allow deletion of the item

  • Purchase Requestion Release Workflow

    hi Experts,
                    I have a PR WF with 4 level Release. Whenever a PR is created a work item should be sent to Manager in change mode.
    If the Manager Approves Then it should be subject to 4 level Release Strategy .
    I am using standard WF and Release Stratedy has been set Where do i assign this manager in WF or should i assign this too in SPRO itself ?

    Refer http://help.sap.com/erp2005_ehp_01/helpdata/en/75/ee14a355c811d189900000e8322d00/frameset.htm
    Before posting a question, please do some research. It will surely benefit you even if not the forum.
    Regards, IA

Maybe you are looking for

  • How to output PDF file through XI from PDF form generated in SAP

    Hi, All, I need to generate and send out PDF file to other system through XI. The PDF file source come from SAP PDF form which type is XSTRING. I see there is a similar thread posted here /message/527877#527877 [original link is broken] but it seems

  • Third party for subcontractor

    Hi, Kindly help me to map below scenario: I have 2 company codes AAAA and BBBB.BBBB is a customer to AAAA. BBBB place a order to AAAA,AAAA in turn place an order to its sub-contracting vendor XXXX. AAAA sends component material to XXXX and ask him to

  • What is the best tutorial for moving a LR 2.5 catalog?

    I have used up all of the space on my hard drive so I need to move my LR2 catalog to my Western Digital external hard drive.  I know this can be a very sensitive process to move a catalog so I was wondering what you thought would be the best list of

  • Help with GRAPH Marker Design Tutorial

    I am trying to create a custom marker design for a line chart (Using Illustrator CS3). I've followed all the steps in the HELP RESOURCE CENTER, but I can not get my marker to size any larger than the initial itty-bitty-square it creates. According to

  • TS3297 My in app purchase didn't function correctly. i didn't get my stuff and i still got subtracted. HELP!

    My in app purchase didn't work and i didn't get my uberstrike credits. I still got subtracted though. does anyone know a solution to this problem? it happens a lot.