cancel
Showing results for 
Search instead for 
Did you mean: 

Substitute Approver Button

Former Member
0 Kudos

Is there any way to hide the substitute approver button that an approver can use to set up a substitute approver? I know I can modify the html template but was wondering if there was a user exit, badi, or security setting that would work also.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You have couple of options here...

1) Modify the Original ITS template and comment out th relevant code

2) Use the standard BADI BBP_SC_MODIFY_UI correctly...

Hope this will definitely solve ur problems.

Pls reward suitable points.

Regards

- Atul

Former Member
0 Kudos

I understand the first option but management is reluctant to use it. For the BBP_SC_MODIFY_UI badi, what does using it correctly mean? I have looked at this badi and do not see how this badi can control the substitute button. Can you provide more detail?

Former Member
0 Kudos

Tom,

You can use Screen variants to make this push button invisible.

1.) T-code SHD0

2.) Create and copy a Z- screen variant T-Code BBPSC01 or whichever transaction that screen belongs to

3.) Enter the program name and Screen number

4.) Check mark the fields to be invisible/non editable etc.

5.) Implement BADI BBP_SCREENVARIANT.

This should make the push button invisible. Also if the requirement is only for a certain users you can take a look at the WFL_SECURITY BADI.

Please assign points if answer is helpfull !!

Thanks,

Sundeep

Answers (0)