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 user groups management through Roles/Entitlements

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on October 29 2020 at 10:01 UTC

Hello,


I need to set user group in SAP based on role assigned to users.


Like I gave role A to user ABC123 and user group A push to account ABC123 in SAP.


Is there a way to achieve this ?


Regards,


Gwenhaël

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
1 REPLY 1

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on November 2 2020 at 16:10 UTC

Hi Gwenhaël,

Please use below format to assign SAP group based on user SSM role.

Identity Repository -> Connections -> SAP -> CreateAccountJSON -> LogonData tag ->

CLASS:${if(task?.assignedFromRole!=null&&role?.role_name.equalsIgnoreCase('SSMROLE1')){'SAPGROUP1'}

else if(task?.assignedFromRole!=null&&role?.role_name.equalsIgnoreCase('SAPROLE2')) 'SAPGROUP2' else{'DEFAULT_SAPGROUP'}}

Regards,

Kiran Kumar

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.