1.Functional Description
1.1Purpose
This function will fetch the Generic Rate File (F00191) using SY, RT, and KY to retrieve the Current
Rate (RATE).
2.Technical Specifications
2.3Processing
Fetch the Generic Rate File (F00191) using DS SY, DS RT, and DS KY.
If the fetch succeeds retrieve CERATE and return to calling program in DS RATE.
If the fetch failed, assign DS Error Message ID = "3191" (Generic Rate/Message Type Invalid). If DS
Suppress Error Message is not equal to '1', SETGBRError where error message is "3191" (Generic
Rate/Message Type Invalid).
D3100500 - Get Generic Rate F00191
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szSystemCode | SY | char | NONE | NONE |
A user defined code (98/SY) that identifies a system. Valid values include:
01
Address Book
03B
Accounts Receivable
04
Accounts
| ||||
szUserDefinedCodes | RT | char | NONE | NONE |
A code that identifies the table that contains user defined codes. The table is also referred to as a UDC type. | ||||
szUserDefinedCode | KY | char | NONE | NONE |
A list of valid codes for a specific user defined code list. | ||||
mnCurrentRateFrozen | RATE | MATH_NUMERIC | NONE | NONE |
A code used to define rate information in the General Rate/Message Records table (F00191). | ||||
cSuppressErrorMessage | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
szDescription001 | DL01 | char | OPT | NONE |
A user defined name or remark. |
None |
F00191 Generic Message/Rates |