I encountered an issue with assigning SAP Parameters to SAP User accounts in v7. Unlike SAP role/group/profile, parameters cannot be assigned to business roles and then granted to user by inheritance. It is also not part of SAPUser table, but managed through SAPUserHasSAPParameter table. Hence, to assign SAP parameters, D1IM needs to somehow trigger an SQL statement to insert an entry to SAPUserHasSAPParameters table when a specific business role is assigned to user.
I have checked with Dell Support, although they suggested using of IT Operating Data, very limited table/parameters are available for Business role.
So, curious to know if anyone has a workaround for this?
Thanks.