Support for Custom BAPI Invocation
The SAP HR/HCM connector provides support to invoke Custom BAPIs which can be used for the following purposes:
-
To filter the employees.
-
To aggregate the additional attributes.
Note
The custom BAPI code for filter BAPI should filter out the accounts, as required, for both full and delta aggregation. The delta logic should be managed in the BAPI itself when delta mode is selected.
Prerequisite
Based on your requirements, write a custom BAPI code which follows the Input and Output parameters standard specified by SailPoint Technologies.
For more information on the input and output parameters, refer to Input and Output Parameters for BAPI.
Add the required entry key in the application.xml file as follows:
Note
The connector will process all the returned additional attributes as single-valued only.
Note
If any attribute returned from this BAPI matches with the out of the box schema attribute, then the value of the attribute returned from BAPI is overwritten.