GLRP - 593EXCNT
Secondary Journal Entries
The system has the capability of generating secondary transactions based upon primary transactions being posted. This process works in conjunction with the Recurrent Journal Entry function.
Calculation Parameters for RJE-Based Interest Apportionment Reports
When RJEs are used to create interest apportionments, an option is available to create a report. To do this, the intermediate values calculated by the RJE are stored temporarily in a file and then extracted and reformatted into a report. The specific order of parameters to use will vary with the calculation line on the RJE, and this common code tells the report generator which ones to choose in which order.
This common code is used to control which extracted parameters to use in driving the report. Parameters are numbered 1, 2, 3, ... in the order processed in the calculation line which is processed in reverse Polish notation (RPN). For example, a typical calculation would be - D.OBJ"TTLOBJ" / 1234567.89 *543.21 where Bal, 1234567.89 is the total in the cash pool, and 543.21 is the interest to be distributed.
The typical RPN order of processing is-
ADB CASH / INTEREST *
1 2 3 4 5
|
|
| _ TOT |
|
| _ INTEREST | |
| _ FACTOR | ||
_ CASH |