2007 Apr 23 12:24 PM
HOW TO INTEGRATE ABAP-HR SUBMODULES ( I.E TIME MANAGEMENT,BENIFITS,PAYROLL ) TO ONE OTHER.
THANKS,
2007 Apr 23 12:46 PM
All submodules data are stored in various infotypes tables. <b>PERNR</b> is the key field which links all these tables. So, by this all sub modules are inter linked as such.
HOW TO INTEGRATE ABAP-HR SUBMODULES ( I.E TIME MANAGEMENT,BENIFITS,PAYROLL ) TO ONE OTHER.
THANKS,
2007 Apr 23 12:41 PM
Hi,
All are related in the HR.
say take the example of an employee.
He applies a <b>Leave</b> for 2 days. that goes to <b>time managment</b> module
He receives his <b>salary</b> at the end of the month. Which comes from <b>Payroll</b>and he receives some<b> bonus</b>, or some<b> DA</b> once in a Year or at the time of retirement he receives some <b>Gratuity</b> which is his <b>benefit.</b>
So all are interlinked with an Employee
And in all the related Infotypes PERNR employee number is the key field.
So with the hlp of it you can fetch the linked data and use.
Only thing is that each sub module data is stored in different types/number of infotypes.
Like Tim data in infotypes starting PA2000 onwards
Pay roll data stored in PCL1, PCL2 clusters.
in different methods/ways we fetch the data from the relavent tables.
hope you understood.
reward points if helpful
regards,
ANJI
2007 Apr 23 12:46 PM
All submodules data are stored in various infotypes tables. <b>PERNR</b> is the key field which links all these tables. So, by this all sub modules are inter linked as such.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |