zoukankan      html  css  js  c++  java
  • VKP5 Price Calculation – List Variant & KZPBL (Delete site level)

    List Variant:

    Configuration in Logistic General –> Retail Pricing –> Sales Price Calculation –> Define List Variant and ….

    The configuration is defining the list variant by defining the included fields and whether they can be changed in VKP5. This will all be saved in table TWSTP.

    image

    KZPBL

    Together with KZPPL are the indicators in the structure KALP.

    KZPBL is used to tell if the currently processed price calculation will be deleted for site level.

    image

    For example, using list group B / list variant xx, we are cacluating for the chain level. The calcuated valude would be saved in A073 level. When this KZPBL is set, then the save will check if the site level has valid records with same condition (extact same value). If so, for redundancy avoidance, this indicator will tell the system to delete the site level (A071) condition.

    Please Note:

    - Only exact same value condition will be deleted!

    - Not only the value, but valid start and end day also have to be identical with the chain level.

    Rule of thumb is, even with this indicator set, there should be no loss of information/data.

    When deleted, in table WKBP the pricing document items will create records correspondingly.

    There will be records with status ‘C’ which means created and released.

    There will possibly be records with status ‘D’ which means Deleted. Whether or not you see the status ‘D’ depends if you have valid site level conditions with same value.

    Please Note:

    - In WKBP, for status ‘D’ records, the column of ‘ConditionRecNo’ will be empty.

    - In A071, valid condition records will be deleted –-> Instead of ending validity.

  • 相关阅读:
    大数据时代之hadoop(一):hadoop安装
    求二叉树的镜像
    Python爬虫(一):基本概念
    汉字转拼音(不带音调)
    通过java类文件识别JDK编译版本号
    单机服务器支持千万级并发长连接的压力测试
    利用ansible来做tomcat应用的持续交付
    使用squid配置透明代理并对上网行为进行控制
    Linux最大文件句柄(文件描述符)限制和修改
    CentOS7.3 部署Haproxy 1.7.2
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/3513054.html
Copyright © 2011-2022 走看看