cancel
Showing results for 
Search instead for 
Did you mean: 

Disable creating almost ALL Business Partners

Former Member
0 Kudos

Hi All,

Question for CRM 7.x. WebUI

Does anyone know how I can disable the creation of Business Partners:

- Corporate Account

- Individual Account

I just want to disable the buttons or get the messege that people are not authorised.

This is ONLY for one specific Role.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184067
Active Contributor
0 Kudos

Hi Berkhout,

I think there 2 optional for do this:

1. using ACE

2. using enhancement in Web UI

for ACE I can not explain since I haven't try it yet. But using Web UI Enhancement, I can explain a little bit.

For you requirement, you can enhance the Web UI component BP_HEAD_SEARCH and view MainSearchResult. In that controller class, you need to redefine method DO_PREPARE_OUTPUT to enable or disable button by your own condition.

Or you can redefine method EH_ONCREATECORP and EH_ONCREATEIND to add validation for checking based on your own condition before calling out bound plug method

hopes it helps

cheers

eddhie kurnianto

Former Member
0 Kudos

Hi Eddhie,

Thanks for the reply. I already figured this one out some time ago. But I was wondering if this could be done by configuring the PFCG.

Cheers!

Sander

Former Member
0 Kudos

Hi Sander,

Check this thread http://scn.sap.com/thread/3196728, it might be helpful.

Regards,

Nithish

former_member184067
Active Contributor
0 Kudos

Hi Berkhout,

Hmm interesting question. There is filed authorization group in BP and there is standard authorization object B_BUPA_GRP for it. This authorization can be used but each BP that created need to be assign to certain of authorization value that defined in SPRO.

By then, I think it is possible to do it by PFCG roles.

hopes it helps

cheers

eddhie kurnianto

Former Member
0 Kudos

Hi Nithish,

In the trhread you mentioned the following remark was made.

For me, this is the correct answer.

[ --- Start Quotation ---]

Correct AnswerRe: Removing option to create 'Individual account'.

Devang BhattNot Active Contributor

Currently Being Moderated               

I found the solution guys. You can actually disable the options to create Individual account and groups using configuration itself. The buttons will appear greyed out. To do this, you have to go to generic outbound plug mappings configuration in navigation bar customizing. You simply need to delete the links related to Individual account and groups. The buttons will then appear greyed out. But thanks for your responses.

[--- End Quotation ---]

Answers (0)