SAP批次管理由物料级别转换到工厂级别的方法

     SAP物料批次管理的级别共分为三个不同且不能并存的级别,由高至低分别为:client level/集团级别、material level/物料级别、plant level/工厂级别。在SAP提供的标准功能下,批次级别的调整只能由低向高转换:工厂级别-->物料级别-->集团级别。SAP提供的出厂状态应该是工厂级别,如果想转为物料级别,很容易做到,但需要慎重考虑,因为再想调回来就比较难了。这里提供的方法就是由物料级别向工厂级别转换的方法,测试环境为IDES ECC6,Client 800默认为物料级别。方法来自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及以上版本可用). 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, 944278, 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.

附:

ZCHTCUCH源代码:

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.

相关程序:
RM07CHDX
RM07CHZX

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值