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: 

time sheet data entry get status

Former Member
0 Kudos

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

suresh_datti
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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?