Data Types
- ACCP: Posting period.
- The length is set to 6 places for this data type.
- The format is YYYYMM.
- In input and output, the system inserts a point between the year and month, so the template of this data type has the format ‘____.__’.
- CHAR: Character string.
- Fields of type CHAR can have a maximum length of 1333 in tables.
- If you want to use longer character fields in tables, you must choose data type LCHR.
- There are no restrictions on the length of such fields in structures.
- CLNT: Client.
- Client fields always have three places.
- CUKY: Currency key.
- Fields of this type are referenced by fields of type CURR.
- The length is set to 5 places for this data type.
- CURR: Currency field.
- Equivalent to an amount field DEC.
- A field of this type must refer to a field of type CUKY (reference field).
- The maximum length for this data type is 31 places.
- DATS: Date.
- The length is set to 8 places for this data type.
- The output template can be defined with the user profile.
- DEC: Counter or amount field with decimal point, sign, and commas separating thousands.
- A DEC field has a maximum length of 31 places.
- FLTP: Floating point number.
- The length (including decimal places) is set to 16 places for this data type.
- INT1:
- 1-byte integer between 0 and 255.
- The length is set to 3 places for this data type.
- INT2:
- 2-byte integer between -32767 and 32767.
- NUMC:
- Long character field in which only numbers can be entered.
- The length of this field is limited to a maximum of 255 places.
- PREC:
- Obsolete data type.
- The length is set to 2 places for this data type but internally it is treated like INT2.
- Dynpro fields of type PREC are restricted to 2 places and must not contain a sign.
- QUAN:
- Quantity. Equivalent to an amount field DEC.
- A field of this type must always refer to a units field with UNIT format (reference field).
- The maximum length for this data type is 31 places.
- STRING:
- Character string with variable length This data type can be used only in types (data elements, structures, table types) and domains.
- TIMS: Time.
- The length is set to 6 places for this data type.
- The format is HHMMSS.
- UNIT: Unit.
- Fields of this type are referenced by fields of type QUAN.
- The length of this data type is set to 2 or 3 places.
No comments:
Post a Comment