‎2008 Jun 12 8:36 PM
We are using HRALXSYNC to sync Employee data in ECC to the Business Partner (BP) in ECC. This works fine, but HRALXSYNC is an interactive program (selection screen --> ALV grid which requires selection of items that need repair/sync).
Has anyone found the trick to executing this functionality in background? Keep in mind we are creating Employee BPs in ECC, when employee data is changed we have to sync the BP. We are also using HRALXSYNC to create new BPs in ECC for existing employees (sort of like a conversion program).
Also want to know if there is a BAPI to create the business partners(BPs) from the HR data.
Thanks,
Naga
‎2008 Jun 12 8:48 PM
Executing HRALXSYNC in background may not be possible, as you are saying it has an ALV GRID in it.
ALV GRIDS and Background runs don't go together.
and regarding the bapi, you may want to have a look at the following bapi
BAPI_BUPA_FS_EMPLOYM_ADD
Regards,
Ravi
‎2008 Jun 12 9:29 PM
Hi Ravi,
This BAPI BAPI_BUPA_FS_EMPLOYM_ADD will add employee information to the BP record. I need a BAPI which will create business partners in the system based on the employee HR data.
Thanks,
Naga