Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

timesheet booking notification

sriram_ramesh
Participant
0 Kudos

Hi all,

  From which table will I get CATSHOURS?

  And when will the user exit CATS0006 trigger?

  what are the description of the parameters in CATS0006 exit?

Thanks in advance.

1 ACCEPTED SOLUTION

sriram_ramesh
Participant
0 Kudos

Thanks for your suggestion Mam. But I was told to do this way.

Can you please tell me what will datefrom and dateto parameters in that user exit will have?

I need to trigger that user exit every friday at 6pm.


8 REPLIES 8

archanapawar
Contributor
0 Kudos

former_member186077
Active Participant
0 Kudos

Hi,

The CATSHOURS are available in table CATSDB.

The User Exit CATS0006 is triggered at the time of the save of CAT2 entries.

Sorry could not understand your third Question..can you please elaborate what exactly you are looking for ?

Thanks and Regards,

Sriranjani Chimakurthy.

venuarun
Active Participant
0 Kudos

Hi Sriram,

CATSCO is the table relating to time sheet.

With Regards

Arun VS

sriram_ramesh
Participant
0 Kudos

I need to send notifications to people whose timesheet booking is less than 40 hrs a week.

The details i have is email id of all employees.

and I'm told to code accordingly in user exit CATS0006.

I dont know where to start and what to do. I'm new to this module.

0 Kudos

Hi,

You can do that by using Tcode CATC ( Time Leveling Report ) not sure why you wanted to do it via User Exit.

Thanks and Regards,

Sriranjani Chimakurthy.

sriram_ramesh
Participant
0 Kudos

Thanks for your suggestion Mam. But I was told to do this way.

Can you please tell me what will datefrom and dateto parameters in that user exit will have?

I need to trigger that user exit every friday at 6pm.


0 Kudos

Hi,

Kindly note that you cannot trigger that user exit via program or independently.

The user exit will get hit whenever you make any changes in CAT2 transaction.

Datefrom and Dateto are the date range for which the time sheet is filled currently. Nothing but Data entry period on CAT2 transaction.

Any changes that you do in this Exit will have an impact on CAT2 transaction as well.

Thanks and Regards,

Sriranjani Chimakurthy.

sriram_ramesh
Participant
0 Kudos

I dont have a clear picture of what is to be done.

In the user exit, there is an include.

I'll get the values of datefrom, dateto and catshours and code accordingly.

I was told that, "dateto" field is nothing but the date when the user exit is getting triggered (every friday 6pm).

and "datefrom" is the starting date of the week.

Is that right?