How to get Work schedule repor of employees

Hi all
Can any one help me out in
how to get work schedule report of employees who are works in different shifts in an organization.
Thnks in Advance
Anusha

Hi Anush,
Find the SAP Standard reports for Work schedules:
- PT03 - Display Work Schedule
- PT63 - Personal Work Schedule (even PT61 also helpful as biswajit said)
- PT_DSH20 - Daily Work Schedule
Otherwise you have Time Manager’s Workplace/ Ad Hoc Query reports to view detail reports, which are user friendly for maintain time data.
TC for Time manager’s workplace is PTMW
TC for Ad-hoc query is S_PH0_48000513
I suggest you to go with Ad-hoc and select all fields that what ever output you want and view the results (even you can upload also)
Cheers,
TG
Message was edited by: TG

Similar Messages

  • How to get work schedule through pernr

    I'd like to get one pernr's work schedule, just some data like how many hours does he work a day? which quota type does a absence type deduct?  Is there any BAPI or FM to get it?
       I check the img, and find that if you use pernr to get esg, and psg, than you can get it? but i don't think it is a good idea? so any way, help me , please.

    hi,
    use f.m HR_PERSON_READ_WORK_SCHEDULE
    Thanks
    Vishal kapoor

  • How to create/maintain individual work schedule instead of employee subgr.

    Res.all.
    We want to create a work schedule for every employee as they may come in any shift.we are implimenting negative time mgt.
    As in sap we have to group our employees for work schedule,can anybody guide on this.
    Regards
    sammeer

    Hi Sameer,
    Y u Want to go with Individual WSR its impossible to configure.
    Do one thing Create all types of shifts and in Period Work Schedule normally u assign it in normal rotation.
    Now In your scenario maintain for each employees IT2051 in which his WSR from IT0007 will be maintained directly. Now when an employee changes from the proposed shift then you can directly maintain in IT2051 his actual shift.
    Now daily Time administrator should run a report where in he must have all employees actual shift and tell him to directly upload each employee's IT2051.
    Try this
    Regards
    Pavani
    Remainder: Reward points if answer is helpful.

  • How to get Manager id automatically when Employee Id is given.

    How to get Manager id automatically when Employee Id is given.
    1) I created a simple BO with two elements namely
        1.Employee Id
        2.Manager id
    How to get employee's first name and last name?
    And how will i get manager id  automatic when i click employee id in element field.
    Anbu.

    Have you tried to use "APPS.FND_CONCURRENT" API?
    http://etrm.oracle.com/pls/trm11510/etrm_pnav.show_object?c_name=FND_CONCURRENT&c_owner=APPS&c_type=PACKAGE
    http://etrm.oracle.com/pls/trm11510/etrm_pnav.show_object?c_name=FND_CONCURRENT&c_owner=APPS&c_type=PACKAGE%20BODY
    Thanks,
    Hussein

  • How to get work JavaFX WebViewBrowser sample in debian linux wheezy?

    How to get work JavaFX WebViewBrowser sample in debian linux wheezy
    You may also check latest version of this problem here... 
    The Starting point I have
    Debian wheezy
    java version "1.7.0_40"
    Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
    Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode)
    GTK version: 2.24
    NetBeans 7.3.1
    Certified configuration acording to JavaFX Supported Configurations
    is
    Ubuntu 10.4 +
      gtk2 2.18+
    GTK is OK. do I require ubuntu?
    first try: by  downloading Java SE Downloads - javafx sample
    Let's try it
    zolta@zolta:~/dolgaim/IT/NetBeansProjects/javafx/javafx-samples-2.2.40$ java -jar SwingInterop.jar
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGILL (0x4) at pc=0x9b6b4c22, pid=21172, tid=2658700144
    # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
    # Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode linux-x86 )
    # Problematic frame:
    # C  0x9b6b4c22
    # Core dump written. Default location: /home/zolta/dolgaim/IT/NetBeansProjects/javafx/javafx-samples-2.2.40/core or core.21172
    # An error report file with more information is saved as:
    # /tmp/hs_err_pid21172.log
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Terminated
    Let's see what core dump says
    to be continued...

    Gusar wrote:
    We need *a lot* more info than that. Could be something very simple, like the interface being up before starting wifi-menu (netctl doesn't like the interface being up, it'll only start correctly if the interface is down).
    Or it could be something more. In which case, you'll need to start wpa_supplicant manually with debugging enabled:
    wpa_supplicant -i wlp18s0b1 -c <(wpa_passphrase MYSSID passphrase) -d
    Once this says you're connected, open another terminal and start dhcpcd. Or, if wpa_supplicant doesn't manage to connect, post the *entire* output.
    Edit: Ok, you posted more info as I was writing my post. Will look through that, maybe it contains something useful. If not, follow the instructions above.
    Edit2: Nope, nothing about wireless in there, except that the driver loaded.
    It worked!!
    I was looking into the logs and found an authentication failure...my password is very long so I made some mistakes while typing it.
    So this is the solution all the way:
    SOLUTION:
    - No need to install or load any external drivers (all I used was already in the base installation)
    - DISABLE THE HIDDEN NETWORK OPTION IN THE ROUTER (thanks for the heads-up @Gusar)
    - run "# wifi-menu"
         or
           "# wpa_supplicant -i [interface] -c <(wpa_passphrase MYSSID passphrase) -d"
    - run "# dhcpcd [interface]"
    - Good to go!!
    I'm sorry for the trouble guys, and like I imagined, it was really easy and now I see my newbiness hahaha ;D
    Thanks.

  • In mdx how to get max date for all employees is it posible shall we use group by in mdx

    in mdx how to get max date for all employees is it posible shall we use group by in mdx
    example
    empno  ename date
    1         hari        12-01-1982
    1         hari        13-06-2000
    by using above data i want to get max data

    Hi Hari3109,
    According to your description, you want to get the max date for the employees, right?
    In your scenario, do you want to get the max date for all the employees or for each employee? In MDX, we have the Max function to achieve your requirement. You can refer to Naveen's link or the link below to see the details.
    http://www.sqldbpros.com/2013/08/get-the-max-date-from-a-cube-using-mdx/
    If this is not what you want, please provide us more information about the structure of you cube, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to get second maximum salary from employee table(sql query)

    how to get second maximum salary from employee table(sql query)

    dude there is no matter of structure .........that user already said its from employee table ...............its basic table in sql and there is no need to specify the table structure
    .........i think u got my point I think you are the one who didn't understand Sarma's point.
    Give a man a fish and you feed him once. Teach a man how to fish and you feed him a life long.
    >
    and the query is
    select max(sal) from emp where sal<(select max(sal)
    from emp);
    this will give the 2nd max salary from the emp tableBtw: You solution is bad, because it needs to scan and sort the table emp twice. And a better solution has been given already.
    Message was edited by:
    Sven W. - reordered statements

  • How to create work schedules for hours calculation

    HI Experts,
    We are working on payroll process which has to be consider  the number of working hours  for calculation.
    Now we need to generate the workschedule based on hours.
    What is the process of creation of workschedule  with respect to the consideration of number of hours.
    Please share your ideas on creation of workschedules with respect to number of hours.
    Thanks and regards,
    Sairam.

    Dear Siki,
    I want to create a new work schedule for the employees for whom the  salary calculation to be based on  working hours.
    Is there any preacautions to be maintained for the generation of work schedules in these directions.
    Regards,
    Sairam.

  • Issue with respect to Daily work schedule creation for employees in UK Shif

    Hi Experts,
    We are implementing neagtive time management for our client . there are a set of employees who work in UK shift.
    Th shift timings are a bit odd.
    Timings 11:30  to 18:00 is the time when employee has to work at his Office
    and  21:00 to 22:00  he has to work from home
    Please make a note the above given timings is for a single day.
    Please guide me how to go a head.
    Regards,
    Smitha

    Smitha
    Create break schedules as below first
    01     UKBK     01     18:00     18:30               0,50
    01     UKBK     02     18:30     22:00     2,50         
    then create daily work schedule as below
    DWS grouping         01                                       Start         End
    Daily work schedule  UKDW   UK daily Work       01.01.1990 31.12.9999
    Planned working hours               DWS selection rule          01
    Planned working time            -
    Planned working time     11:30  -  22:00
    Normal working time             -
    Core time 1                     -
    Core time 2                     -
    Work break schedule      UKBK
    Hope it will solve your problem.
    Surya

  • How to attached Work Schedule by Interface

    Guys
    we are using 11.5.10 hrms module,we want to use work schedule for employee roster,but now how cant it possible to attached bulk employee data with the schedule,is there any api or sth else,
    please advice,how can it possible,
    -

    Hi Anush,
    Find the SAP Standard reports for Work schedules:
    - PT03 - Display Work Schedule
    - PT63 - Personal Work Schedule (even PT61 also helpful as biswajit said)
    - PT_DSH20 - Daily Work Schedule
    Otherwise you have Time Manager’s Workplace/ Ad Hoc Query reports to view detail reports, which are user friendly for maintain time data.
    TC for Time manager’s workplace is PTMW
    TC for Ad-hoc query is S_PH0_48000513
    I suggest you to go with Ad-hoc and select all fields that what ever output you want and view the results (even you can upload also)
    Cheers,
    TG
    Message was edited by: TG

  • How to get check number for the employee's paycheck

    Hello
    Anyone can advise on how to get the check number for an employee's pacheck
    I got employee first name,last name,GROSS salary,Tax Info,and NET salary.I need the CHECK NUMBER.
    please advise
    thanks
    kp
    Edited by: user8612301 on Dec 16, 2010 1:26 PM

    Hi,
    Or are you looking for this:
    SELECT serial_number, paaf.assignment_number
    FROM pay_assignment_actions paa, per_all_assignments_f paaf
    WHERE action_status = 'C'
    AND paaf.assignment_id = paa.assignment_id
    AND serial_number IS NOT NULL
    AND SYSDATE BETWEEN paaf.effective_start_date AND paaf.effective_end_date;
    - Viky
    Edited by: Viky on Dec 17, 2010 11:42 AM

  • How to get work center

    Hi All,
    I am creating r actual and planned renue report for service orders ( CS ) .
    Problem :
    I have a service order number , But i am  unable get the workcenter of the order.
    Please guide me how to get the workcenter based on service order.
    Thanks in advance
    Regards
    Sudhakar

    Dear Sudhakar,
    Try using this FM: CR_WORKSTATION_READ
    Field: GEWRK (Object ID of the Work Center)
    View: VIAUFKST
    Regards
    s@k
    Edited by: siemens.a.k on Feb 11, 2010 10:18 AM

  • How to get work item details programatically ?

    Hi All,
    I have a list of work items (process instances) and I want to retrieve each item details such as: attachments, notes, id, ...
    All the items are filtered and represented as Fuego.Papi.Instance:
    Fuego.Papi.Instance[] inst = busProcess.getInstancesByFilter(filter : instFilter);
    But the work item details are inherited from Fuego.Lib.ProcessInstance. So, how to get the item details from inst[] ?
    Would appreciate any help, may be Dan will have an advise ?
    Regards,
    Kim

    If you have instances returned by your filter, you could extract variable information for each instance by doing something like this:
    for each inst in getInstancesByFilter(ps, filter : instF) do
        // here's how to get the value inside a primitive instance variable
        orderAmtObj as Object = getVar(inst, var : "orderAmount")
        // here's how to get the value of attributes inside a complex BPM Object instance variable
        //    - in this case this is an "order" object with two attributes (customerName and amount)
        orderObj as Object = (getVar(inst, var : "order"))
        xmlObject = Fuego.Xml.XMLObject(createXmlTextFor(DynamicXml, object : orderObj, topLevelTag : "xsi"))
        logMessage "The value of the order object's customer name is: " +
               selectString(xmlObject, xpath : "customerName")
        logMessage "The value of the order object's order amount is: " +
               selectNumber(xmlObject, xpath : "amount")
        // here's a rather uninspired way to retrieve who the participant is that was assigned the instance
        logMessage "The participant assigned to this instance is: " + inst.participantId
    endInside the above "for" loop, you could retrieve these predefined variables (this example assumes you use "inst" in your "for" loop):
        objRet as Any
        objRet = inst.getVar(var : "PREDEFINE_ACTIVITY")
        logMessage "Activity name = " + objRet using severity = DEBUGSubstitute "PREDEFINE_ACTIVITY" in the above logic to get this information:
    PREDEFINE_PRIORITY (priority)
    PREDEFINE_ACTIVITY_DEADLINE (activity.deadline)
    PREDEFINE_CREATION_TIME (creation.time)
    PREDEFINE_PROCESS_DEADLINE (deadline)
    PREDEFINE_DESCRIPTION (description)
    PREDEFINE_PROCESS (process)
    PREDEFINE_RECEIVED_TIME (receptionTime)
    PREDEFINE_PARTICIPANT (participant)
    PREDEFINE_COPY (id.copy)
    PREDEFINE_STATUS (status)
    Similarly, you might want to try to get instance information using the Fuego.Papi.VarDefinition object a try. Never used it, but the logic might be as simple as:
        logMessage "who created? = " + inst.getVar(Fuego.Papi.VarDefinition.CREATOR_ID) using severity = DEBUG
        logMessage "does it have attachments? = " + inst.getVar(Fuego.Papi.VarDefinition.HAS_ATTACHMENTS) using severity = DEBUG   
        logMessage "does it have notes? = " + inst.getVar(Fuego.Papi.VarDefinition.hasnotes) using severity = DEBUGDan

  • In GP how to get work items in outlook inbox

    Hi,
    Any one can explain me how to send work items to Outlook Mail. This option is there in ABAP work flow. I need solution in GP.
    Please give any sloution.
    Thanks,
    Sunil

    Hi Jonathon,
    in our last project, we faced the same problem and resolved it with a standard notification CO:
    - we put a notification CO (+ action) in front of the action you mentioned (that one that generates the UWL's workitem and provides the CO for manual processing)
    - the notification's addressee will be the current processor, who is also the guy to do the manual processing
    - the notification email contains a link to the process' current workitem, which is the action you mentioned (e.g. a webdynpro form or whatever the manual processing is)
    The result is, that there will be an automatically sent notification, followed by the normal manual processing. And our client was happy to be able to customize every single email.
    See this link for email administration: http://help.sap.com/saphelp_nw04s/helpdata/en/43/f9097d1b607061e10000000a1553f6/frameset.htm
    Best regards
    Daniel

  • How  to get Mail  address  of  an Employee in  Workflow  ?

    Hello Everybody ,
    I want  to send mail  to employee   through  workflow    . I  have  Employee  number  PERNR  but  which method and  B.O   should i used  to get   email  address  of  that  employee   .?
    Any solution .?
    Regards,
    Sandeep Jadhav

    hi:
    Try the function module HR_FBN_GET_USER_EMAIL_ADDRESS
    else Create a Z_function module and put the following code as
    ORM find_email_address USING    p_uname
                            CHANGING p_recextnam LIKE soos1-recextnam.
      DATA:   t_pernr LIKE pa0105-pernr,
              t_email LIKE pa0105-usrid_long.
    STEP 1 - Find personnel number for UNAME
      SELECT SINGLE pernr INTO t_pernr
        FROM pa0105
        WHERE subty = '0001' AND
              endda >= sy-datum AND
              begda <= sy-datum AND
              usrid = p_uname.
    Employee record found
      IF sy-subrc = 0.
    STEP 2 - Find email address for personnel number
        SELECT SINGLE usrid_long INTO t_email
          FROM pa0105
          WHERE pernr = t_pernr AND
                subty = '0022' AND
                endda >= sy-datum AND
                begda <= sy-datum.
        IF sy-subrc = 0.
          IF NOT p_recextnam IS INITIAL.
            CONCATENATE p_recextnam t_email
              INTO p_recextnam SEPARATED BY ','.
          ELSE.
            p_recextnam = t_email.
          ENDIF.
        ELSE.  "Never found an email address for employee
    WHO SHOULD WE SEND TO HERE??? ***
        ENDIF.
    Employee number not found. Search in ADR6 table
      ELSE.
    See if user name is in the username table.
    i.e. The user is not an employee
        SELECT SINGLE addrnumber persnumber
          INTO (usr21-addrnumber, usr21-persnumber)
          FROM usr21
          WHERE bname = p_uname.
        IF sy-subrc = 0.
    Found user name now let's get the email address
          SELECT SINGLE smtp_addr INTO t_email
            FROM adr6
            WHERE addrnumber = usr21-addrnumber AND
                  persnumber = usr21-persnumber.
          IF sy-subrc <> 0 OR t_email IS INITIAL.
    WHO SHOULD WE SEND TO HERE??? ***
          ELSE.  "Found email
            IF NOT p_recextnam IS INITIAL.
              CONCATENATE p_recextnam t_email
                INTO p_recextnam SEPARATED BY ','.
            ELSE.
              p_recextnam = t_email.
            ENDIF.
          ENDIF.
        ELSE.   "UNAME just does not have an email address addigned at all
    WHO SHOULD WE SEND TO HERE??? ***
        ENDIF.
      ENDIF.
    Regards
    Shashi

Maybe you are looking for

  • Internal iMac hard drive keeps trying to power down without my consent

    How do you stop an internal hard drive from shutting down when you didn't ask it to? Background: I use Missing Sync for Palm to sync my Palm handheld with my iMac. My Palm has a SD card slot it in and the sync software came with a program that allows

  • Avoid duplication of material number in Sales Order.

    Hi all I want to restrict the user for entering the duplicate Material number while creation of Sales Order . I have done the changes in Program MV45AFZZ IN FORM USEREXIT_SAVE_DOCUMENT_PREPARE, but was able give warning message for duplicate material

  • Why doesn't Adobe Reader XI load when viewing online PDFs?

    This is probably a stupid question, but I noticed something odd last night.  I have Adobe Reader 9 on my netbook and Adobe Reader XI on my main computer.  I had been browsing some online PDF files on my netbook, and in Adobe Reader 9 I get the Reader

  • Buying a copy of CS6 Master Collection from someone

    Hello, I found an ad on craigslist for a person selling a copy of CS6 Master Collection. I was going to meet with them but then saw you can only download to 2 computers and cannot use simultaneously. When I expressed that concern to the seller he cla

  • Cant get link aggregation working on srw2048

    Hello We are trying to setup link aggregation between 2 nodes in our cluster. They are 64 bit nodes running Opensuse 11.1 and are connected by Gigabit Ethernet. We have an srw2048 switch. The problem is we are not able to see any performance improvem