SAP ABAP Table STOKEX (Extended description of an ABAP/4 source analysis token)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP (Package) ABAP Runtime Environment
⤷
⤷
Basic Data
| Table Category | INTTAB | Structure |
| Structure | STOKEX |
|
| Short Description | Extended description of an ABAP/4 source analysis token |
Delivery and Maintenance
| Pool/cluster | ||
| Delivery Class | ||
| Data Browser/Table View Maintenance | Display/Maintenance Allowed with Restrictions |
Components
| |
Field | Key | Data Element | Domain | Data Type |
Length | Decimal Places |
Short Description | Check table |
|---|---|---|---|---|---|---|---|---|---|
| 1 | |
TOKEN_TYPE | SYCHAR01 | CHAR | 1 | 0 | Token type (identifier, literal, list, comment) | ||
| 2 | |
TOKEN_OVFL | SABP_FLAG | CHAR | 1 | 0 | Flag (indicating token sequence does not fit in field STR) | ||
| 3 | |
TOKEN_STR | SYCHAR30 | CHAR | 30 | 0 | Token sequence | ||
| 4 | |
TOKEN_ROW | SABP_INT4 | INT4 | 10 | 0 | Number of source line where token appears (>= 1) | ||
| 5 | |
TOKEN_COL | SABP_INT2 | INT2 | 5 | 0 | Column position of token (>= 0) | ||
| 6 | |
TOKEN_LEN | SABP_INT2 | INT2 | 5 | 0 | Length of token | ||
| 7 | |
TOKEN_OFF1 | SABP_INT4 | INT4 | 10 | 0 | Offset of ('A part of) token in overflow area | ||
| 8 | |
TOKEN_OFF2 | SABP_INT4 | INT4 | 10 | 0 | Offset of 'B part' of token in STR or overflow area | ||
| 9 | |
TOKEN_OFF3 | SABP_INT4 | INT4 | 10 | 0 | Offset of 'C part' of token in STR or overflow area | ||
| 10 | |
TOKEN_LEN1 | SABP_INT2 | INT2 | 5 | 0 | Length of 'A part' of token | ||
| 11 | |
TOKEN_LEN2 | SABP_INT2 | INT2 | 5 | 0 | Length of 'B part' of token | ||
| 12 | |
TOKEN_LEN3 | SABP_INT2 | INT2 | 5 | 0 | Length of 'C part' of token |
History
| Last changed by/on | SAP | 19950403 |
| SAP Release Created in | 732 |