a month ago
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,
Request clarification before answering.
Hi,
In SHD0 (Screen Variant) you can invisible all these button as well.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Which of the enhancements and BAdI defined in package COBADI did you already check?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
6 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.