on ‎2008 May 29 4:05 PM
Hi,
I'm using function module RSSB_GET_AUTH_FOR_USER to read user authorization values. I'm passing user name and info object as parameter.
User profile looks like:
Authorization Object: XYZ
Authorization Values: * (star) & L02_1004
But this function module is returning just "*".
Can you please tell me how would I both authorization values?
Your earliest reply would be much appreciated.
Regards,
Shabbar
Request clarification before answering.
Hi,
Use this function EFG_USER_AUTH_FOR_OBJ_GET
You give username and object of authorization and it gives you a table of the values a user has authorization.
Example:
CALL FUNCTION 'EFG_USER_AUTH_FOR_OBJ_GET'
EXPORTING
X_UNAME = sy-uname
X_OBJECT = 'Y_A_COMPC'
TABLES
YT_USVALUES = t_usvalues.
assign points if helpfull.
Diogo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 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.