cancel
Showing results for 
Search instead for 
Did you mean: 

how to prevent changing approver in SC for unassigned SC

Former Member
0 Kudos

Hi,

How can we have restriction for a unapproved SC so that requestor can not change the approver?

rgds,

arjman

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Answered

Former Member
0 Kudos

You can use the BADI BBP_CHNG_AGNT_ALLOW , To disable the Change Button in the Approver Overview Screen in order to Disallow the requisitioner from changing Shpg Cart Approver,

Method : AUTHORISE_FOR_CHANGE

Fields Changed in the BADI :

EV_CHNG_BUTTONS_DISABLED = 'X'.

Hope this will help.

Thanks

Venkatesh P

Former Member
0 Kudos

Hi,

PLs implement BADI BBP_WFL_SECURE_BADI .

Sample code provided by SAP within badi BBP_WFL_SECUR_BADI always returns "0" as security level.

If you do not have your own code in this badi, you could deactivate it and test the issue.

Check also note 1397991.

BR,

Deepti.