Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

SAP TERMINATEDUSERGROUP attribute

BT
Regular Contributor
Regular Contributor

In this particular project when we are provision a SAP user we add him to SAP - User group ABC or XYZ depending on the type of user . 

We have a requirement that when a user is terminated their SAP group needs to be changed to  XYZ-DISABLED or ABC-DISABLED based on if the user is of category ABC or XYZ .

How do we set TERMINATEDUSERGROUP to accept value dynamically based on current user group or any field in user attribute. Please help.

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

Does XYZ-DISABLED Group exists in SAP for all Groups 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

BT
Regular Contributor
Regular Contributor

@rushikeshvartak  Yes basically there are two groups XYZ-DISABLED and ABC-DISABLED and depending on the user type they need to be moved it either one of them once terminated,

so basically, i want to pass either one of the group based on the user type in TERMINATEDUSERGROUP filed.

TERMINATEDUSERGROUPonly support hardcoded group name

You can try ${account?.usergroup?.concat('-DISABLED')}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

BT
Regular Contributor
Regular Contributor

We are using SAP OOB connector .

We are able to do all function import, create , modify 

but when we try to use termination parameters only thing the job does is lock the account it doesn't move the user to Terminated group or change the end date. 

I have checked the log there are no errors and the job runs successfully

this is what we have configured for termination in connector

TERMINATED_USER_ROLE_ACTION:  ENDDATE

TERMINATEDUSERGROUP : AUS-DISABLED                           // this is the name of the group where we need to move terminated users

 

 

Hi @BT,

We are checking on your request and we will keep you posted.

Hi @BT,

Please refer the forum post mentioned below for detailed information:-

Solved: SAP: Issue with deprovisioning - Saviynt Forums - 43044