Functional Description
Purpose
This function is used to:
Convert Number to works in Spanish. (Colombian pesos)
Setup Notes and Prerequisites
This business function is a copy from X76500BR (Brazil Localization).
Only the words (constants) were modified.
The user can set up the string's length through a processing option. If this parameter is not set up,
the program assumes a length of 60 characters for the fist line and 64 characters for the second
line.
Special Logic
This business function converts the maximum amount of 999.999.999.999.99.
The maximum length of the string is the sum of line one plus line two.
If the result of the conversion is greater than the sum (line 1 + line 2 ), the program returns the
number followed by '***'.
If the result of the conversion is less than the sum (line 1 + line 2), the program returns the
letters followed by '***'.
Technical Specifications
Parameters:
AAmnAmountFieldIRequired
CF01szConversionNumberString[251]O
^
D76C0018 - Convert Numbers to words - COL - 00 - 76C
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAmountField | AA | MATH_NUMERIC | NONE | NONE |
A number that identifies the amount that the system will add to the account balance of the associated account number. Enter credits with a
| ||||
szConversionNumberString | CF01 | char | NONE | NONE |
Reserved by J.D. Edwards A string that is generated by concatinating the value of each segment. | ||||
mnCheckLenght | MATH01 | MATH_NUMERIC | NONE | NONE |
- - - Good Performance Low Value. |
None |
None |