zoukankan      html  css  js  c++  java
  • Retail Article Master Data 学习 (三) Reference Handling 和 Deviation

    First, Reference handling:

     

    T-code: OMSR can control the settings of reference handling for different fields.

    image image

    -‘Propose field cont.’ define when aritcles / records are initially created, should the field value populated according to the reference.

    - ‘Copy field content’ define when the very field of reference changes, should this field for the record change accordingly.

    The reference happens for the followngs relations:

    • Generic Article –> Variants
    • Reference Aritcle / MC ref article –> Generic Article / Single Article
    • Reference Site –> Sites
    • Client level config –> lower org level config

    As per my understanding, deviation is somehow related to the reference handling.

    If set as ‘copy field content’, the field will change according the that field of the reference whenever the reference is changed.

    For example, a MARC field for site 1101 and article 127 is referencing to the MARC field of record for ref site RF01 and article 127.

    Thus whenever MARC field for RF01 x 127 is changed, the very field for 1101 x 127 record will change to the same.

    However when 1101 x 127 is maintianed individually for once, the copy referencing linkage is broken and from this moment on, no matter how RF01 x 127 is changed, the 1101 x 127 does not change correspondingly.

    –> This is when we say a deviation is generated.  So we must carefully set the reference (ref site / ref article…) and consider carefully if the ‘Copy field content’ should be set, to avoid unnessary deviations.

  • 相关阅读:
    Linux部署Apache ActiveMQ 5.14.1
    数据库iops的理解
    IOPS性能指标
    APK反编译工具与使用方法
    App Inspector-iOS真机
    idea 项目maven无法拉取jar
    adb shell常用命令
    ADB 在APP自动化测试应用汇总
    java调用shell命令并获取执行结果的示例
    分享几个特别实用的网站,分分钟钟提升个人技能
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/1906244.html
Copyright © 2011-2022 走看看