SAP table STOKESX (Enhanced String Description of Token in ABAP Source Analysis)

Field Description Data Type Length Decimals Checktable Data Element
STR STRG 0 0
ROW Number of source line where token appears (>= 1) INT4 10 0 TOKEN_ROW
OFF2 Offset of 'B part' of token in STR or overflow area INT4 10 0 TOKEN_OFF2
OFF3 Offset of 'C part' of token in STR or overflow area INT4 10 0 TOKEN_OFF3
COL Column position of token (>= 0) INT2 5 0 TOKEN_COL
LEN1 Length of 'A part' of token INT2 5 0 TOKEN_LEN1
LEN2 Length of 'B part' of token INT2 5 0 TOKEN_LEN2
LEN3 Length of 'C part' of token INT2 5 0 TOKEN_LEN3
TYPE Token type (identifier, literal, list, comment) CHAR 1 0 TOKEN_TYPE