sap系统。A工厂的供应商寄售库存,如何直接从寄售状态直接转储到B工厂?

2024-11-27 23:17:32
推荐回答(2个)
回答1:

我也测试了一下你说,但是没有成功,提示价格不同,后再SAP论坛查找了一下同样的问题,这是一个标准程序,参考如下:
The where-used list for the message M7395 just points to MM07MFU0_UMLAGERMAT_PRUEFEN

And the code responsible for the error is:
if p_netwr_before <> vm07m-netwr. "EP 2.0 konsi
receiver's price is different to sender's price
message e395. "EP 2.0 konsi
endif. "EP 2.0 konsi

Debug at this code and you may be able to see the 2 prices. Maybe then you can identify their origin.
但是从业务角度考虑,寄售的物料尚未评估,而此时要转移过账,相当于Po改工厂一样,对将来的后续影响尚不清楚,仅供参考

回答2:

楼主所描述的A工厂和B工厂,如果属同一公司,即同一法人,可以如下操作:
1 从寄售状态转到A工厂(移动类型为从寄售到自有)
2 从A工厂转到B工厂(移动类型工厂之间转储)

FYI