ConvertNumbersToWordsColombia

Convert Numbers to Words - COL - 00 - 76C

Minor Business Rule

Object Name: B76C0018

Parent DLL: CLOC

Location: Client/Server

Language: C

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





^

Data Structure

D76C0018 - Convert Numbers to words - COL - 00                   - 76C

Parameter NameData ItemData TypeReq/OptI/O/Both
mnAmountFieldAAMATH_NUMERICNONENONE

A number that identifies the amount that the system will add to the account balance of the associated account number.  Enter credits with a 
minus sign (-) either before or after the amount. 

szConversionNumberStringCF01charNONENONE

Reserved by J.D. Edwards A string that is generated by concatinating the value of each segment.

mnCheckLenghtMATH01MATH_NUMERICNONENONE

- - - Good Performance Low Value. 

Related Functions

None

Related Tables

None