zoukankan      html  css  js  c++  java
  • SAP MM盘点流程里如何处理事务代码MI11 Recount过的盘点凭证?

    SAP MM盘点流程里如何处理事务代码MI11 Recount过的盘点凭证?

    1, MI01 create a physical inventory document,

     

                           

    2, MI04 to input the count result,

     

    3, We found there is stock difference, then we conduct the re-count, want to input the new count result to this physical inventory document.

    But we cannot use the MI04 to input the new count result to the physical inventory document again,

     

    We can create a new physical inventory document based on this old physical inventory document, using MI11,

     

    Enter,

     

    We select the item 1 and item 2, and then save it.

     

    New physical inventory document 100104278 was created.

    Then we can input the new count result for the item 1 and item 2 in this new physical inventory document, using MI04,

     

    And then use MI07 to clear difference.

    How to handle the old physical inventory document 100104277?  Since there is another item which was not selected when we execute the MI11, so we can still conduct MI07 to clear difference for the old physical inventory document, see below screen shot:

     

    Save it,

     

    *** If we select all items when we execute the MI11, then the old physical inventory will be closed automatically, no need to conduct MI07 for it.

    2018-09-30 下午写于杭州市

  • 相关阅读:
    适配器模式(16)
    状态模式(15)
    用反射技术替换工厂种的switch分支(14)
    2017年目标与规划
    抽象工厂模式(13)
    观察者模式(12)
    建造者模式(11)
    TCP 可靠传输与流量控制的实现
    TCP报文段的首部格式
    TCP可靠传输的工作原理
  • 原文地址:https://www.cnblogs.com/DicksonJYL/p/9729658.html
Copyright © 2011-2022 走看看