SAP Direct Provisioning DEFAULTS Attribute

Which IIQ version are you inquiring about?

8.4

So I have a requirement that to provision some attributes while creating a SAP ECC Account, They are under DEFAULTS in SAP.

According to this: Schema Extension (sailpoint.com)

DEFAULTS are available to be provisioned, but when I try to provision they do not get provisioned.

In the logs they are getting skipped.:

2024-09-04T13:26:47,562 DEBUG http-nio-80-exec-10 sailpoint.connector.SAPInternalConnector:5928 - Skipped Attribute [DEFAULTS-DCPFM].
2024-09-04T13:26:47,562 DEBUG http-nio-80-exec-10 sailpoint.connector.SAPInternalConnector:5928 - Skipped Attribute [DEFAULTS-SPLD].
2024-09-04T13:26:47,562 DEBUG http-nio-80-exec-10 sailpoint.connector.SAPInternalConnector:5928 - Skipped Attribute [DEFAULTS-SPLB].
2024-09-04T13:26:47,562 DEBUG http-nio-80-exec-10 sailpoint.connector.SAPInternalConnector:5928 - Skipped Attribute [DEFAULTS-SPLA].

The application.xml is below:

application.xml (30.3 KB)

Is there anything im missing?

The problem is that the attribute must be called DEFAULTS - not DEFAULTS SPLD and so on - I suspect you have to build this attribute in the way you like but it still must be single attribute with name DEFAULTS.

As far as I know DCPFM attribute is supported directly so you can just create attribute with this name.

Thank You. @kjakubiak

I misunderstood the documentation.
That worked for me.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.