cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to make the Component view Grayed-out in T-code CO01 and Co02 for perticular plant

27maheboob
Participant
0 Kudos
169

Dear Experts, 

My business requirement is to disable the Component View of production order in T-code CO01 and CO02 for a few plants. Please help me to fulfill this requirement. 

By using the screen variant, we can only gray out the Component columns but not the push buttons like delete or add components, and that will not be plant-specific.

FYR,

27maheboob_0-1747912549168.png

 

Accepted Solutions (0)

Answers (3)

Answers (3)

RAHEEL_BABAR
Active Contributor

Hi,

In SHD0 (Screen Variant) you can invisible all these button as well.

RAHEEL_BABAR_0-1747913449845.png

 

Regards

RaymondGiuseppi
Active Contributor
0 Kudos

Which of the enhancements and BAdI defined in package COBADI did you already check?

DominikTylczyn
SAP Champion
SAP Champion
0 Kudos

Hello @27maheboob 

A straightforward option is @RAHEEL_BABAR proposal to use screen variants. That will work, however is not plant-specific.

Another option is to use a BAdI enhancement at the time of production order save. Check if components are changed and raise an exception to prevent such changes. That can be made plant specific. The downside is that it won't to disable the component view, but it will prevent component changes, which I think is the ultimate goal.

Best regards

Dominik Tylczynski