cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for CATS to HR

Former Member
0 Kudos

Hello AlL,

Can anybody send me the list of BAPIs for CATS to HR.

As per my understanding the following BAPIs are available:

PTManagerExtAttAbs

PTMgrExtRemunSpec

PTMgrExtWoSched

Let me know if there are more BAPIs we have for CATS to HR

thanks

Sunny

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

BAPI_CATIMESHEETMGR_INSERT -To Create Data records into CATS DB

BAPI_CATIMESHEETMGR_DELETE -To Delete Data ecords in CATS DB

BAPI_CATIMESHEETMGR_CHANGE - To change/edit existing Data records in CATS DB

BAPI_CATIMESHEETRECORD_GETLIST - To Display Data records in CATS DB

BAPI_CATIMESHEETRECORD_GETLIST Time Sheet: Data Record List

BAPIEMPLOYEECATS BAPIs for BUS 7025

BAPI_EECATIMESHEET_GETWORKLIST Time Sheet: Read Worklist

Answers (3)

Answers (3)

Former Member
0 Kudos

The BAPI list given here is used for transferring the data from CATS to HR.

Can you explain me what is FM for and what role it plays for BAPI.

thanks

Sunny

Former Member
0 Kudos

FM(function modules) and BAPIS are same. Only diff is BAPIS are remote enabled FM.

Meaning..BAPIS can be called outside SAP, while FMs are for within SAP..to be used internally.

However FMs can be remote enabled aswell by creating a wrapper around them.

CATS FMs are used mostly by SAP programs for delivering CATS functionality..some of them can be odified to suit ur requirements..SAP also exposes many Userexits to customise to suit ur requirements.

may i know what exactly is ur requirement u need BAPIS or FMs? and what for?

maybe i will be able to help if there is anything specifically..

Former Member
0 Kudos

Hello experts,

When setting up ALE between CATS & HR, in the distribution model we need to enter the message type and Object.Method and indicate the source and target systems (e.g. as shown with the sample screen print below between FI & HR)

Depending on what data SAP recommends to move between the CATS & HR systems

For CATS --> HR

- What are the ALE message types used ?

- What are the Object.Method used ?

For HR --> CATS

- What are the ALE message types used ?

- What are the Object.Method used ?

Also on similar lines please also provide between

CATS <--> FI/CO,

CATS <-->PM,

CATS <--> PS

and any other SAP modules since we have some of the systems on different boxes and need to specify them in the ALE distribution model.

Thanks...............sunny

Former Member
0 Kudos

Thanks for your reply. I came to know that there are some "message types" also for CATS to HR.

Pls let me know about that too.

thanks

Sunny

Former Member
0 Kudos

Hello Expert,

Thanks for information of :

BAPI_CATIMESHEETMGR_INSERT -To Create Data records into CATS DB

BAPI_CATIMESHEETMGR_DELETE -To Delete Data ecords in CATS DB

BAPI_CATIMESHEETMGR_CHANGE - To change/edit existing Data records in CATS DB

BAPI_CATIMESHEETRECORD_GETLIST - To Display Data records in CATS DB

BAPI_CATIMESHEETRECORD_GETLIST Time Sheet: Data Record List

BAPIEMPLOYEECATS BAPIs for BUS 7025

BAPI_EECATIMESHEET_GETWORKLIST Time Sheet: Read Worklist

- I like to confirm that these are the only BAPI for CATS to HR system or there are more. Do we have BAPI for HR to CATS system separatly?

- Pls let me know the path that through which i can find out the BAPI for CATS

thanks

Sunny

Former Member
0 Kudos

IF you are talking about BAPIS alone not FMs then yes these are the only for CATS that too specifically on HR side.

if u also need other FM etc there are many which u can get from TCODE SE37 try with *CATS or some other combination.

tcode: BAPI is the place u can check BAPIS module wise.check under Cross-Application Components>time sheet.

Former Member
0 Kudos

CATS to HR i understand..but what do u mean by HR to CATS?

i cant visualise any scenario where there is a need to transfer any data from HR to CATS..Do u have any usecase?

its only CATS to HR and yes if at all there is a sceario them again it wld be same BAPIS no more extra.