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.

  • 相关阅读:
    【2017-4-26】Winform 公共控件 菜单和工具栏
    【2017-4-24】Winform 简单了解 窗口属性
    【2017-4-21】ADO.NET 数据库操作类
    【2017-4-21】ADO.NET 防止字符串注入攻击
    【2017-4-19】ADO.NET 数据库链接,基础增删改
    Vue#条件渲染
    Vue#Class 与 Style 绑定
    Vue#计算属性
    Vue入门笔记#数据绑定语法
    Vue入门笔记#过渡
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/1906244.html
Copyright © 2011-2022 走看看