您的位置:首页 > 其它

MM模块-查看移动平均价的历史记录

2015-03-19 12:26 246 查看
1:查看月度的移动平均价

查询两张表MBEW,MBEWH

MBEW:查看当前账期的移动平均价

MBEWH:查看历史账期的移动平均价

关于这两张表的详细的更新逻辑如下:

As MBEW is supposed to contain current values, when it has to be changed (like when updating material current price, etc.), the current value gets written to MBEWH and the new value gets written to MBEW.

The current standard is always in MBEW. When the first activity in a ‘period’ takes place valuation or quantity update; a record is written to MBEWH to document the balance, std, price control, that existed BEFORE the "first activity.

The number that represents the previous period record being written into the MBEWH table is represented in the ‘current period’ LFMON field.

2:查看即时的移动平均价

T-CODE:S_P00_07000139

在这里可以看到每次货物移动之后的移动平均价的变化。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: