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

interface to transfer the data into payroll

Former Member
0 Likes
515

hi folks,

I need to transfer the time data entry found in CATSDB intp payroll. what is the interface or BAPI FM that I can use?

Also , I need a clarification - is the data stored in CATSDB table - the final time data of the employees ?

Thanks

Vinu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi Vinu,

You can use the function module BAPI_CATIMESHEETMGR_INSERT for inserting the data into CATSDB table. (Transaction CAT2).

The function module BAPI_CATIMESHEETRECORD_GETLIST is used to read the data from CATSDB.

The function module BAPI_CATIMESHEETMGR_CHANGE is used to change the existing records.

Please close the issue with points(appreciate) if it helps.

Good luck.

Venu

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hi Vinu,

You can use the function module BAPI_CATIMESHEETMGR_INSERT for inserting the data into CATSDB table. (Transaction CAT2).

The function module BAPI_CATIMESHEETRECORD_GETLIST is used to read the data from CATSDB.

The function module BAPI_CATIMESHEETMGR_CHANGE is used to change the existing records.

Please close the issue with points(appreciate) if it helps.

Good luck.

Venu

Read only

0 Likes
486

Thanks. I shall award full points here.