How to find the approver from request key

How to determine the approver from request key.
If the approver is a group where do i find the correlation.
I have checked WFTASK and WFTASK HISTORY but unable to correlate. This is with respect to OIM 11G R2
Many Thanks

select IDENTIFICATIONKEY, TASKID, TASKGROUPID, TASKNUMBER, OUTCOME, STATE, ASSIGNEDDATE, Assignees, APPROVERS, TASKDEFINITIONNAME, CREATOR, ORIGINALASSIGNEEUSER, SUBSTATE from WFTASK where identificationkey = <request key>

Similar Messages

  • How to find the approval status for a document version

    Hi all,
    We have enabled versioning on a folder and the system is maintaining the versions. I need to be able to identify which version in at what status.
    For example, I create a file and it creates a version, I check it in and out several times, I then release/publish the file, and another version is created, I then check it out and in several times and the cycle begins again.
    I then realize that I need to go back to the latest released version but I don't know which one it is nor can I identify it using the 'versions' selection from details. How do I know what the status is of the previous versions?
    I need to be able to identify only those versions, past and present, that were 'approved/released' vs those that were left in progress. How do I find the statuses of the previous versions to correctly identify which version was released.
    KM is maintaining this some how because it knows to show only those items that are released to the standard user and not show them those that are in progress.
    How do I find that same parameter that shows me which older version is release?
    I am looking for something like what is available with the properties selection on the 'versions' screen. I am able to go to any version and look at the properties of that version at the time the version was saved. This is what I need with status. I need to be able to look at any version and know what status was at the time it was saved.
    Any help is appreciated,
    Srini

    Hi
    According to my knowledge,Versioning can only be done on files, not folders.
    To view the version history of a file, as well as save prior revisions to another location to view them do this:
           1.      Using Windows Explorer, locate the file.
           2.      Right-click the file and select Versioning and then select List Version History.
    The resulting dialog displays the version history of this file.
           3.      Select a prior version and click the Save As button to save the version to another location.
    Regards
    Elizabeth

  • How to find the Quicklink from INavigationNode

    Hi All,
    I am using the tagLibrary to build the Top Level and Detailed Level Navigation. We are trying to use the Quicklinks(Short URLs of SP14) as the URLs for all the links in Top Level and detailed navigation.
    However I am not able to get the Quicklink from the NavigationNode, I am not able to find any API which would give me the short URL given the NavigationNode.
    If anybody has any idea how in can retrieve it, it will be of Great help.
    Any help is appreciated.
    Thanks
    Ankur

    Hi Ankur,
    do you mean "quick link" or "short url"? These are different concepts!
    Quick links: http://help.sap.com/saphelp_nw04/helpdata/en/97/b0ef8b24a64ae884f0ab246e54cae5/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/en/04/90320fb9994fcf9293497eead06614/frameset.htm
    Short URLs: http://help.sap.com/saphelp_nw04/helpdata/en/b3/7b8163404448e7aad7899c0b30313e/frameset.htm and http://help.sap.com/saphelp_nw04/helpdata/en/3c/125b07ce964b1eac2115b7b3c8bf9f/frameset.htm
    I expect you want to achieve the latter technique. The last link provided gives the most information: The feature is centrally switched on/off; methods to retrieve the corresponding kind of URL are given.
    Anyhow, the navNodeAnchor is configurable, too. Just set hashURL to true or false, see http://help.sap.com/saphelp_nw04/helpdata/en/42/f34c5ea7203255e10000000a1553f7/frameset.htm
    The QuickLinks are only resolvable in the other direction: You must provide a quicklink that then can be resolved into a "real" link.
    Hope it helps
    Detlev

  • How to get the approver from a basic approval

    Hi you all,
    I am building a custom process which requires a basic approval. When an approver approves or rejects the basic approval in the TODO tab, I need to be able to access the approver's mskey during the process that follows the approval. I have attached a screenshot of where I require the approver's mskey.
    Please let me know if you can be of any help!
    Thanks!
    Anu

    Hi Jai,
    I tried to get the approvers from MX_APPROVERS, but when I write to the log, I see that the attribute is undefined.
    Here is a snapshot of the destination tab:
    Please let me know your thoughts. Right now, the script just approves the attestation and inserts a comment into the link audit table.
    Anu

  • How to get the approver from a wf notification in case there are multiple approvers ?

    I created an ad hoc role to store mutliple approvers for a wf notification.
    My question is how to get the user_name of the first responder so I can stamp the record I need to update with it.
    I''m assuming it would be using wf_notifications.GetAttrText but I don't know what that attribute name would be.
    Please help.

    Hello,
    I think you can try with script to capture the duplicate booking on presave action. Just try to give a shot to this solution:
    http://aleemsheikh.wordpress.com/2011/08/08/warn-users-of-double-booking-in-sharepoint-calendar-in-real-time/
    http://social.msdn.microsoft.com/Forums/en-US/9a10a110-a18b-4b5b-a15f-b563322ca0a6/how-to-prevent-duplicate-calendar-list-items-sharepoint-2010
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to get the CCID from a Key Flexfield in OAF page

    Hi all,
    I have created a KFF on a custom page/region.
    I can search on segments and select a value in the Flex field Lov.
    I am not sure how I can read the ccid that is behind a selected code combination.
    I would like to read the value of the ccid on the click of a submit button.
    I can certainly identify the Button event with a given name but not exactly sure what should be coded in the processFormRequest method.
    Below is my KFF implementation code in the processRequest of the controller:
    OAKeyFlexBean kffId = (OAKeyFlexBean)webBean.findIndexedChildRecursive("DrKeyFlexItem");
    // Set the code combination lov
    kffId.useCodeCombinationLOV(true);
    // kffId.useCodeCombinationLOV(false);
    //set the structure code for the item key flex
    kffId.setStructureCode("UK_ACCOUNTING_FLEX");
    // Unite Account Structure code - ACCOUNTING_FLEXFIELD
    //Set the attribute name to the item
    kffId.setCCIDAttributeName("CodeCombinationId");
    //Execute the Query
    UnIntraSearchKFFAMImpl am = (UnIntraSearchKFFAMImpl)pageContext.getApplicationModule(webBean);
    UnIntraSearchKFFVOImpl vo = (UnIntraSearchKFFVOImpl)am.findViewObject("UnIntraSearchKFFVO1");
    if(!vo.isPreparedForExecution())
    System.out.println("Just before executing the VO Query");
    vo.executeQuery();
    Thanks
    Vinod

    The issue here is while you are retrieving all the details, you are consistently overwriting them in the request.setAttribute() call before you get to the JSP to display them.
    Do you actually have a class/object called Student?
    That object should have attributes for classes, subjects, teachers (all of which are lists apparently)
    public class Student{
      String name;
      List classes;
      List subjects;
      List teachers;
      // appropriate getter/setter methods
    }Then you load each student, and populate its individual lists.
    That lets you pass the list of students, each student having its own lists for display.
    Hope this helps,
    evnafets

  • HT5295 How to stop the app from requesting to download episodes

    I transfer a list of specific episodes from iTunes.  I have sync and autodownload and 4G turned off in settings, yet the app keeps asking me if I want to turn on cellular to download episodes.  I only want the episodes in the playlist to show up, not any other episodes.  How do I make the app confine itself to what I synced from iTunes only.

    Apple's Podcast app, which is the heading for this discussion page.

  • How to find the structure from FBI App. Controller ?

    Hi All,
    I want to know following highlighted fields belongs to which structrue :
    Component configuration : EHFND_WFF_TASK_DETAILS_OIF
    but highlighted fields are not available in this configration,So where we can find these fields?
    Thanks,
    Vimal

    Hi Aliaksandr,
    Thanks for reply. It's correct.
    On same lines i have one more question, Suppose in above pic i want to change the appication title too.
    Process : XXXXX
    I want to change 'Process' text. is it possible and how ?
    Thanks,
    Vimal

  • How to find the Table from which a Custom table is created.

    Hi Gurus,
    I have a custom table in SAP and want to figure how that has been created. How can I do that?
    Regards
    Prashant

    Hello Prashant,
    what do you mean by "how"?
    When you say custom table do you mean "Customization table" or a "Customer table" (in namespace Z... or Y...)
    Anyway, you can access SE11 transaction, view the table and then check its attributes.

  • How to find the history from last 6 months for Editor lock flag in program?

    Hi,
    Whenever in a program if you set Editor lock flag or unset it will store in TRDIR table whether it is set or unset.
    I wanted to know the history for this flag from last 6 months when it was set and when it was unset.
    <removed by moderator>
    Thanks
    Edited by: Thomas Zloch on Dec 18, 2010 8:58 PM - priority lowered

    hello,
    I do not think it's possible to know, becasue SAP does not keep history of this kind of data...
    Thanks

  • How to find the leave request layout in standard JavaWebdynpro ESS busi pac

    Hi Gurus,
    How to find the Intial leave request layout from the standard webdynpro ESS business package.
    Can you tell me the exact component that i need to look for this particular layout.
    Its a urgent requirement can you guys send me the answers ASAP
    Higher points will be rewarded for the useful inputs.
    Thanks in Advance,
    Dharani

    check this ess~lea DC
    xxxxxxxxxxxxxxxxxx
    Edited by: Armin Reichert on Feb 18, 2008 7:12 PM

  • How to find the leave request layout in standard Webdynpro ESS business pac

    Hi Gurus,
    How to find the Intial leave request layout from the standard webdynpro ESS business package.
    Can you tell me the exact component that i need to look for this particular layout.
    Its a urgent requirement can you guys send me the answers ASAP
    Higher points will be rewarded for the useful inputs.
    Thanks in Advance,
    Dharani

    look for ess~lea dc
    reward points if helpful

  • How to find the tables of datasource

    Hi
    can anyone tell me how to find the tables from where the datasource is extracting data?
    I have a datasource 0CO_PC_ACT_02 which i thought was extracting data from MBEW, but my MBEW table has only around 1000 records but while scheduling the data load of infopackage my PSA shows more than 4000 records.
    How does this happen?
    Thanx in advance
    Sujai

    Hi,
    yes it is mainly MBEW as well as MBEWH (history of MBEW); in adition you have some article ledger data (table ckmlhd) from which some records could be added; MARV as well...
    You can check in function module KKBW_XBEW_BW_GET_DATA_IS1 all the details.
    hope this helps...
    Olivier.

  • How to find the right primary key for DSO from Business Content

    According to best practice design, it is reccomended to make a  DSO where all fields from Business COntent Datasources are transferred.
    But, how to find the right primary indeks ?
    Any good suggestions ?
    For many of the Business Content dataflows there are not DSOs present, so ther e is no tip to get from the dokumentations as gfar as I have found.
    best Regards
    Ingrid

    Hi Ingrid,
    Your question will be perfect in case if you are going for a Custom cube.
    You will not have any problem when you create a Datasource in R/3 level even if it is been built on a single table or on view.
    Only point that you want to know how to design my Key fields in ODS.
    This will be purely depends at what level that you want to bring the data.
    Egg:-
    If you run the data source in RSA3 and check for Each GL if you have 10 liine items and you want all the 10 line items to be transfered to BW.
    In this case you need to check what is the unique combination of fields that is making this lineitems to exists as 10.then include all those fields into Your ODS Key Fields.
    This way you can have 10 records for that perticular GL in both sides, by which u will make sure that the data is been completely transfered.
    If in case if you clude your own Key fields then you will get the correct Total in report for each GL but you can't see all those 10 line items.
    For any case you need to figureout how many records that you want to take into BW based on that check the fields that makes it unique and then add them to ODS Keyfields that will solve your requirement.
    I think this will clear your doubt.
    Best Regards,
    VNK.

  • How to find the workflow for Change Request for the PO's

    Hi All,
    We have a PO which is pending and we can't receipt it again nor make payment on this. After checking the Approval history for that PO we found that the change request has been made. The change request was to change the amount to be paid to R39196 instead of R58237.00. We don't know where to check the workflow for the change request to identify the cause.
    what i need to know is how to find the workflow for that change request? The other workflows can be checked using the po_header_id for the PO's but i am confused with the change request workflow
    Your input will be highly appreciated.
    Thanks in advance
    Rgds,
    Sonia

    For 11.5.10.2 run this query to determine the keys to search on:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'PO' and Document_num = 'put-PO-number-here'
    Then use the keys returned by the query to look up the Workflow in
    Workflow Administrator Web Applications / Administrator Workflow / Status Monitor
    Search using the results returned in fields "Type Internal Name" and "Item Key" in Status Monitor
    The query for change requests on a specific Requisition would be:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'REQ' and Document_num = 'put-Req-number-here'

