‎2005 Dec 06 9:28 PM
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
‎2005 Dec 06 10:49 PM
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
‎2005 Dec 06 10:49 PM
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
‎2005 Dec 06 10:57 PM