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

Help needed with BAPI BAPI_CATIMESHEETMGR_INSERT

Former Member
0 Likes
432

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

1 REPLY 1
Read only

Former Member
0 Likes
319

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.