on 2024 Nov 05 11:22 AM
SELECT U.USERID , U.USER_CODE, U.U_NAME, G.GROUPID, G.GROUPNAME
FROM OUSR U
LEFT JOIN USR7 U7 ON U7.UserId = U.USERID
LEFT JOIN OUGR G ON U7.GROUPID = G.GROUPID AND G.GroupType = 'A'
Request clarification before answering.
In SAP B1 you can associate one or more Group to a user. Then you can assign to the Group some authorizations.
All the users having that group inherit the same authorizations.
If you need to know which users belong to a specific group you can use the query above.
Regards
DLE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
105 | |
39 | |
6 | |
5 | |
4 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.