Hi @jwshin ,
This works on my end but with additional configuration. Try to add also retryWaitTime on your source.
[
{
"op": "add",
"path": "/connectorAttributes/retryWaitTime",
"value": "10000"
}
]
I observed that SAP has a weird behavior where if there are consecutive transactions without a few seconds in between, the account gets locked.
Can use this reference as well How to Configure Retries for Connector Aggregations and Provisioning Actions - Identity Security Cloud (ISC) / ISC Community Knowledge Base - SailPoint Developer Community
hope this helps.