Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Buttons for Business Partner - CRM 5.0

Former Member
0 Kudos

Hi,

I am trying to implement roles in CRM 5.0. I want some buttons like "Create person" and "Create Group" to be hidden for a certain user. I have used the Object B_BUPA_RLT but still it is not working. Any suggestions ?

Regards

Raj

4 REPLIES 4

Former Member
0 Kudos

Hi Raj,

have you actually tried to restrict the activity to "03"?

Depending on which functionalities you are planning to use, you can either inactivate the non-required B_BUPA* objects

[e.g. optional ones as B_BUPA_ATT, B_BUPA_FDG, B_BUPA_GRP, B_BUPR_FDG] or restrict the activity to Display as well.

You may want to consider to set B_BUPR_BZT to "03" as well to restrict the processing of relationships to Display, or even inactivate it - if its not required for this particular person.

sdipanjan
Active Contributor
0 Kudos

For few transactions where a ALV layout is the output format there you can use S_ALV_LAYO authorization object to do this. Unless you need to use the concept call Variant Transaction. Please check the following links to know how to do this:

[Variant Transactions|http://help.sap.com/saphelp_nw70/helpdata/en/43/132f9803d76f40e10000000a422035/content.htm]

[Creation and Use of Variant Transaction|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40d1443e-0184-2c10-c68d-c612f771fe6f]

Regards,

Dipanjan

Former Member
0 Kudos

Hi Abishek,

Please maintain B_BUPA_FDG with an Field group as 0014 and with activity will be 03 and check the access.

Regards,

Asif

Former Member
0 Kudos

We can hide the buttons.....

This can be done by SHD0 & SHD1 - you can only hide the buttons but some time the button action also available in menu tab and can be accessible.

Regards;