B03B0042
F0010 Get Aging Periods
Functional Description
Purpose
This business function will get the aging information for the company from the Company Constants
table (F0010).
Setup Notes and Prerequisites
Special Logic
Technical Specifications
Parameters
ItemDescription I/OReq?Notes
COCompanyIYes
AGEMAging MethodONo
CRDYCurrent DayONo
AGR1Aging Days 1ONo
AGR2Aging Days 2ONo
AGR3Aging Days 3 ONo
AGR4Aging Days 4ONo
AGR5Aging Days 5ONo
AGR6Aging Days 6ONo
AGR7Aging Days 7ONo
DAGDate: Age As OfONo
Related Tables
F0010Company Constants
Related Business Functions
Processing
Open F0010 table.
Fetch F0010 table.
Copy fetched fields to the output fields.
Close F0010 table.
^
D03B0042 - Company Constants - Aging
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szCompany | CO | char | NONE | NONE |
A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company
| ||||
cAgingmethod | AGEM | char | NONE | NONE |
A code that designates which aging categories the system uses to assign invoices. The system uses the date specified in the Age as of
| ||||
mnAgingdaysarcurrent | CRDY | MATH_NUMERIC | NONE | NONE |
A value used in conjunction with the value of AGR1 to define the number of days in the current aging category. | ||||
mnAgingdaysar001 | AGR1 | MATH_NUMERIC | NONE | NONE |
A value used in conjunction with CRDY and AGR2 to define the current and first aging categories. | ||||
mnAgingdaysar002 | AGR2 | MATH_NUMERIC | NONE | NONE |
A value used in conjunction with AGR1 and AGR3 to define the first and second aging categories. | ||||
mnAgingdaysar003 | AGR3 | MATH_NUMERIC | NONE | NONE |
A value used in conjunction with AGR2 and AGR4 to define the second and third aging categories. | ||||
mnAgingdaysar004 | AGR4 | MATH_NUMERIC | NONE | NONE |
A value used in conjunction with AGR3 and AGR5 to define the third and fourth aging categories. | ||||
mnAgingdaysar005 | AGR5 | MATH_NUMERIC | NONE | NONE |
A value used in conjunction with AGR4 and AGR6 to define the fourth and fifth aging categories. | ||||
mnAgingdaysar006 | AGR6 | MATH_NUMERIC | NONE | NONE |
A value used in conjunction with AGR5 and AGR7 to define the fifth and sixth aging categories. | ||||
mnAgingdaysar007 | AGR7 | MATH_NUMERIC | NONE | NONE |
A value used in conjunction with AGR6 to define the sixth aging category. | ||||
jdDateAgeAsOf | DAG | JDEDATE | NONE | NONE |
A date that the system uses to determine the aging category to which to assign an invoice. The system compares the aging date to the
|
None |
F0010 Company Constants |