2011 Dec 15 4:30 AM
Hi All,
I want to restrict the access to users (for Change and Display), based on the authorisation group maintained in business partner through transaction FPP2/FPP3.
I am able to carry out necessary actions mentioned in customizing at the path: Cross Application Components -> SAP business partner -> Authorisation Management.
Somehow, the authorisation check is not being done. Could you please let me know what could be the issue ?
Also, where in the standard code do we have the functionality to check the authorisation to the user ?
Thanks & Regards,
Swati Dogra.
2011 Dec 19 1:33 PM
Hi Swati,
Please check the below authorization groups and see which will suffice for your requirement. (transaction SU21).
B_BUPA_FDG: Business Partner: Field Groups
Definition
With this authorization object you can define authorizations for individual field groups in business partner maintenance. You thereby define which fields in business partner maintenance can be maintained or viewed by a user.
B_BUPA_GRP: Business Partner: Authorization Groups
Definition
With this authorization object, you define which business partners can be edited on the basis of the authorization group.
B_BUPA_RLT: Business Partner: BP Roles
Definition
With this authorization object you define which BP roles can be edited.
To find where an authorization is checked in the coding, enter debugging and set breakpoint at AUTHORITY-CHECK.
Thanks.
regards,
David