Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
AMOUNT | 0 | 0 | X | Amount/Number to Be Spelled Out | ||
CURRENCY | SYST-WAERS | C | 5 | SPACE | X | Currency for Amounts, Blank for Numbers |
FILLER | 0 | SPACE | X | Filler for Padding the Output Field | ||
LANGUAGE | SYST-LANGU | C | 1 | SY-LANGU | X | Language Indicator |
Parameter | Reference | Type | Length | Text |
---|---|---|---|---|
IN_WORDS | SPELL | u | 882 | Character String with Amount/Number Spelled Out |
Exception | Text |
---|---|
NOT_FOUND | Argument Not Found in T015Z |
TOO_LARGE | Amount Too Large to Be Spelled Out |
Functionality
To do this, the transfer parameters LANGUAGE and AMOUNT have to beentered. To do this, the fields LANGUAGE, CURRENCY, and AMOUNT have to beentered. To do this, the parameters CURRENCY and AMOUNT have to be entered. TheLANGUAGE field must be transferred with the value SPACE. This optionoptimizes the runtime of the function module. The structure SPELL transfers the converted amounts. The function moduleenters the number of places before and after the decimal point in theNUMBER and DECIMAL fields, the amount in words in the WORD and DECWORDfields, and the figure in words in the DIGnn fields. The numbersconverted into words can be protected by a star or some other FILLER. Notes Example Further information |