Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to add and remove groups in SAP Group tab

BT
Regular Contributor
Regular Contributor

How to add and remove groups in SAP Group tab (screenshot attached)

-------------

{
"ADDRESS": {
"LASTNAME": "${user.lastname}",
"FIRSTNAME": "${user.firstname}",
"E_MAIL": "${user.email}",
"COMM_TYPE": "INT"
},
"DEFAULTS": {
"DCPFM": "X",
"DATFM": "2",
"SPDB": "G",
"SPDA": "D"
},
"PARAMETER":{

"IVAMOUNTADJUST":"X###Log. Invoice Verification: Automatic Amount Calculation",
"NDR":"X###Print via output control in MM - Inventory management",
"SCL":"X###Upper and lower case in source code: 'X' = lower, ' ' =upper"
},
"LOGONDATA": {
"USTYP": "A",
"CLASS": "SUPER"
},
"PASSWORD": {
"BAPIPWD": "${randomPassword}"
}
}

8 REPLIES 8

rushikeshvartak
All-Star
All-Star

Create groups entitlement type and add it to user while requestable 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

BT
Regular Contributor
Regular Contributor

Currently i am importing below tables but i don't see any groups in my entailment.

USR02,TSTC,TSTCT,AGR_AGRS,AGR_TEXTS,AGR_DEFINE,AGR_USERS,USORG,AGR_1252,AGR_1251

which is the table that i need to import for group to start showing in entitlement? 

Below is my account threshold config

{
"statusAndThresholdConfig": {
"statusColumn": "userlock",
"activeStatus": [
0,
32,
64,
128
],
"deleteLinks": true,
"accountThresholdValue": 1000,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": false,
"deleteAccEntForActiveAccounts": false,
"lockedStatusColumn": "userlock",
"lockedStatusMapping": {
"Locked": [
32,
64,
128
],
"Unlocked": [
0
]
}
}
}

 

 

 

You can't import groups but you can provision group. Create Entitlement Type manually

one common table name associated with group-related data in SAP is AGR_1251 or AGR_USERS.


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

BT
Regular Contributor
Regular Contributor

@rushikeshvartak  Entitlement Type group is already showing up in the endpoint but no groups have been imported . so how do i add user to a group (group tab)

Import manually using import sheet


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Manu269
All-Star
All-Star

@BT AS per document following are the list of tables for various operations :

Manu269_0-1708575553645.png

Anyhow i dont see anything for groups.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

BT
Regular Contributor
Regular Contributor

@rushikeshvartak @Manu269  i was able to get the groups in entitlement through including USGRP_USER table in connection .. .

now I have one more issue i need to assign a group to user ,now this group is ABC-DISABLED so this group is normally added once the user is terminated.

If i try using add this group through add access after inactivating the user the task gets discontinued saying that the user is not active , is there any way i can get the user added to groups after making it inactive.

Once account is inactive you can't add any access.


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.