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

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

  • List of tables in SRM

    Hi all,
           can anyone send me the list of tables in SRM.also
    some useful docs for SRM ABAP development(info on BADI etc).Will reward points..
    mail me at [email protected]

    Hi,
    Please look at following threads:
    Re: List of CRM tables
    TABLES
    Regards,
    Marcin

  • 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.

  • Individuall shopping lists for each User - SRM-MDM 3.0

    Hello everybody,
    I want to implement a SAP SRM-MDM scenario with SRM-MDM 3.0. The SRM-MDM 3.0 has the poissiblity to create shopping carts for every 'MDM User'. But that's not enough for our users.
    Is it possible to create different shopping lists for each user?
    I already use the setting: sl_user with the attribute SY-UNAME but it doesn't work
    10                                    http://...:50100/SRM-MDM/SRM_MDM     URL
    19     sl_user          SY-UNAME               SAP-Feld
    20     username          User1               Festwert
    30     password          <blank>                                        Festwert
    40     server          s27sr7               Festwert
    50     catalog          SR7_MDM3_Catalog_4_Produktiv_2     Festwert
    60     uilanguage          SY-LANGU               SAP-Feld
    70     datalanguage     SY-LANGU               SAP-Feld
    I hope anybody can help me.
    Regards,
    Andi

    @everybody: Thanks for your fast reply!
    @Girish: Yes, I think we have the same problem
    @Padhi: It is not a prictically solution to create every SAP SRM User (3.000) in the SAP SRM-MDM Catalog. In comparison to other catalog systems (e.g. heiler) this have to be a standard feature
    @Kanth: That's correct, you can activate the shopping list option for the MDM User. But the MDM User only defines the rights and masks. For the MDM it is not necessary to login with your SAP / SAP SRM Username.
    Note [1153525|https://websmp130.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1153525] describe the long-needed function in SRM-MDM. But it seems, that this feature only work in SRM-MDM 2.0.
    Maybe anybody know anything else about this problem... I'm thankful about every hint!
    Regards,
    Andreas

  • 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 TCODES IN SRM

    Hi,
    Please provide me the list of Tcodes in SAPSRM.
    Thanks,
    Manu

    Here are some of them...
    BBPSC01 Shopping Cart - Full Functionality
    BBPSC02 Shopping Cart - Wizard
    BBPSC03 Shopping Cart - Limited Functions
    BBPSC04 Shopping Cart Status
    BBPSC05 Public Template (Create)
    BBPSC06 Public Template (Change)
    BBPSC07 Manager Inbox
    BBPSC08 Employee Inbox
    BBPSC09 Administrator Cockpit
    BBPSC10 Reviewer Inbox
    BBPSC11 Shopping Cart Display Item Overview
    BBPSC12 Shopping Cart Display Item Details
    BBPCF01 GR/SE for Vendor
    BBPCF02 GR/SE for Desktop User
    BBPCF03 Goods Recpt/Serv.for Profession.User
    BBPCF04 Confirmation Approval
    BBPCF05 Carry Out Review for Confirmation
    BBPCF07 External Confirmation Display
    PPOCA_BBP Create Attributes
    PPOCV_BBP Create Vendor Groups
    PPOMA_BBP Change Attributes
    PPOMV_BBP Change Vendor Groups
    PPOSA_BBP Display Attributes
    PPOSV_BBP Display Vendor Groups
    Thanks
    Arun

  • 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

  • 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.

  • To find Distribution List in srm 4.0

    Hello SRM Gurus
    Good Day to all.
    Workflow-Approval Workflow for Vendor from OPI
    WS14000030" for the approval of vendors/business partners.
    After transfering vendors ,The mails go to the Approval Manager as well as one distribution list. Now I may need to change the distribution list in to new name. I would like to know the path where the distribution list is existing in SRM 4.0. Thanks. Raman

    Resolved. Found from SOST - Out going mails  via one user id has group mail. Thanks Raman

  • 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

Maybe you are looking for