从供应商库存销售:Sales From vendor consignment stock;类似于所谓的代理销售的方式,可能在Retail行业比较常见;
通常的做法是分两步,首先将vendor consignment的stock转为自己的非限制使用库存,然后再从自己的库存销售;这样做的缺点是比较麻烦,每次都得先转再销,如果可以直接从vendor consignment的状态销售的话,会非常省事;
那在Sales里如何实现呢?
Sales里与库存移动相关的设置是schedule line category里movement type,正常是使用601,Vendor consignment stock的goods issue必须使用特殊库存标记K,但是这里没有地方可以输入特殊库存标记;在Item category 定义里有个Special Stock 可以实现这一点,但是Vendor Consignment Issue是需要输入Vendor Code,这个没找到地方可以输入,所以这种方式是行不通的;
一个可行的方案是使用Stock Determination,即通过设置stock determination rule,系统自动找到Vendor Consignment stock,并将Special Stock indicator 及Vendor Code带出来;

需要配置的内容:
1. 配置stock determination strategy;
2. 分配stock determination rule;
3. 分配stock determination group;
4. 配置MM自动过账;

1. stock determination strategy:
  T-code:OSPX
  首先定义group:使用Stock determination实现从供应商寄售库存销售
  定义Rule:
使用Stock determination实现从供应商寄售库存销售
 定义strategy header:
使用Stock determination实现从供应商寄售库存销售
定义strategy Item table:
使用Stock determination实现从供应商寄售库存销售
2. 分配stock determination rule;
    View:V_TVLP_REG;
    为Item Category分配Stock Determination rule:
使用Stock determination实现从供应商寄售库存销售
3. 分配stock determination group;
   T-code: MM02;
   在物料master data的Plant/Stor.2 Tab页上分配:
使用Stock determination实现从供应商寄售库存销售
4. 配置MM自动过账;
  T-code:OBYC;
  Transaction 有:
    GBB — 销售成本科目;
    KON — 应付暂估科目;
    AKO — 寄售消耗科目
  (如果物料valuation的价格和Consignment info record的价格相同,则只有销售成本科目,如果有差异,则进该销耗科目);