2008 Apr 11 5:40 PM
Hi,
Is any one familiar with a standard bapi to create a new employee, without using HR_INFOTYPE_OPERATION for each infotype.
2008 Apr 11 5:47 PM
Hi,
try this one.
BAPI_PERSDATA_CREATE
You can use this method to create a Personal Data record (0002).
Hi,
Is any one familiar with a standard bapi to create a new employee, without using HR_INFOTYPE_OPERATION for each infotype.
2008 Apr 11 5:47 PM
Hi,
try this one.
BAPI_PERSDATA_CREATE
You can use this method to create a Personal Data record (0002).
2008 Apr 17 3:43 PM
In order to create new employee data I have to update Infotypes 0000, 0001 & 0002 simultaneously.
We are currently using a batch input in this case. Does anyone knows another way to this ?
2008 Apr 17 3:47 PM
Use PA40 to create a new employee .. it will create one by one
as these Infotypes 0000, 0001 & 0002 would be in the
Infogroup ..
2008 Apr 17 4:08 PM
But In order to this in background I have to use a batch input.
I am looking for another way to do this.
2008 Apr 17 3:50 PM
hi check this..
the FM - BAPI_HRMASTER-SAVE_REPL_MULT for updating the PD tables (HRP Tables).
I worked on one PA-PD integration project and in that first the PD tables(HRP 1000 - 9999) are updated and then PA Tables (PA tables).
First for PD tables,FM - BAPI_HRMASTER-SAVE_REPL_MULT is used and after PD tables are updated , for PA Tables
FM - HR_INFOTYPE_OPERATION is used.
But I faced one sync problem when I used FM - BAPI_HRMASTER-SAVE_REPL_MULT, it is not updating at the first moment (For OrgUnit,CostCenter,Position,JOB,Holder relationships with HRP1001) and the control goes to PA FM - HR_INFOTYPE_OPERATION and gives error for creating the corresponding entries in PA Tables.
Then I searched in R/3 and I found FM - RH_INSERT_INFTY_1001_EXT which is working fine.
Check this infotype for integrating HRP1001 table and FM - BAPI_HRMASTER-SAVE_REPL_MULT, for the rest in general.
regards,
venkat
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |