当前位置:网站首页>[learning notes] month end operation -gr/ir reorganization
[learning notes] month end operation -gr/ir reorganization
2022-07-05 03:26:00 【SAP swordsman】
GR/IR restructuring
— The article is compiled from Mr. Gao linxu's 《 Learn from the simple to the deep SAP financial 》 A Book ,SAP Relevant practitioners are worth reading .
The last section talked about , stay SAP When checking the purchase receipt and invoice, the voucher adopts GR/IR Intermediate account transition , there GR(Goods Receipt) It means receiving goods ,IR(Invoice Receipt) Invoice verification . At the end of the month ,GR/IR The balance of is judged according to the situation of receiving goods and tickets , into “ A / P estimation ” perhaps “ Materials in transit ” subject , And then automatically back in the next month .
- If the goods have not arrived (goods delivered but not invoiced) Or the quantity of goods received is greater than the quantity of tickets received , Then the balance is transferred to “ A / P estimation ”;
- If the ticket does not arrive (goods invoiced but not delivered) Or the quantity of goods received is less than the quantity of tickets received , Then the balance is transferred to “ Materials in transit ”;
among , The latter situation rarely occurs in China .
SAP Provide the function of automatic carry forward , be called “ restructuring ”, Execute at the end of each month , It transfers the balance caused by the asynchronous receipt of goods and tickets into “ A / P estimation ” perhaps “ Materials in transit ”, Transition through an adjustment account in the middle , such as “GR/IR- Restructuring adjustment ”, This subject is usually GR/IR Sub account of account . After all turns ,GR/IR The balance of level 1 accounts should be zero .
Run at the end of the month “GR/IR restructuring ” The vouchers generated during are as follows :
GR Number > IR Number
Dr:GR/IR- Restructuring adjustment
Cr: A / P estimation
IR Number > GR Number
Dr: Materials in transit / A / P estimation
Cr:GR/IR- Restructuring adjustment
The restructuring voucher generated at the end of the month will be automatically reversed at the beginning of the next month ,GR/IR The balance of will return to the original state .
【 Bookkeeping configuration 】
Backstage path :IMG→ financial accounting ( new )→ General ledger accounting ( new )→ Deal with regularly → Reclassification → Definition GR/IR Closed adjustment account
Transaction code :OBYP
“ Control subjects ”: Adjusted object , namely “GR/IR” subject ;
“ Adjust account ”: Intermediate transition subjects , namely “GR/IR- Restructuring adjustment ” subject ;
“ Target account ”: Adjust to what subject , namely “ A / P estimation ” perhaps “ Materials in transit ”;
【 Front desk operation 】
Front desk path :SAP menu → Accounting → financial accounting → General ledger → Deal with regularly → Close accounts → Reclassification →F.19 - Receiving goods / Delivery liquidation
there “ Key dates ” It is to determine the date on which the records considered in the scope of reorganization are based , Like the one above “2022.01.31”, It indicates that there are records that have not been cleared before this day and records that have been cleared but have been cleared later than this day will be included .
Checked “GR/IR Settle accounts ” It indicates that while performing reorganization , The system will run F.13 Clearing operation .
“ Create posting ” The check box is equivalent to “ test run ” Check box .
“ Reverse bookkeeping period ” Here is usually filled in at the beginning of next month , namely GR/IR The date on which the voucher generated by the reorganization is reversed .
The latter two tabs are generally not required .
After running, the list will show BNG and GNB Record , Click on “ Post ” The button system will generate a list of posting suggestions , Lists which vouchers will be generated , Including the end of this month and the beginning of next month .
Usually we can run the test first , Check again after confirmation “ Create posting ” Check box for official operation .
Click on “ Post ” After the button, you need to enter the transaction code SM35 Enter the batch input session processing interface to operate , I won't go into details here .
边栏推荐
- Kuboard
- 001 chip test
- The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
- There is a question about whether the parallelism can be set for Flink SQL CDC. If the parallelism is greater than 1, will there be a sequence problem?
- New interesting test applet source code_ Test available
- 单项框 复选框
- Why is this an undefined behavior- Why is this an undefined behavior?
- Machine learning experiment report 1 - linear model, decision tree, neural network part
- Kubernetes - Multi cluster management
- How can we truncate the float64 type to a specific precision- How can we truncate float64 type to a particular precision?
猜你喜欢
Pat grade a 1119 pre- and post order traversals (30 points)
Why are there fewer and fewer good products produced by big Internet companies such as Tencent and Alibaba?
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
[groovy] string (string injection function | asBoolean | execute | minus)
Design and implementation of high availability website architecture
[105] Baidu brain map - Online mind mapping tool
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
ELK日志分析系统
Azkaban实战
[2022 repair version] community scanning code into group activity code to drain the complete operation source code / connect the contract free payment interface / promote the normal binding of subordi
随机推荐
Simple use of devtools
打破信息茧房-我主动获取信息的方法 -#3
Pat class a 1160 forever (class B 1104 forever)
LeetCode146. LRU cache
Talk about the SQL server version of DTM sub transaction barrier function
LeetCode 234. Palindrome linked list
Yyds dry goods inventory embedded matrix
Design and implementation of kindergarten management system
Talk about the SQL server version of DTM sub transaction barrier function
el-select,el-option下拉选择框
Share the newly released web application development framework based on blazor Technology
[groovy] string (string injection function | asBoolean | execute | minus)
Acwing game 58 [End]
Accuracy problem and solution of BigDecimal
Cette ADB MySQL prend - elle en charge SQL Server?
Performance of calling delegates vs methods
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
Kubernetes - identity and authority authentication
El select, El option drop-down selection box
Returns the lowest common ancestor of two nodes in a binary tree