1.1Purpose
This NER is designed to update all periods within a Fiscal Year except for the Period Number that was passed in. The Period Flag for each period
updated will be turned on and the Period Amount for each period updated will be set to zero. Any existing values in these fields will be overridden.
1.2Setup Notes and Prerequisites
The NER should be called after period flag and amount for specific period has been updated.
2.4Processing
IF PeriodNumber < 1 OR PeriodNumber > 14
Set NER Error - Invalid PeriodNumber
ELSE
Initialize all Period variables to 'X' and all Amount variables to '0'
IF Period Number = 1
Update F1794, except period 1 and amount 1
ELSE
IF Period Number = 2
Update F1794, except period 2 and amount 2
ELSE
IF Period Number = 3
Update F1794, except period 3 and amount 3
END IF
END IF
END IF
END IF
IF File I/O Status <> Success
Set NER Error - Update Unsuccessful
END IF
D1700120 - F1794 Clear Other Periods For FY
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnPeriodNumber | PN | MATH_NUMERIC | REQ | INPUT |
A number indicating the current accounting period. This number, used in conjunction with the Company Constants table (F0010) and the
| ||||
mnOrderNumber | DOCO | MATH_NUMERIC | REQ | INPUT |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szOrderType | DCTO | char | REQ | INPUT |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
szOrderCompany | KCOO | char | REQ | INPUT |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
szContractChangeNum | COCH | char | REQ | INPUT |
The change number of the contract. The change order number of the base contract is always initialized to 000. Each time you enter a
| ||||
mnLineNumber | LNID | MATH_NUMERIC | REQ | INPUT |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
cGenerationType | GENT | char | REQ | INPUT |
A code that identifies the type of billing transaction.
Examples:
1 Recurring Billings
2 Expense Participation
3 Sales Overage
4
| ||||
mnCentury | CTRY | MATH_NUMERIC | REQ | INPUT |
The calendar century associated with the year. Enter is the first two digits of
the year. For example, 19 indicates any year beginning with 19
| ||||
mnFiscalYear | FY | MATH_NUMERIC | REQ | 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
| ||||
szProgramId | PID | char | REQ | INPUT |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
| ||||
cSuppressErrorMessage | SUPPS | char | OPT | NONE |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
| ||||
szErrorMessageID | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
|
None |
None |