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.

  • 相关阅读:
    解决duplicate symbols for architecture x86_64错误
    IOS-UITextField键盘不隐藏问题
    IOS-细节错误
    IOS开发-图片上传
    IOS-指定返回Modal的控制器presentViewController
    支付-支付宝集成
    真机测试-Please enter a different string错误解决
    Xcode插件安装 错选了Skip Bundle解决办法
    SQLServer 命令批量删除数据库中指定表(游标循环删除)
    SQL中使用update inner join和delete inner join
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/3513054.html
Copyright © 2011-2022 走看看