Data Element list used by SAP ABAP Table SCR_STATEMENT (Description of an ABAP/4 Source Analysis Statement)
SAP ABAP Table
SCR_STATEMENT (Description of an ABAP/4 Source Analysis Statement) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | STMNT_CCOL | Column position of colon (for chain statements) (>= 0) | ||
| 2 | STMNT_CROW | Line number of colon (for chain statements) | ||
| 3 | STMNT_FROM | Index of first token of statement in token table | ||
| 4 | STMNT_LEVL | Index of current source code unit in level table | ||
| 5 | STMNT_NR | Statement counter within source code unit | ||
| 6 | STMNT_PLEN | Number of tokens before colon (for chain statements) | ||
| 7 | STMNT_STRU | Index of current block in the struc table | ||
| 8 | STMNT_TCOL | Column position of end ID (>= 0) | ||
| 9 | STMNT_TERM | End ID of a statement (period or comma) | ||
| 10 | STMNT_TO | Index of last token of statement in token table | ||
| 11 | STMNT_TROW | Line number of end ID (>= 1) | ||
| 12 | STMNT_TYPE | Type of statement (EXEC SQL, INCLUDE, macro, ..., rest) |