Application Development and Automation 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: 
Read only

time sheet data entry get status

Former Member
0 Likes
548

Hi,

I need to get/change the status of the timesheet records of an employee.

Is there any BAPI call or table lookup I can use?

Which table do I have to access?

thx, Andre

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
514

Hi,

Not sure of your reqt... the Time data is stored in CATSDB table.. If you want to change a Timesheet on line, you can use CAT2 Transaction. Pl take a look at BAPI_CATIMESHEETMGR_INSERT.

Regards,

Suresh Datti

Read only

Former Member
0 Likes
514

I use this BAPI, but want to change the status of the record in the CATSDB table.

How can I change the status of a timesheet record via BAPI?