SAP出现库存数量为0金额不为0的调整方法

SAP 的物料是一个不断收发的过程,有时候会出现某个物料正好库存数量为0。正常情况下,此时的库存金额应该也为 0,但偶尔也会出现数量为 0 但金额不为 0 的情况,此时,对金额如何调整呢?

根据 SAP Note 2224503,解决方法如下:

  1. For a material with price determination 2, price control V: post a price change and the stock value will be updated accordingly.

  2. For a material with price determination 3, price control S (or 2S):

  • Change the message C+704 to a warning on transaction OMCQ with the note 2119237 and 2712068 .
  • Post a goods receipt of 1 piece.
  • Post a goods issue of 1 piece. Afterwards, the stock value should be zero.
  • If you just need to post a goods receipt on the material, the goods issue posting is not necessary. The goods receipt and goods issue postings should be necessary if the stock quantity and stock value should be zero.

简单说,就是将物料的价格控制改为 V+2,然后调整存货价值(这个方法不推荐,启用了物料分类账之后,S 改为 V 或者 3 改为 2 将导致物料差异数据和成本组件数据丢失,且无法恢复)
如果物料的价格控制为 S + 3,方法是先用 OMCQ 事务码将 C+704 消息号改为警告,然后采取收货 1 只 再出货 1只,小额差异也就被带走了。

你可能感兴趣的:(SAP出现库存数量为0金额不为0的调整方法)