惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
人人都是产品经理
人人都是产品经理
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
小众软件
小众软件
B
Blog
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
V
V2EX

博客园 - 海寧

論文主體架構 在Latex使用條列式清單itemize , enumerate , description 用Latex寫出一份美美的論文(二)-論文架構 用Latex寫出一份美美的論文(一) 在Windows 7 安裝MiKtex +Cwtex中文環境(二) - 海寧 在Windows 7 安裝MiKtex +Cwtex中文環境(一) - 海寧 在IBM X41T 安裝 Windows7 [SAP] Month End and Year End Closing Operations Sourcer與Buyer之職務分工 我的百寶箱。 ERP生命週期四階段模式-調整整頓 - 海寧 - 博客园 硬著頭皮往前走。 訓練自己的邏輯思考能力 Script 推薦:Lightbox2 在SQL裡進行多值比較 SQL Server SSIS整合服務-微軟原廠上課教材 我們有能力做,但不代表我們需要做。 九大內部循環控制_評估方法 ERP的使用:業務的SOP與系統的SOP不Match
[SAP] 會計期間庫存的關帳與開帳
海寧 · 2009-10-09 · via 博客园 - 海寧

每個月的月初,ERP系統就要重新設定現行單據的會計年度及期別,如果現在是2009/10/09要進行物料的轉移,會計年度期別還是2009/09,這時候系統就會不允許輸入十月份的單據。(單據日期必須大於關帳日期,小於等於現行年度期別)

介紹以下三個指令:(Logistics→Materials management→Material Master→Other)

  • MMPV : Close Period for Material Master Record
  • MMRV : Allow Posting to Previous Perod(也可以用這個來檢視目前的會計期間)
  • MMPI  : Initialize Period for Material Master Record
MMPV:
a1 

這支程式用來設定新的會計期間並且關閉前一個會計期間。會計期間被關閉後就不能變更該期間內的單據 。

MMRV: 

設定companycode在會計期間之前的單據也能變更。

a2

MMPI:

Re-open Period closing: 假設有些前期的帳要調整,想重新打開之前的會計期間修正,可使用MMPI處理

如果目前期別是2009/10,要打開2009/07,就要依序打開2009/09, 2009/08,2009/07,修正完資料後,再依序關帳

2009/07→2009/08→2009/09。這個指令對系統的影響性很大不建議經常使用。

提醒:使用MMPI可能造成的問題
Be careful if the period used for initialization precedes the current period in the control record for the company code since this can result in an inconsistency between goods movements and material master segments. This is because the stock information in the material master segments is assigned to the new current period in this case (see the following example).

Example:

Current period 02

Opening stock balance 0 pieces

Goods receipt 10 pieces

Period used for initialization 01

According to the material master segment, there are 10 pieces in stock in period 01, although 10 pieces were posted to stock in period 02 according to the goods movement document.