cancel
Showing results for 
Search instead for 
Did you mean: 

ADD APPROVER button to be disabled!

Former Member
0 Kudos

Hi All,

I have implemented the n-level approval WF WS14000133 through the BADI BBP_WFL_APPROV_BADI.

Can anyone tell me whether it is possible thorugh disable the "ADD APPROVER" and "ADD REVIEWER" button on the approval preview screen???

Regards,

Disha.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Disha,

you can use BADI BBP_CHNG_AGNT_ALLOW to determine whether users can add approvers and reveiwers.

There is a sample implementation for this BADI that can be copied and an example in the documentation for this BADI.

Regards

Chris

Former Member
0 Kudos

Hi All,

Thanks for the info...i wil try this n get back.

Regards,

Disha.

former_member184214
Contributor
0 Kudos

Hello Disha,

look at BAdI BBP_CHNG_AGNT_ALLOW method AUTHORISE_FOR_CHANGE.

Here you can deactivate the adding/changing of reviewers in the workflow approval preview. Pushbuttons will be hidden on the user interface.

HTH

Gordan