Hi @mgambayan,
Have you validated that the Custom BAPI follows the input/output parameters that SailPoint expects? Please validate that items like the name of the JCOTable for the BAPI matches the documentation and that there is a RETURN table. Input and Output Parameters for BAPI
You will need to work with the SAP team to ensure the BAPI meets your specific requirements, but some tips to get you started:
The input for the BAPI should be a structure called ‘EMPLOYEE_DETAILS’ and should include the PERNR as a field for the input
The output for the BAPI should be a JCOTable with the name ADDITIONAL_ATTRIBUTE_LIST and the names of the fields in the table and the schema attributes in ISC should match
Be sure that you have added your custom attributes to your schema - otherwise, you will not be able to see them on the account
Hi, I have the same problem. When I aggregate the source, display the follow error:
JCO_ERROR_FIELD_NOT_FOUND: Field ‘RETURN’ is not a member of record ‘TABLES’