SAP ABAP Table SYN_STATEMENT (Syntax Check: Statement)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_COMPILER (Package) ABAP Compiler
⤷
⤷
Basic Data
| Table Category | INTTAB | Structure |
| Structure | SYN_STATEMENT |
|
| Short Description | Syntax Check: Statement |
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 | |
0 | 0 | Description of an ABAP/4 Source Analysis Statement | |||||
| 2 | |
STMNT_LEVL | SABP_INT4 | INT4 | 10 | 0 | Index of current source code unit in level table | ||
| 3 | |
STMNT_STRU | SABP_INT4 | INT4 | 10 | 0 | Index of current block in the struc table | ||
| 4 | |
STMNT_FROM | SABP_INT4 | INT4 | 10 | 0 | Index of first token of statement in token table | ||
| 5 | |
STMNT_TO | SABP_INT4 | INT4 | 10 | 0 | Index of last token of statement in token table | ||
| 6 | |
STMNT_NR | SABP_INT4 | INT4 | 10 | 0 | Statement counter within source code unit | ||
| 7 | |
STMNT_CROW | SABP_INT4 | INT4 | 10 | 0 | Line number of colon (for chain statements) | ||
| 8 | |
STMNT_TROW | SABP_INT4 | INT4 | 10 | 0 | Line number of end ID (>= 1) | ||
| 9 | |
STMNT_CCOL | SABP_INT2 | INT2 | 5 | 0 | Column position of colon (for chain statements) (>= 0) | ||
| 10 | |
STMNT_TCOL | SABP_INT2 | INT2 | 5 | 0 | Column position of end ID (>= 0) | ||
| 11 | |
STMNT_PLEN | SABP_INT2 | INT2 | 5 | 0 | Number of tokens before colon (for chain statements) | ||
| 12 | |
STMNT_TYPE | SYCHAR01 | CHAR | 1 | 0 | Type of statement (EXEC SQL, INCLUDE, macro, ..., rest) | ||
| 13 | |
STMNT_TERM | SYCHAR01 | CHAR | 1 | 0 | End ID of a statement (period or comma) | ||
| 14 | |
INT4 | 10 | 0 | |||||
| 15 | |
INT4 | 10 | 0 | |||||
| 16 | |
INT4 | 10 | 0 | |||||
| 17 | |
INT2 | 5 | 0 | |||||
| 18 | |
INT2 | 5 | 0 | |||||
| 19 | |
INT4 | 10 | 0 | |||||
| 20 | |
INT4 | 10 | 0 |
History
| Last changed by/on | SAP | 20100420 |
| SAP Release Created in | 700 |