Article Master Data Deviation
Site data – Logistics DC / Logistics Store
Where is the reference site decided when you maintain the article?
--> It’s decided from following place:
1. Overall setting for article master data (reference DC/Store) (WSS1) -- TWPA-VLGFI / TWPA-VLGVZ
the default reference site client wide. when you don’t specify anything and go to logistic view, this is under the default ref site.

2. Sales org and Distribution Chain specific settings (Logistic General –> Basic Data Retail –> Distribuiton chain control) -- V_TVKOV_W-VLGFI
Does REFSITE impacting this?
--> No. (for sure. tested)
The purchasing node in REFSITE only impact the MASS_MARC… ???
| In general you have two options to remove deviations: | ||||
| 1. If you usually use the same value in all dependent sites of a single | ||||
| reference site (global reference DC, global reference store or | ||||
| distribution chain specific reference store), then you should look | ||||
| to maintain also this value in the reference site. By this change | ||||
| all deviations are removed for dependent sites, where no other field | ||||
| still requires the deviation entry. If there are only a few sites, | ||||
| where you still require a different value, then a single deviation | ||||
| for such sites is usually not critical. Especially it would be no | ||||
| reason to fully exclude a field from the copy handling as described | ||||
|
in option 2. |
||||
| 2. If the value for a field is different for most of the sites, then | ||||
| it makes sense to exclude the field from the copy handling by | ||||
| deactivating the "copy field content" indicator as described by you | ||||
| already above. Then no deviation entry is created for new sites, if | ||||
| there is no other fields which requires this. But this has no direct | ||||
| effect on existing data. For this you need to do any change for the | ||||
| article again, so that the article master checks for the validity | ||||
| of the existing deviations and remove them if possible. This step | ||||
| can take a lot of time. If it makes sense, then I can provide you | ||||
| also a special report, which can speed this up by analysing logistic | ||||
| data specific deviations directly without to change the whole article. | ||||
| But for this further analysis of the deviations in your system us | ||||
| required before to see, that this can really help you. Especially | ||||
| the result of the report ANALYSEMABW is helpful there for us. |
--> Report: Z_MABW_CLEANUP
Article Master Data Deviation的更多相关文章
- QM模块包含主数据(Master data)和功能(functions)
QM模块包含主数据(Master data)和功能(functions) QM主数据 QM主数据 1 Material Master MM01/MM02/MM50待测 物料主数据 2 Sa ...
- HR数据抽取:通过 Read Master Data 转换规则读取时间相关主属性数据
声明:原创作品,转载时请注明文章来自SAP师太技术博客( 博/客/园www.cnblogs.com):www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将 ...
- MS MDS系列之初始MS Master Data Service(微软主数据服务)
背景介绍: 主数据服务(Master Data Services)是微软平台支持的主数据管理(MDM)平台.类似MDS这样的系统,如果后续维护得当,会给企业提供一个强大的中心数据库系统,来防止企业数据 ...
- 【转】The most comprehensive Data Science learning plan for 2017
I joined Analytics Vidhya as an intern last summer. I had no clue what was in store for me. I had be ...
- Generate Time Data(财务日期主数据)
1. Generate the master data from the specific time frame that you are interested in根据你输入的时间段来产生主 ...
- MongoDB学习笔记——Master/Slave主从复制
Master/Slave主从复制 主从复制MongoDB中比较常用的一种方式,如果要实现主从复制至少应该有两个MongoDB实例,一个作为主节点负责客户端请求,另一个作为从节点负责从主节点映射数据,提 ...
- 《MapReduce: Simplified Data Processing on Large Cluster 》翻译
Abstract MapReduce是一种编程模型和一种用来处理和产生大数据集的相关实现.用户定义map函数来处理key/value键值对来产生一系列的中间的key/value键值对.还要定义一个re ...
- ARM与FPGA通过spi通信设计2.spi master的实现
这里主要放两个代码第一个是正常的不使用状态机的SPI主机代码:第二个是状态机SPI代码 1.不使用状态机:特权同学<深入浅出玩转FPGA>中DIY数码相框部分代码: /////////// ...
- How To Do Master Record Mass Maintenance
How To Do Master Record Mass Maintenance Which master records mass maintenance can be done? What do ...
随机推荐
- DB9 公头母头引脚定义及连接
1.实物及引脚简单介绍 在做开发的时候常常会用到串行接口,一般9针的串行接口居多.例如以下图所看到的: 公头母头用于连接线的採用上图封装.但用于开发板的时候採用90度弯角插针的封装.例如以下图: 各引 ...
- BootStrap2学习日记1--网格系统
在BoootStrap2的版本中采用的布局方式是12栏网格布局(把浏览器的Width分12栏,布局中使用每个元素所占格数的不同来达到各种布局),包括(固定)网格布局(Grid System)和流式网格 ...
- Direct3D-3 四元数
其实本来这篇文章是打算接上篇的各种变化矩阵的推导了,想了想,还是先讲四元数吧.本人的文章并不会提到欧拉角,因为我自己没弄懂欧拉角的万向锁问题. 很多人学习数学时,会有这样一个疑惑,这东 ...
- C语言宏定义相关
写好C语言,漂亮的宏定义很重要,使用宏定义可以防止出错,提高可移植性,可读性,方便性 等等.下面列举一些成熟软件中常用得宏定义......1,防止一个头文件被重复包含#ifndef COMDEF_H# ...
- Maven 仓库
Maven仓库分为本地仓库和远程仓库(中央仓库,私服,其他公共仓库)一张图就可以很清楚的看出结构 本地仓库:本地仓库是在我们当前电脑系统盘的user-administrator-m2-reposito ...
- HTML+CSS实例——漂亮的查询部件(一)
一.参考网址:www.kuhnsjewelers.com 二.效果: 三.HTML <div id="search-box"> <asp:TextBox ID=& ...
- Objective-C ,ios,iphone开发基础:NSDictionary(字典) 和 NSMutableDictionary
NSDictionary(字典),NSDictionary类似于 .net中的parameter,l类似于java中的map. 通过唯一的key找到对应的值,一个key只能对应一个只,而多个key可以 ...
- Spring 事务管理高级应用难点剖析--转
第 1 部分 http://www.ibm.com/search/csass/search/?q=%E4%BA%8B%E5%8A%A1&sn=dw&lang=zh&cc=CN& ...
- 给jdk写注释系列之jdk1.6容器(8)-TreeSet&NavigableMap&NavigableSet源码解析
TreeSet是一个有序的Set集合. 既然是有序,那么它是靠什么来维持顺序的呢,回忆一下TreeMap中是怎么比较两个key大小的,是通过一个比较器Comparator对不对,不过遗憾的是,今天仍然 ...
- 给jdk写注释系列之jdk1.6容器(6)-HashSet源码解析&Map迭代器
今天的主角是HashSet,Set是什么东东,当然也是一种java容器了. 现在再看到Hash心底里有没有会心一笑呢,这里不再赘述hash的概念原理等一大堆东西了(不懂得需要先回去看下Has ...