Functional Description
Purpose
This function gets the currency description from the F0013 - Currency Codes table.
Setup Notes and Prerequisites
None
Special Logic
None
Technical Specification
Parameters
ItemDescriptionI/OReq?Notes
CRCDszCurrencyCodeIYCurrency Code From
DL01szCurrencyDescriptionONDescription of Currency Code
Related Tables
F0013 - Currency Codes
Related Functions
None
Processing
Open the F0013 Table
If table not opened successfully
Return ER_ERROR
Set the key to the F0013 table = szCurrencyCode
Read the record from the F0013 table
If the record is retrieved
D03B0103 - F0013 Get Currency Description
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szCurrencyCode | CRCD | char | NONE | NONE |
A code that identifies the currency of a transaction. | ||||
szCurrencyDescription | DL01 | char | NONE | NONE |
A user defined name or remark. |
None |
F0013 Currency Codes |