Q. How can I check all the Organization value for any role?
Sap Basis Questions
Friday, February 8, 2008
How can I check all the Organization value for any role?
Posted by Bibek Chatterjee at 9:59 PM 0 comments
How to find out all the derived roles for one or more Master (Parent) roles?
Q. How to find out all the derived roles for one or more Master (Parent) roles?
A. Execute SE16N
Table AGR_DEFINE
Use either agr_name field or Parent_agr field.
Posted by Bibek Chatterjee at 9:54 PM 0 comments
How to find out all the roles for one composite role or a selection of composite roles?
Q. How to find out all the roles for one composite role or a selection of composite roles?
A. Execute SE16N
Table AGR_AGRS
Composite roles You can put multiple composite roles using the more button
Posted by Bibek Chatterjee at 9:49 PM 0 comments
How to find out all the users who got SU01 ?
Q. How to find out all the users who got SU01 ?
A. You can use SUIM >User by complex criteria or (RSUSR002) to find this out.
Go to the Selection by Authorization Value.
In Object 1 put S_TCODE and hit enter.
And put SU01 in Transaction code and hit execute (clock with check) button.
I use authorization object, as you can use this to test any object.
Posted by Bibek Chatterjee at 9:47 PM 0 comments
How to find out all roles with T-code SU01?
Q. How to find out all roles with T-code SU01?
A. You can use SUIM > Roles by complex criteria or RSUSR070 to find out this.
Go to the Selection by Authorization Value.
In Object 1 put S_TCODE and hit enter.
And put SU01 in Transaction code and hit execute (clock with check) button.
I use authorization object, as you can use this to test any object.
You can also get this information directly from table, if you have access to SE16 or SE16N. Execute SE16N
Table AGR_1251
Object S_TCODE
VALUE (low) SU01
Posted by Bibek Chatterjee at 9:36 PM 0 comments
What is user buffer?
Q. What is user buffer?
A. When a user logs on to the SAP R/3 System, a user buffer is built containing all authorizations for that user. Each user has their own individual user buffer. For example, if user Smith logs on to the system, his user buffer contains all authorizations of role USER_SMITH_ROLE. The user buffer can be displayed in transaction SU56.
A user would fail an authorization check if:
* The authorization object does not exist in the user buffer.
* The values checked by the application are not assigned to the authorization object in the user buffer.
* The user buffer contains too many entries and has overflowed. The number of entries in the user buffer can be controlled using the system profile parameter auth/number_in_userbuffer.
Posted by Bibek Chatterjee at 9:34 PM 0 comments
What is difference between role and profile.
Posted by Bibek Chatterjee at 9:33 PM 0 comments