SAP Table STOKESX
Extended String Description of Token in ABAP Source Analysis
STOKESX (Extended String Description of Token in ABAP Source Analysis) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link STOKESX to other SAP tables.
Source: STOKESX (Extended String Description of Token in ABAP Source Analysis)
STOKESX table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||
---|---|---|---|---|---|---|---|---|
STR | STRG | 0 | 0 | |||||
ROW | Number of source line where token appears (>= 1) | TOKEN_ROW | INT4 | 10 | 0 | |||
OFF2 | Offset of 'B part' of token in STR or overflow area | TOKEN_OFF2 | INT4 | 10 | 0 | |||
OFF3 | Offset of 'C part' of token in STR or overflow area | TOKEN_OFF3 | INT4 | 10 | 0 | |||
COL | Column position of token (>= 0) | TOKEN_COL | INT2 | 5 | 0 | |||
LEN1 | Length of 'A part' of token | TOKEN_LEN1 | INT2 | 5 | 0 | |||
LEN2 | Length of 'B part' of token | TOKEN_LEN2 | INT2 | 5 | 0 | |||
LEN3 | Length of 'C part' of token | TOKEN_LEN3 | INT2 | 5 | 0 | |||
TYPE | Token type (identifier, literal, list, comment) | TOKEN_TYPE | CHAR | 1 | 0 |