ACCP |
Posting period YYYYMM |
CHAR |
Character strings, fixed length |
CUKY |
Currency key, referenced by CURR fields |
CURR |
Currency field, stored as DEC |
DATS |
Date field YYYYMMDD, stored as CHAR(8) |
DEC |
Calculation and amount field with comma and sign |
INT1 |
1-byte integer, decimal number <= 254 |
INT2 |
2-byte integer, only for length field before VARC or RAW |
INT4 |
4-byte integer, decimal number with sign |
LANG |
Language ID |
NUMC |
Character field with only digits |
PREC |
Accuracy of a QUAN field |
QUAN |
Quantity field, points to a unit field with format UNIT |
RAW |
Byte string of fixed length (hexadecimal representation) |
TIMS |
Time field (hhmmss), stored as CHAR(6) |
UNIT |
Unit key for QUAN fields |
STRG |
Character string of variable length |
RSTR |
Byte string of variable length (hexadecimal representation) |
SSTR |
Short String of Variable Length |
D34R |
Decimal Floating Point, 34 Digits, RAW on Database |
D34S |
Decimal Floating Point, 34 Digits, with Scale Field |
D34D |
Decimal Floating Point, 34 Digits, DEC on Database |
D16R |
Decimal Floating Point, 16 Digits, RAW on Database |
D16S |
Decimal Floating Point. 16 Digits, with Scale Field |
D16D |
Decimal Floating Point, 16 Digits, DEC on Database |