Functional Description
Purpose
This function is used to:
Allow the User to run the Colombian business function that converts numeric values to words or the
standard business function X00500.
The amount in words must be separated in two lines according to the Colombian format check.
Setup Notes and Prerequisites
This business function is a copy from N76500BR (Brazil Localization).
Only the called to the business function that converts from numeric value to works was modified.
Special Logic
According to a processing option, this NER calls either the function B76C0018 (pesos) or X00500
(dollars).
The user has to specify the length of the two lines (for the check) in the processing options.
Technical Specifications
Parameters:
AAmnAmountFieldIRequired
CF01szConversionNumberString[251]O
^
D76C572N - Convert Numeric Value To Words NER- COL -00 - 76C
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szProgramName | PGM | char | NONE | NONE |
The name of an executable program. | ||||
szCurrencyCodeFrom | CRCD | char | NONE | NONE |
A code that identifies the currency of a transaction. | ||||
mnPaymntAmount | PAAP | MATH_NUMERIC | NONE | NONE |
In the Accounts Payable system, the amount of the payment.
In the Accounts Receivable system, the amount of the receipt. This amount
| ||||
mnLengthLineOne | MN2D0 | MATH_NUMERIC | NONE | NONE |
This is a generic field used as a work field. | ||||
mnLengthLineTwo | MN2D0 | MATH_NUMERIC | NONE | NONE |
This is a generic field used as a work field. | ||||
mnLengthLineThree | MN2D0 | MATH_NUMERIC | NONE | NONE |
This is a generic field used as a work field. | ||||
szCheckLineOne | CNVNSTR | char | NONE | NONE |
szCheckLineTwo | CNVNSTR | char | NONE | NONE |
szCheckLineThree | CNVNSTR | char | NONE | NONE |
None |
None |