cancel
Showing results for 
Search instead for 
Did you mean: 

Disable of button

Former Member
0 Kudos

Hi Experts,

I have a requreiment

When a SC is raised and it is in Awaiting approval , user has the ability to change the approver.... by clicking change button and i want to diable this button

how can we achive this

Regards

sameer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can use BADI BBP_CHNG_AGNT_ALLOW to stop some or all users changing the approver or adding a reviewer.

There are two methods available

AUTHORISE_FOR_CHANGE - for changing approvers/reviewers

AUTHORISE_FOR_INSERT - for adding approvers/reviewers

The documentation for the BADI includes sample code to remove the buttons for a particular user.

Regards

Chris

Edited by: Chris March on Aug 13, 2008 11:41 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Your workflow has a task which is general.

Check these links please :

Note 742314 - BADI for approver selection when adding/changing approvers

This issue is reverse of your problem

Best regards,

Sridhar

Former Member
0 Kudos

try the BBP_WFL_SECURITY settings for the the user role of yr requisitionar

set it to ' no changes allowed'

this parameters you will find in the PFCG --> personalization of yr user role SAP_BBP_STAL_EMPLOYEE

BR

Dinesh