Methods for converting sap batch management from material level to factory level

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.