You are on page 1of 7

1/28/2020 Business Integration Builder (BIB) Knowledge | SAP Blogs

Community

Ask a Question Write a Blog Post Login

Technical Articles

Siddharth Rajora
October 3, 2018 1 minute read

Business Integration Builder (BIB) Knowledge


Follow RSS feed Like

3 Likes 5,567 Views 8 Comments

Successfcators integration with On premise ECC or S4HANA uses a new tool called Business Integration Builder which has more capability/ exibility 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

https://blogs.sap.com/2018/10/03/business-integration-builder-bib-knowledge/ 1/13
1/28/2020 Business Integration Builder (BIB) Knowledge | SAP Blogs

– Find the XML using SRTUTIL. Check an entry with:


> eld ‘Receiver Interface Name’ populated >

EmployeeMasterDataAndOrgAssignmentBundleReplicationRequest_In

the with the same/similar minute and second as SLG1 logs.


> that has eld ‘—-SourceSystemOutputBase64’ with lots of info.

Download the XML from here, to load in below steps

https://blogs.sap.com/2018/10/03/business-integration-builder-bib-knowledge/ 2/13
1/28/2020 Business Integration Builder (BIB) Knowledge | SAP Blogs

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

https://blogs.sap.com/2018/10/03/business-integration-builder-bib-knowledge/ 3/13
1/28/2020 Business Integration Builder (BIB) Knowledge | SAP Blogs

https://blogs.sap.com/2018/10/03/business-integration-builder-bib-knowledge/ 4/13
1/28/2020 Business Integration Builder (BIB) Knowledge | SAP Blogs

https://blogs.sap.com/2018/10/03/business-integration-builder-bib-knowledge/ 5/13
1/28/2020 Business Integration Builder (BIB) Knowledge | SAP Blogs

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.

https://blogs.sap.com/2018/10/03/business-integration-builder-bib-knowledge/ 6/13
1/28/2020 Business Integration Builder (BIB) Knowledge | SAP Blogs

Class: CL_ECPAO_EE_MD_ORGAS_BNDL_IMPL

Method: PROCESS_REQ

Alert Moderator

Assigned tags

SAP SuccessFactors Employee Central integration to SAP Business Suite | HCM (Human Capital Management) | SAP SuccessFactors Learning |

Related Blog Posts

Simplifying Data Migration and Integration of Employee Address Data from and to SAP ERP On Premise System During Employee Central Success Factors Implementation
By Sagarika Ravulapati , Jun 06, 2019

HR Business Process and Integration


By Niihaan Raajput , Jun 06, 2017

Employee Central – SAP ERP HCM prepackaged Integration: Setting Up Replication of General Attributes (Infotype 1222) for Custom MDF Object (Sub Departments)
By Manoj Kumar , Apr 02, 2019

Related Questions

SAP BIB replication guide


By Viviana Frezzini , Nov 22, 2019
https://blogs.sap.com/2018/10/03/business-integration-builder-bib-knowledge/ 7/13

You might also like