ADP is one of the most famous Payroll providers. In most of the HR implementation we have at least one interface with ADP whether it is from SAP SuccessFactors (SFSF) Employee Central (EC) or SAP SuccessFactors Employee Central Payroll (ECP).
Scenario 1: Customers implement ECP, and payroll is executed in-house and post payroll processing is outsourced to ADP. In this case, we must work with ADP to implement this interface from ECP to ADP system.
Note: As ECP is not the source system for employee data so there's a Point-to-Point integration set up between SF EC to SF ECP.
To share data with ADP for post payroll processing you don’t need to build the programs in ECP, instead ADP will provide pre-built ABAP code which has to be copied in the ECP system.
The end-to-end interface diagram is shown below –
As shown above, the programs supplied by ADP will write the files on the application server. Files in application server can be accessed using transaction code AL11. You can create an ABAP program in ECP which will use an HTTP connection to pass the file to SFSF SFTP. This HTTP connection is established by creating an RFC of type G with target host as SFTP server url. (example – sftp8.successfactors.com)
Once the file is available on SFSF SFTP the middleware will pick that file and writes on ADP SFTP from where ADP will pick and process the file.
Scenario 2: Customers outsource the payroll and send the employee data to ADP for payroll processing. ADP has a number of payroll offerings like ADP GlobalView (GV), ADP Vantage, ADP Celergo. Depending upon which ADP offering you chose the SF EC system can be integrated. If it is GV then SAP's standard replication solution can be utilized because the underlying Payroll driver of GV is similar to SAP ECC payroll driver. Although SAP call it standard replication, but it is not purely standard. All the configurations set up needs to be done in the target system and this in itself is a small project which takes at least 6-12 weeks to set up (based on how much customized your solution is, complexity of payroll etc.) and test assuming all requirement gathering is complete.
If it is ADP Vantage then a secure file based integration can be built as shown below.
Here we need to send the employee data from SF EC to ADP system for it to enable run the payroll.
Typical diagram to support this interface is shown below -
SAP has given a pre-built integration package (Editable) in SAP CPI (shown below) which can be used AS-IS or as a starting point to build this interface. This can send the file to third party payroll (not specifically ADP) vendor either via SFTP or SOAP adaptor.
The parameters for configuration are
You can also create a custom integration in SAP CPI which will pull the delta (as per the requirement) from SFSF EC and sends it to ADP system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |