Get employee list

Hi Expert,
How do i get the list of employee who are in same employee subgroup , paysacle area, payscale group and allowance

Hi
Rightly said
use standard T code  S_AHR_61016369 - Employee List
use the selection screen and choose the required inputs.
regards
RR

Similar Messages

  • How to get the list of employees whose Sal on hold and who are active

    HI Experts,
    We are trying to extract a report,where the list of employees whose  salary was hold  and who are active in a particular month.
    Please advice.
    Regards,
    V Sai.

    Hi,
    I can think of two different solutions. You can choose the one as per the requirement.
    1. Creating  a report of locked employees as on date.
      Active employee that are locked in Infotype 3.
    As infotype 3 doesnt have different Begin data and end dates, we cannot have historic data/report.
    2. Creating a report for payroll not run.
    Getting a list of active  employees
    Check the RT of the employees for previous payroll runs.
    You can use the selection criterila for dates/months.
    Hope this helps.
    Param

  • How to get the list of employees whose full n final setellment done in mont

    hi  Experts,
    We are trying to get the list of employees whose full and final settelemnt were done in a particular month.
    Is there any way to get the employees whose fnf was done in a particular month.
    Please advice.
    Regards,
    V Sai.

    Hi Experts,
    We are trying to get the list of employees from sap for whom  we ran the FNF  in the current month.
    For example,if an employee left the organisation in the month of April,we  are holding the salary of the employye.
    After approvals from different departments,may be after 2 months we change the control record to april and we run the payroll for the employee.later we change the control record to current period.  In posting we use the other period and maintain 01 2010  and post to accounts.
    Here we want to extract the list of employees for whom we post the  Full and final settelement in the particular month.
    Please helpme to solve it.'
    U r help is highly approciated.
    Regards,
    Sai.

  • How can we get the top 5 employees list ................

    How can we get the list of top 5 employees who are drawing highest salaries from a table

    SQL> select * from
      2  (select ename,sal from emp order by sal desc)
      3  where rownum < 6;
    ENAME             SAL
    KING             5000
    SCOTT            3000
    FORD             3000
    JONES            2975
    BLAKE            2850
    SQL>

  • How can I create an IList Employee list based on my Employee class?

    I'm trying to create an IList<Employee> list based on my Employee class (below).  But this is erroring out.  Is my employee class missing anything?  How could I make this work?
    private void EmployeeList()
    IList<Employee> arL = new IList<Employee>(); //<<<<----errors out here
    arL.Add(new Employee {Name="Mary",Gender="Female", Age=35});
    arL.Add(new Employee { Name = "Bob", Gender = "Male", Age = 40 });
    arL.Add(new Employee { Name = "Tom", Gender = "Male", Age = 50 });
    var qm = from Employee employee in arL
    where employee.Age < 50
    select employee;
    foreach (var m in arL)
    Console.WriteLine(m.ToString());
    class Employee
    private string name;
    private string gender;
    private int age;
    public string Name
    get { return name; }
    set { name = value; }
    public string Gender
    get { return gender; }
    set { gender = value; }
    public int Age
    get {return age;}
    set {age = value;}
    Rich P

    IList is an interface, not a class. This means that it can't be instantiated (can't be "newed").
    List is a class, so it can be instantiated. It implements the IList interface, which means that it must provide the functionality specified in that interface.
    That's what an interface is - a definition of functionality that a class must provide. An interface is often described as a contract that a class must fulfill.
    So in the code in your last post, you are saying that arL is an instance of some class that implements the IList interface, and you are then setting it to an instance of the class List. The List class implements the IList interface, so this assignment is
    legit. It would also be legit to use any other class that implements IList, such as an array.
    Any class that implements IList can have as much extra functionality as whoever wrote it likes, as long as it implements at least the functionality of the interface.
    Sometimes you will come across a method in a library over which you have no control and which returns IList rather than list. In such a case you will be forced to do something like...
    IList list = SomeMethodOrOther();
    So you will have no idea what class list is an instance of, but you will know that it has the functionality of IList. This is about the only circumstance where I would recommend defining a variable as IList rather than List (but it probably won't be long
    before there are some replies to this post that disagree).

  • Report to Get the List of Personnel Numbers in COntrol Record

    Hi Folks,
    In Pao3-Control Record, we get the List of Personnel Numbers active for the current month in a Particular Payroll area, For one particular payroll area, we have around 1000 numbers , is there any standard report available to get the employee list along with personnel  numbers from the control record.
    Regards,
    Sekar.

    You can try using Flexible Employee Report.
    Choose Payroll Area as Input
    Choose Personnel Number and Employment status as Output.
    Try this.

  • FM for getting employees by JOB

    Hi All,
    Does anybody know the function module to be used to get a list of employees with a particular job code in SAP HR?
    Thanks for the help.
    Regards,
    Krishnakumar PM

    Hi,
    You can use the function module  RH_STRUC_GET by passing the following parameters:
    ACT_OTYPE = 'C' - C implies Job
    ACT_OBJID = <job_key_id>
    ACT_WEGID = C_S_S_P
    - here C_S_S_P is the relationship ID which will link Job (C)-> Position (S) -> Personnel (P)
    You shall get the  RESULT_TAB returned
    In thsi RESULT_TAB delete all entries where OTYPE is not 'P'
    Then the remaining entries are the personnel number (RESULT_TAB-OBJID) in RESULT_TAB table.
    Cheers,
    Aditya

  • TMW: auto loading employee list in time data screen

    Hi all,
    Within TMW one can have an employee list.  I'd like to get the employee selection auto loaded in the time data subscreen.  Without double clicking on the employee selection or using the button "copy selected records".
    Anyone have an idea how to do this?
    Please help!
    Kr,
    Jonathan

    Sakira,
    Thanks for the feedback.  I don't think i was clear enough, sorry.
    The problem i have is in the Time Manager Workplace.  There a user gets an employee selection (we are using the multiple persons view btw).  If the user wants to register absences for his/her crew he still needs to transfer his crew members to the time data screen.
    Standard only the first person of his crew is transfered.  It would be really helpfull if his complete crew was transfered automatically.  So he starts TMW and can immediately start registering absences for his crew.
    BTW thanks for the quick response!
    Kr,
    Jonathan

  • Select employee list on HR portal

    Hi Experts,
      We have a customizing process on our HR portal about performance appraisal with ADOBE form. The manager can select the employee list by choosing level one employee list or level 2, 3...employee list. For example, one general manager A can choose manager B as N1 employee or engineer C under manager B as N2 list.
      The situation is, when one of our general manager want to display N2 employee list, it needs to spend a lot of time since there are many emploees under his position, sometimes it will time out. I tried to get the SQL trace from ST05, and there are always one SQL statement during the N2 employee list select process is to select data by jion table HRP1001 and PA0001.
      I have no idea how can I improve the seletion process to make list easlier, please give me your command if possible.
      Thank you very much.

    Hi Joseph
    It seems you are using your own ABAP / recursive logic to retrieve 2 or more levels below the department head.
    Had you explored using standard SAP structural authorizations in your set up ?   Just my 2 cents.
    Gregg

  • Employee List

    Hi,
             I have a requirment where the user will select an Employye personel number on Webdynpro screen and get his position , if its a Manager Postion ? i need to list the all the employess under the same org unit to be selected in order to replace his position. Could you please give some sample code in order to progress.
    Thanks,
    Kumar

    Hi manjunath,
    1. First get list of PERNR from table PA0000
       where MASSN = '01'
    (01 action is for hiring normally, it also depends upon configuration)
    2. Then Get employees with their name
       from table PA0001.
    regards,
    amit m.

  • Table/FM for getting Employees Assigned to PM Order

    Hi All,
    Please let me know the table name or function module to get the list of employees assigned to PM Order through HRMS. I need the list of persons assigned to operations which are assigned in Requirements Tab of operation details.
    Sundar

    Hi Sundar,
    Please check BAPI_ALM_ORDER_GET_DETAIL or BAPI_ALM_OPERATION_GET_DETAIL, the operations output does give personnel number. I didnt test though if this number is same as person assigned to operation.
    Regards
    Shrikant
    Edited by: Shrikant Rakate on Nov 17, 2011 11:30 AM

  • Table/FM for getting Employees Assigned to Workcenter

    Hi All,
    Please let me know table name or function module to get the list of employees assigned to workcenter through HRMS.
    Sundar

    Sundar,
    These tables should give you what you need:
    CRHD > HRP1000 > HRP1001 > PA0001
    Paul

  • Getting a list of recently visited websites

    Dear All ,
    i made client/server application , where the server is running on a machine on the same local network and me (the client) send commands to be executed and parse the output ... i'm trying to get a list of recently visited websites of the remote computer and i don't know how to do that .. so if any one can please help me in this problem
    Best Regards,
    MIG()ZZZZ

    Unlimited Creativity in
    Software Development
    Web Designing
    Flash Softwares
    Digital Flip Book
    Digital Magazines
    School Management Software
    Employee Management Software
    Biometric Device Softwares
    Mobile Devices Software
    Unix/Linux Tech Support
    Search Engine Optimization
    Find more.......
    evani
    <a href="http://www.fidapp.comfidapp
    Edited by: evani on Jun 6, 2009 12:06 AM

  • In previous versions of i Tunes you could highlight a song in your library and there would be a genious list on the right side of the screen showing songs like the one highlighted in the library. Now I do not get that list. Is there a way to get this back

    In previous versions of i Tunes I could highlight a song in my library and a genious list would show on the right side of the screen listing songs that were like the one highlighted. Now I do not get that list. Is there a way to get that back?

    Hi again Bob,
    I believe I've found the feature you were speaking about now. Information on the "In the Store" feature of iTunes can be found here:
    Apple - iTunes - Inside iTunes - Using In the Store from within your iTunes Library.
    http://www.apple.com/itunes/inside-itunes/2013/01/using-in-the-store-from-within -your-itunes-library.html
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Is there a way of getting a list of upcoming alerts/alarms and their times?

    I'd like to get a list of alert times, so that I can see if I have any that will be going off in the middle of the night!
    Many months back, I purged those pesky midnight alerts by scrolling through week by week and looking for the all-day events and checking each one. It was a chore.
    Now, due an odd synching issue between iCal and an app, I'm a tad concerned that some late night alerts may have been set, or PMs may have changed to AMs, or other oddities introduced. I'd like to scan a list of alerts for the next several months to ensure that none are set to go off during the sleeping hours!
    Just browsing events (say week by week) doesn't help me because they could have alerts set for all sorts of different times (or no alerts at all). If there isn't a way of listing the alerts, then I'll have to go through each individual event/to do to check its alert and time-- and there are hundreds!
    Hope this makes sense.

    Try this in Script Editor - the list of alarms will be in the result pane.
    AK
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">tell application "iCal"
    set Alarming to ""
    set MyCalendars to every calendar where writable of it is true
    repeat with ThisCal in MyCalendars
    set MyEvents to events of ThisCal
    repeat with ThisEvent in MyEvents
    repeat with ThisAlarm in (display alarms of ThisEvent) & (sound alarms of ThisEvent)
    set AlarmTime to (start date of ThisEvent) + (trigger interval of ThisAlarm)
    set GotOne to ((name of ThisCal) & ": " & (summary of ThisEvent) & ": " & (start date of ThisEvent as string) & " alarm " & trigger interval of ThisAlarm as string) & " minutes."
    set Alarming to Alarming & GotOne & return
    end repeat
    end repeat
    end repeat
    end tell
    Alarming
    </pre>

Maybe you are looking for

  • Is the latest version of FCP studio compatible with Radeon X1600 graphics..

    I read under the requirements that the latest version of FCP studio is not compatible with "integrated graphics cards"... what does that mean to me with an iMac that has a Radeon X1600 with 128MB and a bus type PCIe? Will it work? Thanks!

  • Diference between Service tax and GTA service tax

    Hi, Kindly tell me what is the difference between service tax and GTA service tax and their accounting entries in SAP ? With Regards, Samrat

  • Itunes cant find "iTunes" folder in Windows XP Professional

    after installation of iTunes 4.7.1 without error messages, iTunes wont start up. Keeps giving error message: The folder "iTunes" cannot be found or created and is required. The default location for this folder is inside the "My Music" folder. On my w

  • Dragging QT clips to iMovie

    I have a Firestore FS-4 Pro (external hard drive) that I use when recording football for the local community college. When recording, the footage is recorded as Quick Time files on the FS-4. When I mount the drive, open the folder and drag the files

  • Transport of texts

    Hi people, in the layout of my component I have texts that I input directly in the 'text' property of the UI element. Somebody transported the component to Production environment, and the texts were still ok. Then I modified some texts in Development