SAP ABAP Domain INTTYPE (Internal data type (internal ABAP type))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷ SDIC (Package) ABAP Dictionary
⤷ BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷ SDIC (Package) ABAP Dictionary
Basic Data
Domain Name | INTTYPE |
Short Description | Internal data type (internal ABAP type) |
Definition
Data Type | CHAR | Character String |
No. Characters | 1 | |
Decimal Places | ||
Output Length | 1 | |
Conversion Routine | ||
Sign | ||
Lower Case |
Value Range
# | Lower Limit | Upper Limit | Short Description |
---|---|---|---|
1 | C | Character String | |
2 | N | Character String with Digits Only | |
3 | D | Date (Date: YYYYMMDD) | |
4 | T | Time (Time: HHMMSS) | |
5 | X | Byte Seq. (heXadecimal), in DDIC metadata also for INT1/2/4 | |
6 | I | Integer number (4-byte integer with sign) | |
7 | b | 1-byte integer, integer number <= 254 | |
8 | s | 2-byte integer, only for length field before LCHR or LRAW | |
9 | P | Packed number | |
10 | F | Floating point number to accuracy of 8 bytes | |
11 | g | Character string with variable length (ABAP type STRING) | |
12 | y | Byte sequence with variable length (ABAP type XSTRING) | |
13 | u | Structured type, flat | |
14 | v | Structured type, deep | |
15 | h | Table type | |
16 | V | Character string (old Dictionary type VARC) | |
17 | r | Reference to class/interface | |
18 | l | Reference to data object | |
19 | a | Decimal Floating Point Number, 16 Digits | |
20 | e | Decimal Floating Point Number, 34 Digits | |
21 | j | Static Boxed Components | |
22 | k | Generic Boxed Components | |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |