SAP ABAP Domain DBGTYPE (ABAP Debugger: Data type (internal view))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_DEBUG (Package) Types for Debugger

⤷

⤷

Basic Data
Domain Name | DBGTYPE |
Short Description | ABAP Debugger: Data type (internal view) |
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 with fixed length | |
2 | N | Numerical string with fixed length | |
3 | D | Date (YYYYMMDD) | |
4 | T | Time (HHMMSS) | |
5 | X | Byte string with fixed length (hexadecimal display) | |
6 | I | Integer | |
7 | P | Packed number | |
8 | F | Binary floating point number | |
9 | b | 1 byte integer without sign | |
10 | s | 2 byte integer with sign | |
11 | u | Flat structure | |
12 | v | Deep structure | |
13 | h | Internal table | |
14 | r | Object reference | |
15 | g | String (STRING): Character string with variable length | |
16 | y | X String (XSTRING): Byte string with variable length | |
17 | l | Data reference (REF TO DATA) | |
18 | a | Decimal floating point number (16 places) | |
19 | e | Decimal floating point number (34 places) | |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |