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

Similar Messages

  • How to get list of orders for current date.

    Hi,
    My requirement is to get list of orders for the date on which order was created such that I don't have to change the date in my application.
    Every time I run my application it should generate orders created on that current date without manually giving current date.
    This has to be done directly using BAPI and without creating a RFC. 
    I tried with bapi " BAPI_ALM_ORDERHEAD_GET_LIST " using parameter OPTIONS_FOR_START_DATE  but there I can't enter sy-datum and hence, every time I hence to change the date.
    Please tell me if there is any possible way to get fulfil above requirement.
    Thanks.
    Shilpi Agarwal.

    Hi Shilpi,
    This looks simple to me.
    Just create a variant in IW38 with U_your UserId as shown in the picture (Dynamic date selection for Created On set to Current Date)
    The status settings obviously would be
    Jogeswara Rao K

  • Getting error while creating Customer Invoice Request via Web Service

    Hello,
    I am trying to create customer invoice request via web service.
    But I am getting the error message "No scheme configuration found for scheme '&CIRHP&' " continuously.
    It is working fine in reference tenant. But using the same payload its giving error in another tenant.
    Can you please tell me what is the root cause for this error?
    I have included the payload used in the prototype tenant(Payload.txt) and screen shot of the error.
    Thanks and Regards,
    Sriram

    Hi,
    Check the WSDL file is wellformed or not..You can test it using tools like XML Spy.
    Might be the attribute tag is missing something..If WSDL file is correct then, create proxy by selecting the WSDL file from local machine..
    Regards,
    Sunitha

  • Getting the Intended Target for a Request

    I now know how to set the target for a response:
    HttpServletResponse.setHeader("Window-target","myFrameName")
    My next question is how do I determine the intended target of the initial request, before I set it to something else with the above code? It doesn't seem to be in the header parameter list. Is there another source?

    There's no way to get the initial target from the request. That information isn't sent by the browser. :-/
    I didn't even know you could force the response to go in another window from the server-side. Most of the time, you know which window it's going to already, so you have the HTML <form> specify target="myFrameName", which forces the whole request to occur in another window.

  • How to get list of docs for particulat billing type on plant wise

    very urgent
    is there any t-code, report to look thi
    how to get list of billing docs grnerated  for particulat billing type and if possible  on plant wise also
    very urgetnt
    points to be rewarded
    eagerly waitng from sap gurus

    Dear chakri
    As you may be aware, in VF05 you need to enter either Payer Code or Material Code and then based on the selection criteria, the report will generate.  Please give the (ensure that this code is exist in billing document) Payer code and now select "Further sel.criteria" and DONT forget to enter the date in from column of "Billing docs.date".  By default, there you can see one month date range. 
    Still if you get error message, please let me know the error message.
    thanks
    G. Lakshmipathi

  • How to get List of Orders for given BP

    Hi,
    I want to get the Sales Orders for a given list of Business Partners (Partner Func '00000001'). I tried to use
    BAPI_BUSPROCESSND_GETDETAILMUL but this BAPI needs to Transaction Header GUID as import parameter ti get the detail. SO does the FM CRM_ORDER_READ
    What I want is a Class/BAPI/FM that will give me a list of Sales Order Header GUID's based on a List of Business Partners
    Thanks

    Hello,
    Check function module CRM_BUPA_READ_ORDER_OBJECTS. It will get all document associated to a business partner.
    Kind regards.

  • Getting list of operations for a service Order

    I have to List the operation activities which are Planned and Confirmed in a service order.
    I'm unable to link the operation in service order for some ZREPORTING purpose as it links through structures only.
    Kindly suggest how we can obtain operation details while reporting a service order.
    Also let me know if there is any FUNCTION MODULE for the same.
    Reply Eagerly Awaited.
    Thanks in Advance.
    Deepak

    hi deepak KM
    order operations are stored in VIAUF_AFVC table .... and have a look at iw49 for getting list of operations and can use status inclusive and status exclusive for selection based on statuses.. of operations ...
    regards
    pushpa

  • High Avg Response time for logon requests via CMS

    Hi Team ,
    We are continuously receiving observing high Average reponse time for logon requests to the BO system  via  Central Management Server.
    We observe response time up to 25043 ms .
    Currently we are on SAP BO 4.0  SP7 patch 9  (4.0.7.9)
    DB = SQL server 2008 R2
    App Server = SAP NW 7.31 SP 7.
    Also the size of our CMS DB is around 15 GB .
    What could be  the possible reasons ?
    Regards ,
    Abhinav

    Hi Abhinav,
    As one of the issues has been raised as a bug which is resolved in BI 4.1 so you can upgrade to resolve this bug. Also if the CMS database size is large then CMS has to search for objects through huge number of rows hence that will affect overall performance. So you can try to reduce this size as per my previous upate.
    Apart this you can try following steps
    Try to ping CMS DB server from BO servers and confirm the response is coming in 1 ms. Run tracert <DB servers name> from CMD and check the number of hops. If response time is not 1 ms or there are more number of hops then ask your network team to resolve network latency issue
    You can increase the "System database connections"  for each CMS from server properties. It is set to 14 by default which means the CMS will establish 14 connections to CMS database at any time. You can increase this value, however please make sure that the system database allows more connections than default 14 from DB side. This needs to be confirmed from your DBA.
    Please add CMS cluster members in platformservices.properties file under Tomcat folder. Please refer following SAP KBA for steps to add the cluster members
           http://service.sap.com/sap/support/notes/1668515
           http://service.sap.com/sap/support/notes/1766935    
       4. Also please confirm number of users simultaneously login to system at peak time. Usually one           CMS is capable of handling around 500 requests. So if you have more then 1000 users then add           another new CMS on same nodes if there is enough free memory on the server
    Regards,
    Hrishikesh

  • To get list of permissions for iview/apps with the help of API (UME API?)

    hello all
    who can answer how to get list of permissions (list of roles or users) for iview or other application with the help of API (UME API ?)
    thanx!

    if anybody whant to know
    https://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/ume/com/sap/security/api/acl/IAclManager.html#getAcl(java.lang.String)
    https://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/ume/com/sap/security/api/IRole.html

  • Can't get list of values for some picklists

    I think any field that has data tye Picklist (read-only) in Opportunity Field setup, does not allow to get PicklistValues.
    How else are we supposed to get a list of possible SalesStages through the API?!
    Here is a generic code (c#) I am running using mapping/picklist wsdl to get all Picklist fields on Opportunity and get list of their values. Some work just fine and other reutrn exception that the field is not a pick list (and those are ones marked as Picklist(read-only) ). Any help is appreciated. Sorry if formatting gets messed up.
    Mapping mapping = new Mapping();
    MappingWS_GetMapping_Input mapIn = new MappingWS_GetMapping_Input();
    mapIn.ObjectName = "Opportunity";
    mapping.Url = this.Session.GetURL();
    MappingWS_GetMapping_Output mapOut = mapping.GetMapping(mapIn);
    foreach (Field aField in mapOut.ListOfField)
    Console.WriteLine("Name: " + aField.ElementName + "\tType: " + aField.DataType);
    if (aField.DataType.Equals("Picklist"))
    try
    Picklist picklist = new Picklist();
    PicklistWS_GetPicklistValues_Input plIn = new PicklistWS_GetPicklistValues_Input();
    plIn.FieldName = aField.ElementName;
    plIn.RecordType = "Opportunity";
    //plIn.LanguageCode = "ENU";
    picklist.Url = this.Session.GetURL();
    PicklistWS_GetPicklistValues_Output plOut = picklist.GetPicklistValues(plIn);
    foreach (ParentPicklistValue aParentValue in plOut.ListOfParentPicklistValue)
    Console.WriteLine("--Name: " + aParentValue.ParentFieldName + "(" + aParentValue.ParentCode + ")\t Value: " + aParentValue.ParentDisplayValue);
    foreach (PicklistValue aValue in aParentValue.ListOfPicklistValue)
    Console.WriteLine("----Value: " + aValue.DisplayValue + " (" + aValue.Code + ")");
    catch (Exception excc)
    Console.WriteLine(excc.ToString());
    }

    OK, we just ran into this issue as well. Sales Stage is, in fact, a "Picklist" (as revealed by your own metadata API), its values can change and as such its items should be made available via the API. Hard-coding is a hack, pure and simple. I suspect this is not the only picklist that the services fails on; Is there a document anywhere that indicates which picklists do not have items available via the service API?
    Thanks.

  • Need help with AME api to get list of approvers

    Hi All,
    we have configured approvers list using AME General Business user responsibility that returns 2 approvers by default for transaction type of 'XXCED_AP_SUNDRY'. I'm trying to fetch these values in tha back end using plsql block but I'm getting no data found exception. can any one please help me?
    declare
    g_next_approvers ame_util.approversTable2;
    l_completeYNO varchar2(100);
    applicationId number :=201;
    begin
    loop
    ame_api2.getNextApprovers4(applicationIdIn=>applicationId,
                   transactionIdIn=>'123',
                   flagApproversAsNotifiedIn=>ame_util.booleanTrue,
                   transactionTypeIn=>'XXCED_AP_SUNDRY',
                   approvalProcessCompleteYNOut=>l_completeYNO,
                   nextApproversOut=>g_next_approvers
    end loop;                                                                                                                                       
    DBMS_OUTPUT.PUT_LINE(g_next_approvers.count);                                                                                                                                  
    end;
    Thanks
    Sunny!

    Hi,
    I do believe that i clearly said what i considered usable. A simple example of sending a dbus message in java and a example of receiving a dbus message in java.
    "Seeing that you have done extensive searching without satisfaction, any examples that might be provided here are unlikely to be useful"
    Why do you think that. I simply can't find examples of what i'm looking which are the basic dbus things (sending and receiving). So any examples provided here are better then none at all.
    I looked through the first 100 results of the google ling you gave me and the only possible interesting example is this one:
    http://wiki.apertium.org/wiki/D-Bus_examples
    I did however found another perhaps more interesting example:
    http://lists.freedesktop.org/archives/dbus/2006-December/006647.html
    which is a problem in a way but also provides the problem code which is good for me now :) and the solution is posted in the next mail there.
    More examples are still fine ^_^

  • Function module to get list from CDHDR for MATERIAL

    Hello,
    I am searching for the function to get a list of CDHDR-entries for a material in transaction MM03.
    My debugging was not successful. So I hope someone here has the answer.
    What is the name of the function that SAP uses in TA MM02/MM03 to get the list of CDHDR-entries for a material number and from where (include) is it called?
    I found already the function to get the related CDPOS entries, starting from the list with CDHDR entries in the transaction.
    This is CHANGEDOCUMENT_READ_POSITIONS.
    But here I am definitely too late, because I am searching for the reasn why one of my changes entered in CDHDR is not selected!
    Thank you in advance for the answer!
    Best regards
    Dirk

    Hello Suhas,
    yeah, I used MM04 from your answer and found the same!
    Thank you! This will help me!
    It is    PERFORM relevanz_pruefen
    called after the FM which kills some of my entries.
    Now I can find a solution for my issue!
    Best regards
    Dirk

  • Using function module BBP_PD_SC_GETLIST to get list of carts for a plant

    Hi all,
    Im using  the function module BBP_PD_SC_GETLIST  to get the list of shopping carts created for a particular plant.Im passing the plant details like Business Partner Number,Business Partner GUID and Partner func. in the table I_PARTNERS of the FM.Im not passing any other data to the FM.However im not getting any entries in the o/p parameter.
    Can anyone suggest what am I doing wrong?
    Thanks.

    Hi,
    From table BBP_PDBEI  you can get the shopping carts belong to perticular plant. 
    Thanks
    prasad.s

  • How to get list of permissions for the PCD location

    Hello Team,
    I have group called "ABC". We have lots of roles created in PCD, and some of the roles are assigned to "ABC" group. I want to list out all the roles which is added to the group "ABC".
    Can you please help me?
    Thanks
    Manoj K

    Hi,
    Thanks for the reply.
    Yes, i would like to know what are all the PCD roles which are assigned to group "ABC".
    Yes, you are right, that we can select the group in user Management and if we click on the "Assigned roles" and if we use the string * then we will get a list.
    But if i do that, it is giving below information.
    Last search returned 134 elements. This exceeded the defined max hits of 50. Narrow your search criteria and search again.
    So,this information i got when i select the Search Recursive button, So, i want to know how to get these 134 list from User Management.
    Thanks
    Manoj K

  • How to get list of customers for a particular plant.

    Hello All,
    I have a requirement of the customer aging analysis report where I need to get the details of the customer for a particular plant.I have searched the tables T001w and Kna1 but  found no  result for my requirement.can any body tell me how to solve this issue or tell me any tables which give the information regarding the customers based on a particular plant.
    Regards,
    Pavani.

    Thank u all...for the reply
    But while creating a customer in XD01 we are not maintaing any plant data in that we are just giving the sales area data and the company code data in the initial screen. A particular customer can be used for any no of plants in our organisation than in that case how is it posible to get the data for the required plant.Here the plant is not same as the customer or vendor.
    Regards,
    Pavani.
    Edited by: Pavani Rayappureddi on Mar 16, 2009 4:19 PM

Maybe you are looking for