Hi Srini,
You can try two ways now
Option 1. You need to enter data manually in the following tables in WIP DB
USER_GROUP (Table) – here you need to copy the “ADMINISTRATORS” User Group for “*” site and create a new row in table for your specific site.
USER_GROUP_MEMBER (Table) – here you need to create an entry to assign the user group to a user for specific site.
ACTIVITY_PERM (Table) – here you need to create an entry for Activity BO EN070 (User Group Maintenance) for Administrator. Copy it from * site and change the site only. like “ActivityPermBO:UserGroupBO:<Put your site>,ADMINISTRATORS,ActivityBO:EN070”
ACTIVITY_PERM_SETTING (Table) – here you need to provide permission to Administrators for View, Save and Delete for EN070 activity. Make an entry here also with Handle “ActivityPermSettingBO:ActivityPermBO:UserGroupBO:< Put your site >,ADMINISTRATORS,ActivityBO:EN070,VIEW”
Option 2. You can do the same through SAP ME PAPI service. Please execute the below PAPI services and put the Required data for “ADMINISTRATORS” User Group and “EN070” activity.
UserGroupConfigurationService -> createUserGroup
UserGroupConfigurationService -> createUserGroupPermission
After doing the option 1 or Option 2 you need to login in ME with the user whom you assigned the “ADMINISTRATORS” User Group. The User Group Management activity will be available in ME Menu list. Now you can open it and Retrieve the activities for ADMINISTRATORS and provide the permission.
Thanks
Chandan