cancel
Showing results for 
Search instead for 
Did you mean: 

HRESS_C_CATS need info about the Date navigation start and end dates and remarks area

Former Member
0 Kudos

Hello Gurus,

I  want to find out from which method or BADI the Default dates in the right hand side (Completion Statuis and Remark Area beside the date navigation) are getting set .

I am unable to find the place where these dates are set. Tried to put the break points in the implementation of HRESS_CATS_CAL_DISPLAY  BADI as well but still the break point doesnt trigger.

Kindly help in finding out the correct place where these default dates are set initially and whats the logic behind. For clear understanding Please see the screen shot above.

Thanks in Advance!.

Regards,

Sana

Accepted Solutions (0)

Answers (2)

Answers (2)

KrishnaK
Explorer
0 Kudos

I see this is very old posting how ever I am hoping this might help people who are searching this kind of issue.

Under remarks below message is displayed on the time sheet ( Webdynpro component HRESS_C_CATS ). 

"You can Navigate from (example 10/01/2012 to 11/03/12 ) Todate "

This is information is calculate In Method Fill_DATEFROM_DATETO of HRESS_C_CATS Component controller, internally it will call method GET_PERIOD_BOUNDRIES of class cl_hress_cats_wda_utils

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

calendar is integrated on the data entry screen. This calendar provides employees with a quick overview of the days on which they have recorded too many or too few working hours, over a period of several months. It also displays the days for which unreleased or rejected data records exist. If there are multiple status information texts for one day, the most important one is displayed. 

You can use BAdI: Calendar Display for Recording Working Times (HRESS_CATS_CAL_DISPL) to display the summary information in the Calendar area. The default implementation of the BAdI returns a line of text and the time recording cutoff date according to Customizing settings in the data entry profile. If CATS is integrated with HR, the payroll period end date is read-only.

You can make the relevant Customizing settings for Record Working Time under  Employee Self-Service (Web Dynpro ABAP)  Service-Specific Settings  Working Time  Record Working Time  .

Class Name: CL_HRESS_CATS_TIME_LEVELING

http://help.sap.com/erp2005_ehp_05/helpdata/en/30/e67780e37f4f5a90105a9e9205660f/content.htm

check cac1 customisaiton too