zoukankan      html  css  js  c++  java
  • Revision Level在PS中的决定

    何为Revision Level: 

    You can identify material or document changes that are made with reference to a change number by the use of revision levels. 
    When you want to process the BOMs for these materials or documents at a later date, you can find and call them using either the change number or the revision level.

    http://help.sap.com/saphelp_erp60_sp/helpdata/en/d8/7329d14b7511d1894b0000e8323c4f/frameset.htm

    先看配置.CJ12中,物料100-100的Revision Level是这么配置的.

    image

    当物料在项目中分配时, FM REVISION_LEVEL_SELECT会被读到. 可以看出, 输入后, Revision Level是由CAUFV-AUFLD决定的, 即Date of BOM Explosion/Routing Transfer. 这里是Network创建日期.故输出的RESBD-REVLV = B

    Include LCOMDFM1

    Form   MATERIAL_CHK

    FM       REVISION_LEVEL_SELECT

    image

    RESB表 最后一项09

    image

    SAP提供BADI REV_SELECT, Method SELECT_INDIVIDUAL进行用户自定义

    image

    image

  • 相关阅读:
    第52周二Restful
    第52周一
    第51周日
    第51周六
    第51周五
    第51周四
    第51周三
    第51周二
    第51周一
    第50周日
  • 原文地址:https://www.cnblogs.com/lazymango/p/1961492.html
Copyright © 2011-2022 走看看