‎2008 Feb 15 8:20 AM
Hi All,
I need to develop an Interface to get timesheet data into CAT2.
I have three different formats in which i get Timesheet data.
1.
Data Entry Profile Key date Personnel Number Attn./Absence Type Clock-in Clock-out
EXEMPTPR 01.08.2007 238 1000 8:00 12:00
2.
Day1 Day2
Data Entry Profile Key date Personnel Number Attn./Absence Type Clock-in Clock-out Clock-in Clock-out
SENIOREX 01.08.2007 238 1000 8:00 16:00 8:00 16:00
3.
Data Entry Profile Key date Personal number Attn/Absence type Day1 Day2
EXEMPTPR 01.11.2007 238 1000 8 8
I plan to use BAPI BAPI_CATIMESHEETMGR_INSERT.
Can anyone help me in understanding the way this BAPI be used?
Regards
Raj
‎2008 Feb 15 11:22 AM
Hi,
The way the BAPI is used is like the normal function module. so don't feel any difference and use it in your abap code. What better with BAPI is that it can be called from outside of SAP. But that does not make any difference to you. In addition every BAPI fm will have adequate documention available in SE37. Just go through it to find what mandatory data to be passed. Hope this helps, if it is then reward.
Rgds,
Harikrishna.