Getting approvers List using request ID

Hi All,
Is there any API in OIM 11g to get the approvers list based on request ID. I have a requirement to get the request current status based on requestID and if the request is pending at one level, I need to get the corresponding approver information also by using 11g API's.
Thanks,
Rajesh

The approver details are in SOA and not in OIM anymore. You need to use worklist API to get that information.
Worklist App
-Bikash

Similar Messages

  • What are the AME Tables that I can use to get approvers list

    Hi
    Please provide me any information about the tables by which I can get approvers list.
    Thanks
    Amit

    Tthe application communicates with AME when a transaction is initiated in the application, and then each time an approver responds to the application‟s request for approval of the transaction, until all approvers have approved the transaction. AME records each approval, and recalculates the approver list for a transaction each time an approver responds to a request for approval of the transaction.] As far as AME is concerned it calculates approver list at runtime .
    "The application(Purchasing , AP etc) communicates with AME when a transaction is initiated in the application, and then each time an approver responds to the application‟s request for approval of the transaction, until all approvers have approved the transaction. AME records each approval, and recalculates the approver list for a transaction each time an approver responds to a request for approval of the transaction.
    For details check following link ( see what happens at run time section)
    Let me know what exactly you are looking for ?
    -Ashis
    Edited by: aprak on Aug 28, 2012 11:30 AM

  • ERROR while getting BAPI list using JCo Action

    Hi,
    We are using MII 14. I have created JCo connection and also configured connection alias.
    I am using this two in JCo interface action just to test whether the connection is working fine.
    But I am getting "No RFC authorization for function module RFC_GET_FUNCTION_INTERFACE" when i search for BAPI_*.
    Can you please guide on , what priviliges user which we will use to connect ERP from MII , should have ?
    Thanks

    I do not know the specific Role or Permission required.  It might be in the help documentation,b ut the security folks should be able to figure it out from the error message.  Someone else may know the exact Role or Roles needed.
    The ID you are using does not have external access to the RFC pool, but you should also provide which RFCs you are planning to use as some have additional permissions required.
    Regards, Mike
    SAP Customer Experience Group - CEG

  • Code to get friend list using PHP

    Hi all ,
    I need to know how to bring the friendlist of a particullar user from it's email-id as user id in an application.
    Thanks and regards,
    Deekay.

    Hi all ,
    I need to know how to bring the friendlist of a particullar user from it's email-id as user id in an application.
    Thanks and regards,
    Deekay.

  • Getting list of approvers for a request via API

    Is there an API to get a list of approvers the task is waiting on for a request? I'm using OIM 11.1.1.5
    Thanks
    Edited by: DJ on Aug 2, 2012 10:13 AM

    Check this
    Re: Getting approvers List using request ID
    Edited by: Karthik Perath on Aug 2, 2012 7:59 AM

  • Unable to get the list of Approvers in Create Absence

    Hi folks ,
    We upgraded our ERP system from 11.5.10.2 to R12.1.3. After upgrade , we tried creating an absence as part of testing on the R12.1.3. Entered all the neccessary details, moved to next page (Leave Application : Review ) and found that NO approvers are listed in the Approvers region.
    Could any one please help us in fixing this issue.
    This is an critical item for us , as this self service request is used widely in our daily by many users.
    We would request your solution as soon as possible.
    Thank a lot in Advance.
    Raghu

    Thanks for response.
    Yes I had a look on the function and process names. We were using a custom proc name and the same has been inherited to the upgraded instance too.
    I compared URL parameters of the Current 11i ( production , in which it is working fine ) and the R12.
    Both are using the same Proc name and Function name.
    Do I need with any AME setup changes for this particular workflow request ?
    FYI : All other self service request are able to get the approvers list excpet Create Absence.
    Raghu

  • How to get the list of communities of a user using EDK

    Hello,
    I am developing a portlet which needs to get the list of communities in which the logged-in user is a member. I am using EDK 5.0.1.
    I can't find a way to retrieve this information using the EDK I am using.... Would you please help?
    Thank you in advance.

    Hey Ramy,
    A bit off the top of my head, but try this:
    IPortletContext PortletContext;
    IRemoteSession PTSession;
    PortletContext = PortletContextFactory.CreatePortletContext(Request, Response);
    PTSession = PortletContext.GetRemotePortalSession();
    privatevoidgetCommunities()
    IObjectManager Manager = PTSession.GetObjectManager(ObjectClass.Community);
    IObjectQuery Query;
    Query = Manager.QueryObjects(-1, 0, -1, ObjectProperty.Name, true);
    for(inti = 0; i <= Query.GetRowCount() - 1; i++) {
    string sCommunityName = Query.GetRow(i).GetName();
    string sCommunityID = Query.GetRow(i).GetID().ToString();
    Cheers!John

  • How to get the list of imported Requests in client

    Hi All,
    We have two clients in Qas server , 300 and 400, i want to get the list of change requested in only in client 300 but not in 400.
    Please assist.
    Regards,
    SM

    Hi Shine
    Simply use transaction se01 then click display button, it will show all transport request in hierarchcally with differebt clients in the server.
    You can use one more t code scc3 to view all transport request
    Regards
    Vinay Paul

  • Get SPO Tenant Site Collection Administrators list using CSOM.

    Hi All,
    I'm trying to get the list of all SCA's for a site collection created in SPO tenant.
    using following code, i could able to view few properties of Site Collection but not the SCA's for that site collection.
    spp = tenant.GetSiteProperties(startIndex, true);
    Any other possibility to get the list of SCA's for a Site Collection created on SPO Tenant.
    Thanks,
    P

    Your can easily adjust the time out limit of the underlying HttpRequest by setting the property ClientRuntimeContext.RequestTimeout (Details: http://msdn.microsoft.com/EN-US/library/office/ee541007(v=office.15).aspx).
    I use this method for multiple Sharepoint Online apps and it works well. But be warned, sometimes I get no repsond for requests and so the ExecuteQuery() blocks until the time out occurs. This happend for me regualry while sending simple GetListByTitle()
    requests. So set a sane value (e.g. several minutes for long running requests like feature activations) and handle a time out in catch blocks.

  • Why does "list-rulebases-request" return "get-rulebase-version-response"

    Using SOAP-UI as part of debugging to determine why a rulebase deployed under siebel-determinations-server is not responding to any requests.
    Used the list-rulebases-request on SOAP-UI
    URL: http://barbarian.idir.bcgov:9000/siebel-determinations-server/soap (there are 4 rulebases deployed here)
    Request
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://haley.com/determinations/server/9.3/rulebase/types">
    <soapenv:Header/>
    <soapenv:Body>
    <typ:list-rulebases-request/>
    </soapenv:Body>
    </soapenv:Envelope>
    Response
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://haley.com/determinations/server/9.3/rulebase/types">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
    <typ:get-rulebase-version-response>Rulebase: 'Form407Approval' found, but GetRulebaseversion not yet implemented</typ:get-rulebase-version-response>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Thanks,
    Allan

    Hi Allan
    Are you using version 9.3? It appears so from your SOAP request. If you are using a later version, then you may need to update your SOAP envelope. For example, for 10.2 it would be:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://oracle.com/determinations/server/10.2/server/types">
    Also, make sure that you have defined public names in each of your four rulebases, and that you've turned on the 'Check Determinations Server Compatibility' option in OPM under Tools | Options | Rulebase Development | Build Validation.
    Cheers
    Anthony Bettanin | Global Partner Enablement Director - Oracle Policy Automation | Oracle Worldwide Alliances & Channels
    OPA Knowledge Zone: http://www.oracle.com/partners/en/knowledge-zone/applications/042908.html

  • Unable get complete filepath from jsp page using request.getParameter()

    Hey all,
    i am actually trying to get the selected file path value using request.getParameter into the servlet where i will read the (csv or txt) file but i dont get the full path but only the file name(test.txt) not the complete path(C:\\Temp\\test.txt) i selected in JSP page using browse file.
    Output :
    FILE NAME : TEST
    FILE PATH : test.txt
    Error : java.io.FileNotFoundException: test.txt (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileReader.<init>(FileReader.java:55)
    at com.test.TestServlet.processRequest(TestServlet.java:39)
    at com.test.TestServlet.doPost(TestServlet.java:75)
    JSP CODE:
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>DEMO SERVLET</title>
    </script>
    </head>
    <body>
    <h2>Hello World!</h2>
    <form name="myform" action="TestServlet" method="POST"
    FILE NAME : <input type="text" name="filename" value="" size="25" /><br><br>
    FILE SELECT : <input type="file" name="myfile" value="" width="25" /><br><br>
    <input type="submit" value="Submit" name="submit" />
    </form>
    </body>
    </html>
    Servlet Code :
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException, FileNotFoundException {
    response.setContentType("text/html;charset=UTF-8");
    PrintWriter out = response.getWriter();
    try {
    String filename = request.getParameter("filename");
    out.println(filename);
    String filepath = request.getParameter("myfile");
    out.println(filepath);
    out.println("<html>");
    out.println("<head>");
    out.println("<title>Servlet TestServlet</title>");
    out.println("</head>");
    out.println("<body>");
    out.println("<h1>Servlet TestServlet at " + request.getContextPath() + "</h1>");
    if (filepath != null) {
    File f = new File(filepath);
    BufferedReader br = new BufferedReader(new FileReader(f));
    String strLine;
    String[] tokens;
    while ((strLine = br.readLine()) != null) {
    tokens = strLine.split(",");
    for (int i = 0; i < tokens.length; i++) {
    out.println("<h1>Servlet TestServlet at " + tokens[i] + "</h1>");
    out.println("----------------");
    out.println("</body>");
    out.println("</html>");
    } finally {
    out.close();
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    processRequest(request, response);
    Needed Output :
    FILE NAME : TEST
    FILE PATH : C:\\Temp\\test.txt
    Any suggestions Plz??

    As the [HTML specification|http://www.w3.org/TR/html401/interact/forms.html] states, you should be setting the enctype to multipart/form-data to be able to upload files to the server. In the server side, you need to process the multipart/form-data binary stream by parsing the HttpServletRequest#getInputStream(). It is a lot of work to get it to work flawlessly. There are 3rd party API's around which can do that for you, such as [Apache Commons FileUpload|http://commons.apache.org/fileupload] (carefully read the User Guide how to use it).
    You can also consider to use a Filter which makes use of the FileUpload API to preprocess the request so that you can continue writing the servlet code as usual. Here is an example: [http://balusc.blogspot.com/2007/11/multipartfilter.html].

  • How to get the list of values for a dynamic parameter using Web Services SDK?

    <p>I am struggling to get the list of values for a dynamic parameter of a report.</p><p>I am using Java Web Services SDK ... I tried to use PromptInfo.getLOV().getValues() method but it does not work.</p><p>First of all ... is this possible (to get the list of values for a dynamic param) using Web Services?</p><p>Second of all, if this is possible, how should I do it ... it seems it works fine when running the report from CMC. It asks for DB logon info and after that it provides a list of values.</p><p>Thx </p>

    <p>Your assumption is correct. We are trying to get the LOVs from the Crystal Report. I was not aware that this is not supported by Web Services SDK.</p><p>We used Web Services SDK to integrated the Crystal Reports in our web application. We implemented some basic actions for reports: schedule, view instances, run ad-hoc reports.</p><p>We encountered this problem when trying to run/schedule reports with dynamic parameters (a list of values from DB). We were unable to get the LOVs.</p><p>Please let me know if you can think of an alternative to look at.</p><p>Thanks a lot,</p><p>Catalin </p>

  • How to get a list of file paths for all files used in a project

    I have a project in Premiere Pro CC which has a large number of bins.  A sequence in one of these bins uses files from other bins.  I am trying to find the locations of all each of the files used  in the project.
    1)  Obviously I can select each clip in the timeline and show in finder, but there a lot of clips
    2) The video usage associated with each file in the project would help.  However
               1.  I haven't found a way to display only clips that have video useage if all of the bins have not been expanded.
              2.  Video usage  shows usage for all sequences, so one would have to manually check the pull down for each file to see if it is used in the sequence in question.
    3) I tried exporting the project to final cut pro xml.  The path url gives me the information that I need.  For some reason, however, when I do the export only one clip's information is there, not the information for all of the other clips in the project.
    4) I tired an export for speedgrade and all of the file names are there.  However the paths are not. 
    Basically I want to find all of the files in the project and relocate them to a specific folder for that project.  There's got to be a way to do this but I'm not seeing it ....

    Thanks for the suggestion concerning the file path.  And certainly it would have been nice to have done this before beginning.  However this is a project that has been around for quite a while, and the files have been moved into different bins.  And now the project sequence is being revised.
    So the problem is, worded slightly differently, how can I search all of the bins for the files that are used just by this sequence, ignoring the files which are used by other sequences?  Or, how can I get a list of the file paths of the files that are used in the sequence?

  • Trying to use Web LCID property to get the List name in client object Model

    Hi ,
    I am trying to change the "Personal Documents" list NoCrawl property under MySite using SharePoint Client Object Model. As we use  web.Lists.GetByTitle("Personal
    Documents"); method to get the list,but here problem is :for different language List name is in their language.So I tried to use LCID property of the WEB and
    have taken key-value pair (PersonalSiteOnet_List_PersonalDocuments) from the resource file for that language from 14 hive.
    Example:I have selected Spanish language .there are so many LCID for Spanish language but Microsoft has given only one language pack for Spanish.
    Then,My Question is that
    "All LCID for Spanish language are using same Spanish language pack dictionary file OR something else"
     

    Hi,
    According to your post, my understanding is that your requirement is getting list in different language.
    Here are two ways for your reference:
    1. We can use getById method instead, so that we can avoid the language issue.
    2. We can use an array to store the different list name in different language in you JavaScript code, then use the code snippet below to get the list:
    var userLcid =_spPageContextInfo.currentLanguage;
    var localizedStrings = {
    ListName: {
    _1033: "EnglishName",
    _3082: "SpanishName"
    var listName=localizedStrings.ListName["_" + userLcid];
    var list=web.Lists.getByTitle(listName);
    More information:
    http://msdn.microsoft.com/en-us/library/hh670609.aspx
    http://wellytonian.com/2012/11/language-packs-sharepoint-2010/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to get administrations of distribution list using api?

    I want get all administrations of a distribution list using api, how to do that?
    anybody knows? Thank you very much!!

    there is a standard function in mdm wd component
    https://help.sap.com/saphelp_nwmdm71/helpdata/en/loio30bf76947bb64c48a2e835fda42c5183_30bf76947bb64c48a2e835fda42c5183/4…
    "Note The Compare to Original button on the Items Detail component opens a Compare component enabling a user to compare a checked out record with an original record (if the user has authorization for the checked out group).
    If the checked out record is a result of a merge action, then the Compare view displays all the original records prior to the merge. When a merge action is executed on a number of checked out records, the merged record is also checked out."

Maybe you are looking for