on ‎2010 Jan 05 2:30 PM
I need to do determine if a user is authorized to execute a certain transaction. What is the easiest way to implement this. I have been looking at ABAP statement AUTHORITY-CHECK but am not sure if it will work for me.
Request clarification before answering.
You can use Authority object S_TCODE to check if user has authority to execute particular transaction. Pass transaction code in id 'TCD'
AUTHORITY-CHECK OBJECT 'S_TCODE' FOR USER user_name ID 'TCD' FIELD 'ME23N'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use transaction SUIM.
You can check Authorizations for user to specific transactions here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Try to run transaction S_BCE_68001426 (report RSUSR010)
Max
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 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.