UAR-Need additional Employee data for review

We are just starting work on trying to implement UAR to replace our current manual User Review process.  In our current process, access is reviewed by the Role Owners (BDOs), and they are given a spreadsheet containing the roles and users.  This spreadsheet contains a lot of information about the users (department, job title, location, etc.) that the BDOs need to be able to perform the review. 
I've seem some sample screen shots of the UAR request and the only user information they seem to contain is the userid and user name.  This is inadequate for our reviewers.  We are a large company, so there is no way a BDO is going to know who everyone is and whether their access is appropriate based on just their id and name.  They are going to have to have additional employee data.
1.  Can additional fields be added to the UAR request?
2.  Does the userid maybe work similar to role name (you can click on the role name in a request and see the role information)?
3.  If neither 1 or 2 are options, how do most companies handle providing additonal employee data to the review?
4.  Do most companies have the Manager or the Role Owner as the reviewer?
Thanks.

Hi Bob,
I do not think so that u can add additional fields for UAR request. As UAR requests are generated with help of background job.
Data in the request are pulled from ERM application.
Also in UAR request first & last name of user is also shown apart from user id.
kind Regards,
Srinivasan

Similar Messages

  • Employee Data for Business Partner

    Hi All,
    I am using BAPI_BUPA_CREATE_FROM_DATA as a Function Module in a program to create Business Partners by reading data from an Excel file.I am able to create business partners but I couldn't find the BAPI using which I can add Employee data for "Employee" role of a new Business Partner.
    Can anyone help me out in this regard.
    Kind Regards,
    Deepti

    Hi Deepti,
    You can see if the function module BAPI_BUPA_FS_EMPLOYM_ADD is more appropriate for you.
    Regards
    Venu

  • Need to get data for month entered in  user prompt to prior 12months.

    Hi,
    I have a report where i need to display total amount for current month  to prior  12 months data...first column will be current month, second column is (current month-1),3rd col: (current month-2)....( current month-12).
    Is there any way I could use current date to get previous 12 months in  variables?
    For example: if  current date is 02/15/2010, I need get  data for 01/2010, 12/2009, 11/2009,....01/2009.
    For example: if I entered Month: 03  and year:2010 in prompt , then I need to get data for prior 12 months to that in the prompt for month:03?.

    The only way to do this is using restrictions on Universe... here you can have the restrictions for every month or a range using the user prompt and the system date.
    Regards

  • Need some sample data for obiee practice

    Hi All,
    I installed OBIEE 11.1.1.5 using SQL SERVER 2005.
    Can someone help me out some sample data for practise purpose other than sampleapplite
    Thanks,
    SatyaB

    The full version of BI Sample Application (not the lite) has a pretty good amount of sample data for practice. Have you tried using it?
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html

  • Need to get data for specific user logged in

    Hi All,
    I need some pointers for the sql query. I have a query that extracts approval history information along with current status of person who submitted for changes of his direct reportee.
    what I need is to get the only the approval data of logged in person( top to bottom/bottom to top persons involved) in approval process.
    we built the report, but it gets all of the approvals data from HRSS related tables.
    I need to get the data of person who logged in.
    is this possible? can someone please provide some pointers?
    Thanks in advance..

    @Pablolee, Thanks for the reply
    Pointer number 1.
    Provide a (working)test case so that your requirements are clear.
    -- scenario
    lets say we have   Manager1, Manager2, Manager3
    Here is test case
       Manager1 - Submitted person salary change and went for approval. In this approval process It went upto manager level say Manager3.
    the sql query i have gets all approval process data of all other's manager's involved in whole approval process. as Manager1 when i logged in I wanted to see where this salary change record is pending i.e Manager3.
    but my query show all others data also. can you tell me how to get Manager1(top to bottom OR bottom to top of this person logged in) change record submitted data in approval process.
    I hope you understand this, If possible please let me know how to achieve this.
    Thx..

  • Need to record data for 4 hrs at a rate of every 30s

    Hello,
    I'm fairly new to LabVIEW and need assistance. I have this VI that manually records torque and temperature by hitting a button. I want to alter it so that when I run the program  I can automatically collect data every 30 sec for 4 hrs and then the program stops. Any help would be appreciated. I have attached the VI. 

    Bob_Schor wrote:
    One of the most difficult things for people new to LabVIEW to avoid is the temptation to "just start coding" -- as often as not, you end up with a bunch of (often Express) VIs wired together that do something, but rarely what you want it to do.
    I recommend starting with thinking about the overall design, asking yourself "What do I want to do?".  In your case, it sounds like "Record data (not yet defined) every 30 seconds for 4 hours".  Now break this down -- what does "record data" mean?  How much data?  How many channels?  What data rate?  What do you want to do with the data?
    This might be a "unit" of your code, that is, this "Data Recording Block" might, in some ways, stand alone.  One way this could happen would be if you recorded, say, 5 seconds of data, wrote the data to a uniquely-named file, then stopped recording.  "Aha!", I (don't) hear you saying, "this should be written as a sub-VI called "Save Some Data" that I put in my main program and call every 30 seconds until 4 hours have gone by".
    What is this isn't your model?  Maybe you want to start data acquisition, keep it running, and every 30 seconds save some aliquot of the data to a file.  Fine, but that's another Design Decision that you should make before starting to code.  This kind of model sounds liek it might be a Producer (continuous data acquisition)/Consumer (periodic saving of the data) design, with the Consumer "worrying" about saving, say, 5 second aliquots of data every 30 seconds for 4 hours.  This last bit (namely getting the Consumer to "do its thing" properly) might be handled by a State Machine design ("Save to File", "Wait for next Sample Time", "Count Elapsed Time").
    Here is a piece of Good Advice -- never put an "Abort LabVIEW" command in your program!  Notice you have a Stop button to stop the loop, and can OR wire the output now going to the Abort to the same Stop indicator.  Use Abort in the rare instance where failure to instantly kill the program will result in someone's death or injury -- you're not yet ready to code at this level.
    Bob Schor
    To expand on this idea, I usually write up at least a "casual" requirements document - even if it's just a few paragraphs - and code each "requirement" as a subVI.

  • Need to Display Data for Cummulated to Current Day of Current Fiscal Year

    We use fiscal variant V3 (April-March).  My need is to display data automatically from first of fiscal period (April 1 2006) to today.
    I tried using 0CYTCD on Calendar Day but this works only for the current calendar year that the system is in  i.e 2007.
    Is there a standard variable I can use on 0CALDAY so I always get data from day one of current fiscal year/period to today? e.g. April 1, 2006 to January 3, 2007
    If not, can someone please help with the exact customer exit code that I would need to write in CMOD in BW?
    Thanks a ton!

    I thought of using 0FYTCD variable, but I cannot find it in the business content.
    Has anyone used 0FYTCD (Fiscal year to current day) in BW 3.1 SP25?
    Again, I am looking for a variable that would get me the beginning of fiscal year to today.
    Thanks.

  • Do i need additional virus protection for macbook pro

    I have a MacBook Pro - GH2 Intel with 4 GB of memory.  Upon login I have a blank screen except for 2 silhouettes. One silhouette is my name, the other silhouette is "guest user"  When I put in my password which is necessary each time, I then get a screen "Do you want the application "open exec" to accept incoming network connections?" (I press "allow") and next screen is "Do you want the application "openinfo" to accept incoing network connections? (I press "allow"). Next screen is SKYPE and each time I need to manually go in and "quit" Skype.
    Prior to this happening, I was getting the whirly bird all of the time and everything extremely slow.  I have an appointment at genius bar in 5 days but am concerned about a virus,etc.
    How can I protect myself so I can do banking, etc., prior to genius bar appointment? Should I purchase one of Apples anit virus programs from the app store?
    Thank you!!!!

    Could be malware/adware.
    Try:
    Remove unwanted adware that displays pop-up ads and graphics on your Mac
    Next
    Adwaremedic: Removes all known adware from your Mac
    If you can't download it since the malware is preventing it then see:
    https://discussions.apple.com/docs/DOC-7792

  • XPS 8700 - need additional network card for VMware Workstation

    Hello -
    I'm wanting to add either a dual or quad network card to my XPS 8700 so I can provide physical interfaces for some VMware Workstaion.  Is there a specific band or model that is compatible..?
    I've tried installing a spare Intel E1G42ET (dual port) card I had laying around, but the OS never saw it even with the drivers from Intel's website loaded up.
    Any suggestions..?  Thanks,

    No - but it's just another card to the BIOS. Also, there's already a Wireless NIC and an Ethernet NIC in there.  I appreciate the suggestion - I can test it,. but suspect the issue will remain the same.
    Thanks,

  • I need a sample excel data for practicing Dashboards

    Hi Experts ,
                        I am new to SAP  BO  Dashboards. i need sample excel data for practicing and designing a dash boards . kindly help me to get sample excel files from any where .Please suggest me where i can get sample excel files.
    Regards
    Abhi

    Hi,
    open the samples in the dashboard which come with source data as excel.or search on google you will get the dashboard files with sample excel data.or try to create own sample data and use in dashboard for learning.
    Amit

  • Appraisal -Additional header data

    HI,
    we have implemeted the HRHAP00_ADD_HEADER  Badi to get the additional employee data in the print layout of a form.
    I attahched this badi to  the additonal header data in the Lay out of a from ,still iam unable to get the further details of a employee in the print form.
    If any one has the similar experience or worked with the additional header data badi please share with me how to  get the additonal header data functionality.
    Thanks in advacne
    VK

    Hi ,
    Thanks for the reply. As you pointed out ,we are moving from ehp3 smart forms to ehp4 adobe forms.
    The BAdi was working fine with the smart form ,when we attached the same with the ehp4 standard print layout it  is not working.
    As i do not have much exposure to the techinical aspects i am unable to crack this issue. Please advise me where exactly i need to work and how to incorporate the BAdi into the form.
    Thanks a lot for your response.
    Thanks
    VK

  • Additional search criterias for opportunities: SYS_PROBABILITY, MilestoneDt

    Dear experts,
    we need additional search criterias for opportunities
    1.) we need to be able to search for the standard field of SYS_PROBABILITY
    2.) we need to be able to search for milestone dates we defined
    Do you have any idea how to handle these?
    Thanks in advance,
    BR Matthias

    Dear Shiromani,
    thanks for your input.
    I know about the possibilities of using AET, but the field I need: SYS_PROBABILITY does not show up in the available fields to be added.
    Furthermore we dont want to make our self generated fields searchable, but we want to search for specific Milestone Dates we customized.
    Any ideas?
    Thanks, BR Matthias

  • HISTORICAL DATA FOR HR

    Hi All,
    I am working on HR design in SAP.
    My client wants Historical information for every Infotype.
    I had around 30 NO.
    Creating DSO for each Infotype is the only option to capture historical data.
    I am not interested on creating Infosets.
    PLease advice!!
    Nani

    Praveen thanks for your quick response,
    For my requirement I need the historical data for the employees for the headcount trends, how can that be achieved?
    Thanks,
    Aashish

  • How to get data for current week and previous week using customer exit in Bex.

    Hi everyone,
    I have a scenario in which I need to display data for current week and previous week (based on "sy_datum" the program has to calculate current week and previous week) in Bex using  Customer exit. I have created one variable in Bex Query Designer and I have written code for the variable in CMOD. But it is not working fine, (I know that we can do the same by using offset value in Bex). Can some one guide me how to achieve my requirement using customer exit.
    Thanks in Advance,
    G S Ramanjaneyulu.

    Hi krishna,
    Thanks for your quick reply, can you have a look at my code,
    case i_vnam.
    WHEN 'ZPWK_CWK'.
    ranges : pre_week for sy-datum.
    data : start_date type DATS,
           end_date TYPE dats .
    ************FM TO GET FIRST DATE OF CURRENT WEEK ************************
    CALL FUNCTION 'BWSO_DATE_GET_FIRST_WEEKDAY'
      EXPORTING
        DATE_IN  = sy-datum
      IMPORTING
        DATE_OUT = start_date.   " WEEK FIRST DATE
    end_date = START_DATE + 6.   " WEEK LAST DATE
    END_DATE   = START_DATE - 1.   " PREVIOUS WEEK END DATE
    START_DATE = START_DATE - 7.   " PREVIOUS WEEK START  DATE
    **********PREVIOUS WEEK DATES IN PRE_WEEK******************
    pre_week-SIGN   = 'I'.
    pre_week-option = 'BT'.
    pre_week-LOW    = START_DATE.
    pre_week-HIGH   = END_DATE.
    APPEND  pre_week.
    CLEAR : START_DATE,END_DATE.
    endcase.
    Regards,
    G S Ramanjaneyulu.

  • How to extract data for particular two members of same dimension.

    As per the requirement i need to export data for certain members of a dimension. Lets say we need data for two account members A and B which is in in Account dimension only but is not a direct children. I need the data for all the available years too. Please suggest me how my DATAEXPORT command should look like.
    When i am using an AND statement it is not working accordingly. Say i am fixing for years 2007 and 2009 but the output file is coming for 2009 and 2010.
    Something other is happening when i am fixing OPEX_31 and OPEX_32. The values are coming not only for OPEX_31 and OPEX_32 but for many more accounts too.
    Here is my dataexport statement for your reference
    SET DATAEXPORTOPTIONS
    DataExportLevel "ALL";
    DataExportColFormat ON;
    DataExportDimHeader ON;
    DataExportOverwriteFile ON;
    FIX("LC","Total_Year","ESB1","2009","SIERRA","COSTCENTER_NA","CELLULAR_NA","OPEX_31",
    "January","February","March","April","May","June","July","August","September","October","November","December");
    DATAEXPORT "File" "     " "D:\exports\feb.txt";
    ENDFIX;
    I need data for OPEX_31 and OPEX_32 for all the available years starting from 2001 to 2025.
    Please suggest what are the modification needed to get the desired result.
    Thanks in advance

    Hi,
    There a few different options you can use for fixing on the months, years..
    e.g. FIX(January:December)
    or FIX(@CHILDREN(YearTotal)) < depends what the parent of the months is
    sames goes for years
    FIX(2009:2025)
    or
    FIX(@CHILDREN(Year)
    If your period dimension is dense you can always use that as the column header e.g. DataExportColHeader "Period" and then fix on the accounts you require.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • How can I delete my address book data

    Running Lion. I've read in several post that the data file is in home folder/library/application support/AddressBook. To test this I set up a temporary user account, added a few contacts to the address book, quit the application, deleted the entire A

  • Changed Dates Are Not Being Saved

    I bought a video capture device and am editing a bunch of old family films. I'm using the latest version of iMovie and am having problems with the clip dates. I can adjust the clip date in iMovie, to say 1984, but when I close iMovie and re-open it,

  • How to retrieve username and password that I have created in YouTube app in iPhone?

    I found out that YouTube in safari and YouTube app in iPhone it self are different thing. So I have created a username and password in YouTube app. Both username and password I have forgotten. How to retrieve my username and password?? I can't use th

  • Excel Running Slow

    MacBook Pro (13-inch, Mid 2012) 2.5 GHz Intel Core i5 8GM Ram SSD Drive Excel for Mac Version 14.4.5 When i use excel it is very, very slow.  Typical use cases: 1) Long time to open, save and close a file 2) CTRL-C is takes a minute with a spinning b

  • Will apple notice......

    ..... if i swap the hard drive on my macbook. I just found out i have a toshiba drive and its making me uneasy as...well they aren't well reputed. According to pictures from OWC there are no apple logos on the hard drives of the macbooks like they we