Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CO02-desabling Menu item/ button

Former Member
0 Likes
984

Hello SAP Gurus,

Is it possible to disable a menu item or a button in standard

tansaction.

For example in CO02 ( Production Order Change ) I want to hide or

disable the function 'Delete item' in component overview (production

order BOM).

It is available as a button as well as a menu item.

Is there any way of hiding/ disabling it from some users?.

I can not use Variant using SHD0 , as it leads to operational problem during the Drill-Down working .

Thanks in Advance.

Rgds

Sonia Agarwal

2 REPLIES 2
Read only

Former Member
0 Likes
744

Hi,

Try with the following User Exit.

CCOWB001 - Customer exit for modifying menu entries (EXIT_SAPLCOWB_001)

Or

Use Enhancement Spot (Implicit and Explicit Enhancements).

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307f...

Read only

0 Likes
744

Hi Sonia,

I do have same requirement.I want to hide or  disable the function sequence overview button in CO02. please help me with sample code.

Thanks in advance.