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

User Group Assignment in SAP ABAP application on Termination of User

mohitarora1
Regular Contributor
Regular Contributor

How to specifically assign user to a user group in SAP ABAP application upon termination of the user in Saviynt? 

 

We have tried TERMINATEDUSERGROUP parameter in the connection with group name and TERMINATED_USER_ROLE_ACTION has REMOVE as the action. 

 

Any way to define DISABLEACCOUNTJSON for the connection as this JSON is not available for ConnectionType

 

Thanks,

Mohit Arora

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

DISABLEACCOUNTJSON is not applicable in case of SAP connector. 

Try TERMINATED_USER_ROLE_ACTION  = ENDDATE


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

mohitarora1
Regular Contributor
Regular Contributor

Hi @rushikeshvartak , ENDDATE also does not assign the user to the group.

 

Thanks,

Mohit Arora

use TERMINATEDUSERGROUP


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

mohitarora1
Regular Contributor
Regular Contributor

Thanks, It is not confirmed by Saviynt that it is not supported, waiting for their confirmation on this.

Thanks,
Mohit Arora

ASA
Regular Contributor II
Regular Contributor II

As just discussed in Office Hours session, we are using TERMINATEDUSERGROUP quite successfully. It sets the configured user group on execution of remove account task for the matching endpoint.

TERMINATED_USER_ROLE_ACTION is independent from that.