Functional Description
Build a user defined date title from elements in the F83100 and F83110.
Purpose
Concatenate each literal string and fill the substitution parameters for a given alnguage and date
title type.
Setup Notes and Prerequisites
Special Logic
Technical Specification
If date pattern not passed fetch it from the F0010.
Fetch the date title elements from the F83100 for the requested date title type and language. If user
language not found, return the base language.
Fetch the period names from the F83110 for the requested language and fiscal date pattern. If user
language not found, return the base language.
Fetch the text for the period number from UDC 83/PT by period number and language. If user language
not found, return the base language.
Until a blank element is encountered in the F83100 record, concacenate each element togather. If any
substituion elements are found fill the substitution parameters. If date title length exceeds 100
characters set error.
D8300008 - Build User Defined Date Title
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cDateTitleType | DTTYP | char | OPT | INPUT |
The date title type. | ||||
szLanguagePreference | LNGP | char | OPT | INPUT |
A user defined code (01/LP) that specifies the language to use on forms and printed reports. Before you specify a language, a code for that
| ||||
szCompany | CO | char | OPT | INPUT |
A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company
| ||||
cFiscalDatePattern | DTPN | char | OPT | INPUT |
A code that identifies date patterns. You can use one of 15 codes. You must set up special codes (letters A through N) for 4-4-5, 13-period
| ||||
mnPeriodNumber | PN | MATH_NUMERIC | OPT | INPUT |
A number indicating the current accounting period. This number, used in conjunction with the Company Constants table (F0010) and the
| ||||
mnFiscalYear | FY | MATH_NUMERIC | OPT | INPUT |
A number that identifies the fiscal year. Generally, you can either enter a number in this field or leave it blank to indicate the current fiscal
| ||||
szDateTitle | DTITL | char | OPT | OUTPUT |
The date title used for financial reporting. | ||||
cFiscalYearYN | EV01 | char | OPT | INPUT |
An option that specifies the type of processing for an event. |
None |
None |