• Assortment List 中没有包括指定的Article


    Technorati 标签: SAP,Assortment List,WDBI,WDBM

    执行transaction WDBI或WDBM时,预想中的article不在生成的Assortment List中。

    这可能是什么问题呢? -- 其实是因为article带出的assortment list type和输入指定的不匹配。

    比如一开始执行WDBM,Variant如下:

    image

    然而没有生成任何的IDoc。

    后来有执行WDBI生成Full Version,结果article152仍然不在其中。

    围绕着assortment list的一些概念之间关系是这样的:

    image

    首先site=2601决定了Assortment List Profile=RHS1。

    输入的Variant中指定了Assortment List Type=L。

    同时Variant中的Article=152所对应的Assortment List Type=K。

    K并不包括在输入的assortment list type中。 交集为零,因此虽然152是list在2601中的,但这次没有生成包含152的assortment list。

    解决办法:

    一、在MM43中找出152的assortment list type (MAW1-BBTYP = K),在Variant中给出K。

         这样将生成对应type K的Assortment List IDoc。

    二、在输入的variant中,给Assortment List Type一项留白,从而检查一遍RHS1对应的所有的assortment list type。如有18个type就有18个task。

         image image

         * 因此,我们还应注意应该避免不必要的assortment list type。在配置的时候,应尽量规避定义lead time/ cycle都重复的新type。 -- save performance

  • 相关阅读:
    firefox配置
    安装gstreamer开发环境
    linux下批量替换文件内容(转)
    iptables详细教程:基础、架构、清空规则、追加规则、应用实例(转)
    iptables 使用
    如何用iptables实现NAT(转)
    Python 练习题
    Python unittest 参数化
    Python Logging模块
    Python 多进程
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/1914334.html
Copyright © 2020-2023  润新知