Human Capital Management Blogs by SAP
Get insider info on SAP SuccessFactors HCM suite for core HR and payroll, time and attendance, talent management, employee experience management, and more in this SAP blog.
cancel
Showing results for 
Search instead for 
Did you mean: 
siddharthrajora
Product and Topic Expert
Product and Topic Expert
42,731
Successfcators integration with On premise ECC or S4HANA uses a new tool called Business Integration Builder which has more capability/flexibility in doing the mapping in the ECC system.

More information on this can be found here.

Successfactors Integration to ERP with BIB

So typically data is sent to ERP using basecode64 encoding, and resides in SRTUTIL as the payload, you can extract the payload using the following best practices

- Find the XML using SRTUTIL. Check an entry with:
> field 'Receiver Interface Name' populated >

EmployeeMasterDataAndOrgAssignmentBundleReplicationRequest_In



the with the same/similar minute and second as SLG1 logs.
> that has field '----SourceSystemOutputBase64' with lots of info.

 

Download the XML from here, to load in below steps



 

After that, you need to run the replication through importing the XML

Package: PAOC_SFI_EE_IN

> PAOC_SFI_EE_IN

  > Subpackages

    > PAOC_SFI_EE_IN_PROXY Employee Inbound EC to ERP - proxies and implementation

      > Enterprise Services

        > Server Proxies

          > II_ECPAOX_EE_MD_ORGAS_BNDL_REQ

 







 

 

 

Please note if you ran the replication in test mode, debugging wont update the record, so you can try in test mode

 

After this, you should know which class to debug, for example put external breakpoint so that it stops.

Class: CL_ECPAO_EE_MD_ORGAS_BNDL_IMPL

Method: PROCESS_REQ





14 Comments