SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

BUT000 Authorisation Group

former_member715991
Participant
0 Kudos

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.

1 REPLY 1

Former Member
0 Kudos

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