Maybe you are looking for

  • Mid month Acquisition/ Divesture

    We have Company A and B. A own 80% in Company B till March 15th. Following are the questions in the context.. Q1> If  divesture of the Consolidation unit is occurring in the mid month(March 15th) , when the divesture will be accounted in consolidatio

  • No sleep mode at low battery - data loss and time reset

    I'm having this issue for about a year now: When I run my macbook pros Battery down, there comes the low battery warning. After a while the system just goes down without suspending anything to my harddisk. When I restart my computer it does a normal

  • How to add F4 pop-up to a zfield (appended in the structure) in the search.

    Hi Friends, I have a doubt and need your help to get it resolved. I have a search view, and i have appended a field Product_hierarchy to it. now the field is displayed in the UI . I have added the component usage of the product category search help i

  • Setting Portlet Header Widths (not region widths!)

    Am having trouble with portlet headers / portlets' widths being determined by the text width. My region widths are set yet I have noticed that when I show portlet headers the width of the portlet appears to be determined by how many text characters i

  • A few red flags before Windows XP SP3 Installation

    Hi, I am pretty much ready to install Windows XP SP3 onto my Mac Book Pro with Leopard (OS X 10.5.8), or at least I thought I was. A couple issues I've ran into before installation are the following; I've read that the installation of Boot Camp 2.1 (