The level of SAP material batch management is divided into three different levels that cannot coexist, from high to low: client level/group level, material level/material level, plant level/factory level. Under the standard functions provided by SAP, batch-level adjustment can only be changed from low to high: factory level> material level> group level. The factory status provided by SAP should be at the factory level. If you want to switch to the material level, it is easy to do so, but you need to consider it carefully because it is difficult to call it back. The method provided here is to convert the material level to the factory level. The test environment is ides ecc6, and client 800 is the material level by default. The method is from SAP notes:
Note 41715-resetting batch level from material to plant level
This type of conversion can only be made as of release 3.1i (3.1i and later versions are available). proceed as follows:
1. For all releases lower than release 4.5b, implement the corrections and the modification in the report rm07chdx as described in the correction instructions.
2. Create the report zchtcuch, which is specified in the attachment.
3. Run this report in the clients for which you want to reset batch level to plant level.
4. Call transaction OMCT.
5. Check whether the batch level for "batch unique at plant level" is set.
6. Implement notes 821891,944 278, 950540 and 1091613 if you have not already done so (or you have not imported the corresponding support package ).
7. Execute the function "batch level-> conversion ".
8. Define a plant for a plant view that may be missing.
9. Always execute the report in the test mode first. Analyze the error log.
10. If no errors occur, You can execute the report in production mode.
11. If you are working with batch long texts, first execute the report zm07chdx_text in test mode.
Appendix:
ZchtcuchSource code:
Report zchtcuch. Tables: tcuch. Select * From tcuch. If TCUCH-KZDCH ne '0 '. TCUCH-KZDCH = '0 '. Update tcuch. Write:/'tcuch changed to plant-level '. Else. Write:/'tcuch already changed to plant-level '. Endif. Endselect. |
RelatedProgram:
Rm07chdx
Rm07chzx