cancel
Showing results for 
Search instead for 
Did you mean: 

Hide complete button

former_member222613
Participant
0 Kudos

Hi all, please your help.

We need hide the button "complete" in process purchase order, but i don't know what BADI can I use.

Any idea??

Regards

Raul

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Please visit this link-

http://help.sap.com/erp2005_ehp_05/helpdata/EN/ad/b80e466f9909479fe4e671b08e15bb/frameset.htm

this will help you

Thanks and Regards

Himani SIngh

former_member222613
Participant
0 Kudos

Tanks Pedro

We have SRM 5.0.

Do you have some code examples?

Regards

pedro_santos6
Contributor
0 Kudos

To the UI CONTROL badi:

  
if iv_fieldname = 'SB_PREVIEW'.
    cv_invisible = 'X'.
    clear cv_input_ready .
endif.

Rgs,

Pedro Marques

pedro_santos6
Contributor
0 Kudos

Hi,

Which version are you using?

You can use BBP_UI_CONTROL_BADI to hide that, or use the Tx SHD0 to create a variant and use the badi BBP_SCREENVARIANT.

Rgs,

Pedro Marques