Hello Experts,
We have an IAS Source System and a S/4HANA Cloud Target System. We are testing a few provisioning scenarios on a user and would like to avoid any impact on the other users. I used the filter on property ias.user.filter to read only the user being changed. However, when I run a simulate job it shows that the job will delete all the remaining users that were provisioned earlier by IPS in the target system.
I tried using skipOperations on user entity for delete so that deletion of users are skipped as suggested in SAP Note 2980667 but I still see the deleted entries showing up in the log for the Simulate Job.
I am not sure what I am missing here. Please can someone help clarify what I am doing wrong here?
Regards,
Subbu Iyer
Request clarification before answering.
Hi Subbu,
If you ran the job once without the user filter, the behaviour you see is expected. The job will delete users that are not part of the filter the 2nd time around.
The skipoperations option is the way to go here, but not sure why simulate job doesn’t respect that. It’s possibly a limitation of simulate job or you haven’t set the property correctly in the transformation rules.
Thanks,
Harjeet Judge
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Harjeet.
I have followed the steps from the SAP note when adding the skip operations. I have attached the images for reference.
{
"user": {
"condition": "($.emails EMPTY false) && ($.userName EMPTY false)",
"skipOperations": [
"delete"
],
"mappings": [
{

I've tested the skipoperations with S/4HANA Public Cloud as a target and confirmed it's working. Not sure why it's not working in your system. I suggest you log a support ticket under the support component "BC-IAM-IPS" to investigate further.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.