1.Functional Description
1.1Purpose
This NER will be used to update the Billing information that exists within the F1721 Contract Detail file. The fields being updated will be: AA1
(Short-Term Amount), AA2 (Long-Term Amount) and BILLF (Billed Flag).
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
2.4Processing
IF Mode != 1
IF Suppress Error Message != '1'
Error Message ID = 070O
ELSE
Update.F1721
BF Contract Number = Contract Number
BF Contract Change Number = Contract Change Number
BF Contract Line Number = Contract Line Number
BF Billed Flag -> Billed Flag (BILLF)
IF File I/O Status != Success
IF Suppress Error Message != '1'
Set NER Error (013H)
END IF
Error Message ID = 013H
END IF
END IF
D1700760 - F1721 Update Contract Billing Info
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cMode | EV01 | char | OPT | NONE |
1 = Update Short Term, Long Term and Billed Flag with values passed in.
| ||||
cSuppressErrorMessage | SUPPS | char | OPT | NONE |
1 = Suppresses Error Messages
| ||||
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
| ||||
mnContractNumber | DOCO | MATH_NUMERIC | OPT | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szContractChangeNum | COCH | char | OPT | NONE |
The change number of the contract. The change order number of the base contract is always initialized to 000. Each time you enter a
| ||||
mnContractLineNumber | LNID | MATH_NUMERIC | OPT | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
mnShortTermAmount | AA1 | MATH_NUMERIC | OPT | NONE |
A number that identifies the actual amount. | ||||
mnLongTermAmount | AA2 | MATH_NUMERIC | OPT | NONE |
Amount. | ||||
cBilledFlag | BILLF | char | OPT | NONE |
0 = Mark as Non-Billed
| ||||
szProgramId | PID | char | OPT | NONE |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
|
None |
None |