PO list - 3 approvers

Hi,
I've created a report showing all Purchase Orders approved by the same user who created the PO.
Through CDPOS-USERNAME I got the user who approved the PO.
In case a PO may be approved by 3 different users, how could I get the names of all 3 approvers? 
Thanks a lot,
Cira

Hi Cira,
Please try to use  below table for workflow approval.
It may be helping  you to find multiple approver in your PO documents.
swwwihead, swwuserwi, v_usr_name
Regards,
Prasenjit

Similar Messages

  • 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

  • Query about Human task (Sequential list of approvers)

    hi'
    I am designing work flow with Human task, with "Sequential list of approvers",
    where I have given "A", "B", "C" users for approval, it goes for approval in sequence
    i.e. 1st to "A" when "A" approves it goes to "B" when "B" approves it goes to "C"
    the issue is if "B" is rejecting it still goes to "C".
    According to to Develpers guide it should not go further.
    pelase advice where I am wrong.
    thanks
    Yatan

    Need to check "Enable abrupt completion condition".
    -Yatan

  • Dynamic Sequential List of Approvers in the Human Task

    Hi all - I have this asynchronous BPEL process and want to dynamically assign a Sequential List of Approvers that are the result of an Invoke of a Database Adapter.
    1. Added the OutputCollection of the Invoke as a parameter to the Human Task (element type).
    2. Under Assignment and Routing Policy, chose Sequential List of Approvers, and By Expression, chose the value from the OutputCollection from the payload.
    3. After deployment, the instance falls through to completion without errors, but without assigning a task to any approvers. I can see in the Invoke where it pulled the names I want to be assigned.
    Any help or direction would be greatly appreciated.
    Using JDeveloper 10.1.3.3

    I tried to recreate the problem like listed above, but after I add the Outputcollection of the Invoke as a parameter, there is no schema info (not even task:task) when editing the Assignment and Routing Policy section. At any rate, there weren't errors to speak of - the instance completed with "The state of this instance is Completed".
    In the meantime, I've used a while loop to loop through a sequence of approvers that are result of a query. I'll have to keep track of approvers and include them in each new payload I think.

  • Retrieve list of approvers programmatically

    I've developed a repository service that dynamically resets the permissions of a document created in KM based on the creator of the document.  I'd also like to base the new permissions on who is listed as approvers in the approval workflow of the folder.  What code would I use to retrieve a list of all approvers of the KM folder the document's created in?
    Thanks in advance for any help!
    - Fallon

    Hi Fallon,
    I can't provide an actual code sample, but I have a direction.
    <b>IStatemanagementUtilsResource</b>:
    http://media.sdn.sap.com/html/submitted_docs/nw_kmc/javadoc/com/sapportals/wcm/repository/service/statemanagement/IStatemanagementUtilsResource.html
    <b>IStepList</b>:
    http://media.sdn.sap.com/html/submitted_docs/nw_kmc/javadoc/com/sapportals/wcm/repository/service/statemanagement/IStepList.html
    I didn't find how to get an actual instance of one of them, though.
    Perhaps decompiling the jar files mentioned in the top of those pages can offer some more insight.
    Hope that helps,
    Yoav.

  • List of approvers in SRM

    Is there easy was to get list of approvers and levels of approval out of SRM by cost centre

    Hi,
    Please reade below link.
    http://download.sap.com/download.epd?context=0A8B51CFBE8D85741913B0BA81DA5B8088916509AB83DD5877F1A451C59B8FB1619E0D45588768BD36532D4DA6B5A62A13B324114D5042BD
    Regards,
    Anil

  • 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 ^_^

  • 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

  • List of approvers

    Hi,
    I want to show the name of prior approvers, e.g. X should be able to see who all approved the same PR prior to him/her. Also I need to show the requester's name in the workflow.
    Many Thanks
    Gaurav Berry

    Hello,
    If all the Approving is being done in the workflow, then you can just save the Actual Agent at each step and store them in a multiline container element.
    I'm not sure what you mean by "show the requester's name in the workflow".
    regards
    Paultje Bakker
    Hanabi Technology

  • ActiveSync quarantine message to distribution list of approvers suddenly stopped

    Hi,
    We're running Exchange 2010 SP3 RU8v2.  Our ActiveSync config requires approval so all new devices are quarantined.  Using the ECP, we have a specific group defined to receive notifications which has not changed since it was first set.  About
    a week ago it stopped.  I did some testing with my mailbox by clearing my EAS devices to force it into quarantine.  Prior to that I also added myself to the DL that gets the alerts.  What I found is that the message that is typically sent ends
    up in my Drafts folder.  It is showing as from "Microsoft Outlook" to the DL in question.  If I attempt to send that message it fails:
    Subject: Undeliverable: A device that belongs to [email protected] has been quarantined. Exchange ActiveSync will be blocked until you take action.
    Delivery has failed to these recipients or groups:
    [Approver DL]
    You can't send a message on behalf of this user unless you have permission to do so. Please make sure you're sending on behalf of the correct sender, or request the necessary permission. If the problem continues, please contact your helpdesk.
    I found some online pages that talk about the object MicrosoftExchange329e71ec88ae4615bbc36ab6ce41109e, which has the Exchange servers group on the ACL and all hubs are a member of this group.  There are no denies.
    The only real change to the environment was that last week a new combination hub/CAS was added, which is on the DL above.  However, after several tests, looking at the full header of the NDR messages, all of the hubs have been used at least once, so
    I don't think it is related to one specific hub.
    What else should I be checking?
    Thanks in advance.
    JC

    Power that new HUB/CAS server down and retest.
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • AME: Approvals management approvers list in SSHR

    Hello,
    I have setup AME for my business group and it works almost perfectly. The thing is I have different organizations in my business group
    and have setup security profiles that prevents people in a certain organization to view information of people from a different organization.
    Issue: in SSHR, an employee can see the list of approvers of their organization and approvers belonging to different organizations.
    I only want users to be able to see a list of their approvers from their organization in SSHR.
    Luziah

    What is your application release?
    Have you reviewed (Using the Organization Chart Feature in Oracle SSHR [ID 1408355.1])?
    Thanks,
    Hussein

  • How to allow user defined in list item to see item using only Designer. Approver set in list item can't see items they are to approve.

    SharePoint 2010 and Designer 2010.
    We have a list of items that users enter information into. Only the user who enters the data can see the item. It's confidential stuff. 
    One field is the name of the person who will approve this record.
    Workflow sends approver an email and sets a task to approve the item. 
    Problem is that the user set as approver cannot see the item. 
    We can't have a list of approvers - as all staff can potentially be approvers.
    We can't allow anyone other than the person who created the item and the person that is set as approver in a field to have access. 
    I am not a programmer, but a user of SharePoint Designer 2010. 
    (I did think we had this sorted by sending an email containing all the list item fields, but this task still requires permissions). 

    Hi ,
    I understand that after you grant user permission on current item ,the user still cannot approve the workflow task .This is because the user doesn't have approve permission in the Tasks list .You only grant the user permission on current item in current
    list ,so he can approve the item by clicking the Approve/Reject in the edit control block .
    Your workflow is correct ,now you need to grant the users Approve (a permission level) permission in the Tasks list settings .In this way ,the users can finish the tasks .
    Thanks
    Entan Ming
    TechNet Community Support

  • Determine the Approval List of a service transaction on Oder Save BADI.

    Hi
    I have to determine the list of approvers r a service transaction, based on parties involved assignment block thus I have to take manager's details from parties involved and then some how put the same manager in the list of approvals assignment block.
    In my code I just read the et_partner  and then build the et_approval table based on the partner function using crm_order_read.
    I have build the input fields, input fields names, the logical key and when I pass my input_fields to my order_maintain but for some reason the record is not created or updated on the UI.
    Regards
    Thato

    pl check allowed object for maintenance w.r.t. transaction type by  FM CRM_ORDER_OBJECT_ASSI_SEL_CB = get the allowed objects of a process type.
    Also, can you please share code what you have written ?

  • Read from Page Approval List Table in a PL/SQL procedure

    Need help, I am new to OA Framework.
    We have a requirement to validate the added requisition Approvers against some criteria.
    The Approvers are added using Add approvers on the Requisition Creation page.
    The source code shows: ApproverListRn.ApprListTable as the name of the table list which holds the approver names.
    1) Is there a way to read the data from ApproverListRn.ApprListTable in a PL/SQL procedure?
    2) How and when does this list of approvers get added to the po_approvallist_headers table? which package is used?
    Please any help is greatly appreciated.
    Thanks

    1) Is there a way to read the data from ApproverListRn.ApprListTable in a PL/SQL procedure?
    Using OAF, you can read the value from the table and through OracleCallableStatement you can call a pl/sql procedure passing the read value.2) How and when does this list of approvers get added to the po_approvallist_headers table? which package is used?
    This is page and code specific. You will have to debug and find out.--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • *** Email sent everytime when Comments are saved in Task List JSP Page ***

    Hi BPEL Gurus,
    I have a very critical production issue.
    Whenever a user enters or updates Comment in Task List JSP Page, an email is sent each & every time
    when he clicks on the update button for Comments.
    I tried removing the <action> sub-tag for 'ASSIGNES' under <notification> tag of SomeName.task file.
    The above works fine, but now this creates a different problem.
    No Email is send to the Assignee when the Human Task is assigned to him.
    As a work-around I created an Email activity just before calling the Human Task.
    In this case, the email is send properly to the Assignee just before the Task is assigned to him.
    But now suppose if that Human Task is a Sequential List of Approvers instead of Single Approver.
    No email is send to all the users belonging to that Sequential List of Approvers.
    Please see my below code for sending email to all users belonging to Sequential List of Approvers :-
    <copy>
    <from expression="ids:getUserProperty(bpws:getVariableData('inputVariable','payload','/ns1:TerminationRequest/ns1:DivisionalApprovals'),'mail')"/>
    <to variable="varNotificationReq" part="EmailPayload" query="/EmailPayload/ns3:To"/>
    </copy>
    The above code fails & no email is send to any users belonging to that Sequential List of Approvers.
    Could you all BPEL GEEKS provide me with a proper solution.
    PLEASE DO HELP.
    Thanks & Regards,
    Gopal D. Kalsekar
    Senior Software Developer
    Business Solutions (eGroup)
    M.H. Alshaya Co. W.L.L.
    www.alshaya.com
    P :- (965) 2224 3598
    F :- (965) 2224 2488
    E :- [email protected]

    The default email solutions in planning are using workflow or task lists, though the task lists are based on due dates.
    If you wanted a solution where an email is sent out when a task list is complete, then one route could be to have a business rule attached to a task list and then the business rule uses a custom CDF to send out email notication.
    If you are interested in sending emails from business rules then I did write a blog on the subject a while back.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • I've never had any problems with iTunes,

    I've never had any problems with iTunes, and one day, without doing anything to it, I tried to open it and it said "iTunes cannot run because some of its required files are missing. Please reinstall iTunes." I've reinstalled it countless times and it

  • Oracle service bus and database connectivity

    Since currently OSB does not support Adapter Framework, what are currently options for using DB Adapter type functionality in Oracle Service Bus (ALSB). It seems JMS and other transports are very well supported, but how do we use DB Services? Please

  • Terrible performance of applet with firefox & appletviewer (not IE)

    I'm working on a worm game with the help of a book on the subject. It's not finished yet, the worm can only move around & stop when hitting a wall. Now as I add the g.drawImage(blahblah) to the paint-method, the performance gets terrible, the mouse r

  • Exchange DB Architecture and Management

    Hello, everyone! Anybody knows how to manage an Exchange DBs at begining stage to provide maximum size of DB at 400 GB in future? It is need to easy manage an DB for example to decrease time DB to be prepared for taking an snapshot of VM's virtual di

  • Revenue generation of those instructors who have not taught

    Hi all, I want to create the revenue generated by all instructors even those instructors who have not taught. these r my tables. 1) This is the list of instructors SUFF FNAME LNAME IID Mr. Fernand Hanks 10000 Mr. Tom Wojick 10001 Ms. Nina Schorin 100