Time sheet - abap hr

when i go to txn code:cat2(program: saplcats) for entering time sheet, if any employee works for 6 hours from 23.00 hours it gives the 'to' time as 24.00 hours in the new version and considers as that person only worked for 1 hour on that day and the remaining 5 hours next day.Where as in the old version it gives 'to' time as 5.00 hours and considers that he worked 6 hours that day. Can any one pl explain how the new version has got this additional feature.

Hi,
Regarding Time Sheet Issue....
To fill in time sheets in SAP . Make use of CATSDB to enter data.
Goto SE38-->Type CATS* and press f4..you would get the list of the programs..to enter and maintain timesheet data.
I hope it helps.
Regards,
Suruchi

Similar Messages

  • Time sheets(ABAP-HR)

    Hi,
    This is regarding the Manager time sheets.
    Manager has rights to change the employee time sheet.
    When the employee time sheet data is changed by Manager ,at that moment generate email to the employee.
    how i will achive this functionality.
    is there any BAPI for this one.Please tell to me.
    Thanks,
    kishore.

    Hi Kishore,
    Check the following BAPIs for time sheets:
    BAPI_CATIMESHEETMGR_CHANGE CATS : Change Data Records
    BAPI_CATIMESHEETMGR_DELETE CATS : Delete Data Records
    BAPI_CATIMESHEETMGR_INSERT CATS: Insert Data Records
    BAPI_CATIMESHEETRECORD_GETLIST Time Sheet: Data Record List
    BAPI_EECATIMESHEET_GETWORKLIST Time Sheet: Read Worklist
    Regards,
    Chandra Sekhar

  • Application for time sheet in HR abap

    Hi all,
      please tell me what is the application and output type for time sheet in HR ABAP. and also tell me step by step procedure how to work on HR forms
    Regards,
    Srinivas.

    Hi,
    Regarding Time Sheet Issue....
    To fill in time sheets in SAP . Make use of CATSDB to enter data.
    Goto SE38-->Type CATS* and press f4..you would get the list of the programs..to enter and maintain timesheet data.
    I hope it helps.
    Regards,
    Suruchi

  • Ess Time Sheet and Attendance Web Dynpro - ABAP or JAVA

    We are determining the resources we will be needing for the HR - ESS Time Sheet and Attendance Module.   
    What is this module written in.  ABAP Web Dynpro or Java Web Dynpro.
    Many thanks, 
    Multiple replies welcome.
    Ken

    The ESSTimeSheet is now called Record Working Time & for now it is still in WebDynpro JAVA.. looking at how complex the whole application is, it will really take some beating to rewrite the same in WDA.
    ~Suresh

  • Approve Time Sheet data

    Hi friends,
    I am getting problem when trying to "Approve Time Sheet data " from MSS. I am not using Work flow but the link given in MSS Team. When i am clicking on the link  the first page is comming and i can see the requested working time for approval. But when i click on the review an error occured. the details is:
    Exception condition "NOT_FOUND" raised., error key: RFC_ERROR_SYSTEM_FAILURE
    From R3 by ST22 i checked the error. Its like...
    Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
    Exception CX_SY_REF_IS_INITIAL
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_MSS_CAT_APPR_APPLICATION===CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    I can approve the working time from R3 by cats_appr_lite transaction.
    Please help.
    Thanks,
    Sekhar

    Hi Mani,
    It is a good thing you have found this post, as it demonstrates that you put in some effort to search for similar posts to your problem.
    However, if the post you found is like 3 years old and there are no replies, chances are the guy did not find a solution or isn't visiting here anymore. So it might be a good idea to raise a new post, to increase you chances of getting some answers.

  • Why is my Time Sheet not working on Android Readers?

    I have a Time Sheet with Javascript that adds the times up, and it works perfect with the PC version of Adobe Reader, but when I try to use it on a nexus 7 tablet the calculations don't work.
    I have tried the official Adobe Reader for Android as well as about a dozen other readers.  If there is a reader that will work with this sheet as is, I don't mind paying for it, or perhaps part of my JavaScript is not supported on mobile, and I can change it with a workaround.
    Please Take a look and see what you can see:
    PR_Form_Tablet6.pdf - Google Drive
    Thanks,
    Mike

    Here's a list of what (should) work in Adobe reader:
    http://www.adobe.com/devnet-docs/acrobatetk/tools/Mobile/androidapi/index.html
    On Wed, Oct 15, 2014 at 5:32 PM, liquid One <[email protected]>

  • Activity type in time sheet

    Hi all,
    In PS we donu2019t capture any cost. In such case, While entering timesheet, the system through an error message, to enter sender Activity type and it is not allowing to enter timesheet.
    Now, what should be done to skip entering activity type and enter timesheet without entering activity type?
    I guess it is controlled through work center, by not maintaining costing tab, but the system does not allow to save the work center without entering the cost center under costing tab.
    Please suggest, in entering time sheet without activity type
    Thanks,
    Chandru

    Hi,
    Go to --> SPRO --> Cross Application Components --> Time Sheet --> Settings for all User Interfaces --> Time Recording --> Choose Fields -->Data Entry section --> Activity types
    Double click and in reference to data entry profiles we can restrict the entry for the activity type whether it is required / Display / Hide / Input.
    Check and confirm whether the problem is solved
    Regards,
    Selva

  • Error while approving time sheet "Internal Error Occurred"

    1) Time Sheet entry done for an employee b/w 3rd-5th Oct 2011, while approving it through T code - CATS_APPR_LITE, its giving the error " INTERNAL ERROR OCCURRED" !!!
    When the error is expanded, the below details have come up.
    Internal error occurred
    Message no. LR030
    Diagnosis
    The system has detected an internal program error which should not have occurred in a normal program run.
    Procedure
    To safeguard your data, notify the SAP hotline.
    2) Please let us know, is there any other procedure or way to approve the time sheets ???
    Reg,
    Hrishi - 9945607822

    Note 1315885 - CATS: Internal Error(LR030), in transaction CATS_APPR_LITE
    Refer and apply the mentioned note if applicable.
    Regards
    Sreenivas

  • Differnec in front end and back end of ESS record time from ABAP point

    HI Expert,
    Here I need information regarding employee working time.
    Quary is we are trying to restricts the records entered in time sheet through user exit CATS0006.
    Here in CATS0006 one table is there CHECK_TABLE.
    when I am executing time sheet from back end(t code  CAT2) the table Check_table is having forward and backword 6 weeks data from the key date and date_from and date_to fields have correct value for week start and end.So that I am able to validate records.
    But when I am executing from ESS>Working time>Record working time and set an external debugger on CATS0006 I got that at this time CHECK_TABLE has only edited entry and date_from and date_to field value are also not correct one.
    Please suggest what may the cause of problem ,is it the case with your system as well?
    Is it a problem with SAP standard code?
    << Moderator message - Please do not promise points >>
    << Moderator message - The answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Thanks,
    Subhashree.
    Edited by: Rob Burbank on Dec 2, 2011 9:26 AM

    Hi,
    What password are you talking about, the one created with the workgroup manager? That will be difficult since 2010 doesn't have the workgroup manager anymore. You can still use the database in the 2010 environment but you can't make any changes to the original
    database without the password.
    Maurice

  • Creation of Time sheet

    I have to create a time sheet as shown below,
                                         2011-10-03      2011-10-04    2011-10-05     2011-10-06    2011-10-07      2011-10-08     2011-10-09
                                           Time                  Time               Time                 TIme               Time                   Time               Time
                                         In    Out  Sign   In   out   Sign  In  Out   Sign    In  Out   Sign   In  Out   Sign    In  Out   Sign   In  Out   Sign
    SNO  Employee Name
    The above format will be taken as print weekly & the users will manually sign the sheet.
    Second & fourth Saturdays column back color should be changed to different color.
    Employee Names will be filled form the database & user input will be week No. The above output is fro week number 40, this year
    Can anyone please help me out who to start this report?

    Well, you do not say if you have a database to work from, so if not, start with excel.
    You can create a fairly simple table  in the example below  DATE is at A1, in A2, Out A3
    first date at B1, Sign in at B2, and Sign Out at B3, etc...
    DATE     IN     OUT
    10/3/2011     Sign In     Sign Out
    10/4/2011     Sign In     Sign Out
    10/5/2011     Sign In     Sign Out
    10/6/2011     Sign In     Sign Out
    10/7/2011     Sign In     Sign Out
    10/8/2011     Sign In     Sign Out
    10/9/2011     Sign In     Sign Out
    10/10/2011     Sign In     Sign Out
    When you build the report in crystal
    go to your data area and add
    DATE
    IN
    OUT
    I below the other.  ( My area is about 1 inch Tall, by 1 inch wide "more on that later )  I am using CR XI, so I hope your instructions will be like these
    Right click in the details section, and select  Format with multiple columns.   At the top right you should see a layout tab now.
    click on the layout tab, select a detail size of 1 inch (or whatever fits on your paper)   also select a printing direction of
    across then down.
    Preview your report,   You can add other columns as needed...   Hope this gives you a good start.

  • Mandatory feilds for PP in time sheet

    Hi ,
    I would like to know what are the mandatory fields in CAT's TIME SHEET for PP.
    Thankds and Regards
    Rambabu E

    Hi,
    Mandatory fields for PP profile in CATS are Work centre, Sender Cost centre, Activity type, Receiving order.
    Regards
    Vijay

  • Dropdown Custom Field in CATS Time Sheet in ESS

    I have added a custom field in CAT2 transaction with drop down values from the custom table.  When I log on to ESS I was not able to see the dropdown in timesheet for that field. I am able to configure the field to have a search help dialog box.
    Let me know how can I configure the field to show dropdown values in time sheet in ESS? Appreciate your replies.
    Thank you,
    Rohit

    check CL_XSS_CAT_VALUE_HELP*
    or
    use implicit enhancement of CL_Xss_cat_value_help_general for the purpose
    build_f4_help Method in the class CL_XSS_CAT_RFC_COMMAND_TOOLS.
    or note 914125 on how to get different helps
    The table TCATS_SHLP_ITS also can be explored

  • Time sheet uploading from Non SAp to SAP R/3.

    Hi,
              I am trying to upload the time sheets from Non SAp to SAP with the datails like the sales oreder for which the employee worked, time spent ect.
              While uploading this from Excel to R/3 using se38, I am gettig an error saying "Enter sender activty also".
              I have checked if the activity type is checked in the CATS data entry profile, it is selected in the defaults.
             I have cheked in KP26, for the year we have given the planned activity also.
             In KSPI, I have run the price alculation for all the cost center with the activity type.
             I have seen the validity periods of the cost centers, activity typs are in line with 2010.
              I am able to upload the time sheets for a few employees and for a few it asks for the "Sender activity type".
              Please assist me, its very urent.
    Regards,
    Shilpa.

    For employees where you are facing this error, please check if Time Sheet defaults - IT0315 is maintained, and if not maintain it.
    Hope this helps.

  • Getting Error in Portal while booking Time Sheet......

    Hi All,
    I am Getting Error in Portal when Booking Time sheet in Record working time Link. Getting below Error.
    "Enter activity type only in conjunction with cost center"...I have entered data in KP26.
    But for the same employee if i am booking the Efforts through R/3 (CAT2 Transaction) not getting the error. Successfully able to release the efforts it is storing in CATSDB.
    PLease advice on this.
    Regards,
    Srinivas...

    Hi Srinivas,
    Please make sure that CATS data entry fields are marked as "input only".
    Regards,
    Dilek

  • Time sheet upload to Service entry sheet

    We have contractors, who works in our project.  They are not on payroll.  We have service PO for them. They are thru some third party vendor.  Vendor gives the Time sheet, and we enter the service entry sheet, make the invoice & do the payment.
    Now the requirement is, that the service entry sheet should be created from Time sheet (third part xls file). Can this be uplaoded to create service entry sheet ??
    Thanks
    amit

    Dear Amit,
    You can use the transaction CAT2, but as far as I know you need to copy / paste teh content from your excel file.
    You may consider using one of the following BAPIs to insert, change or               
    delete CATS data via collective time recording:                                                                               
    BAPI_CATIMESHEETMGR_CHANGE                                                           
    BAPI_CATIMESHEETMGR_DELETE                                                           
    BAPI_CATIMESHEETMGR_INSERT 
    Regards,
    Edit

Maybe you are looking for

  • I have an iPad mini - trying to set up a wifi internet connection on Windows 7 laptop.

    Have a new iPad and need to still set it up.  Problem is that it needs to connect to a wifi internet connection which I have set up on my Win7 laptop.  The iPad mini sees the network but can't connect to it.........  What am I doint wrong?  I have se

  • Adjusting rights so junctions don't show if no lower rights

    I'm just now trying DFS in a test environment. I've got junctions in one place pointing to 3 different target file systems. Users have trustee rights in subdirectories on one or more of the different target file systems. I want the users to map to th

  • EP 6.0 SP3/Web AS 6.40 JAVA:

    I want to install the Portal Platform EP 6.0 SP3. After installing Web AS 6.40 JAVA SP3, can we directly upgrade to the highest SP level? The install guide for the EP 6.0 on Web AS 6.40 mentions the following sequence: Web AS 6.40 JAVA SP3 -> Web AS

  • TRIM Support Enabler Patch

    Hi Community, I read a lot of posts the last view days which explained that the TRIM support will only work with Apple SSDs, but there are many patches available which should enable the TRIM support for those third party SSDs as well. Are those patch

  • How do you carry the darned thing around?

    OK, this will sound like a really stupid question, but seriously: I've ordered a new RAZR MAXX and it seems absolutely enormous to me.  This will be my first "smartphone" and while I'm looking forward to all the features and functionality, I'm seriou