SAP ABAP Table SCR_STATEMENT (Description of an ABAP/4 Source Analysis 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 | SCR_STATEMENT |
![]() |
Short Description | Description of an ABAP/4 Source Analysis 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 | ![]() |
STMNT_LEVL | SABP_INT4 | INT4 | 10 | 0 | Index of current source code unit in level table | ||
2 | ![]() |
STMNT_STRU | SABP_INT4 | INT4 | 10 | 0 | Index of current block in the struc table | ||
3 | ![]() |
STMNT_FROM | SABP_INT4 | INT4 | 10 | 0 | Index of first token of statement in token table | ||
4 | ![]() |
STMNT_TO | SABP_INT4 | INT4 | 10 | 0 | Index of last token of statement in token table | ||
5 | ![]() |
STMNT_NR | SABP_INT4 | INT4 | 10 | 0 | Statement counter within source code unit | ||
6 | ![]() |
STMNT_CROW | SABP_INT4 | INT4 | 10 | 0 | Line number of colon (for chain statements) | ||
7 | ![]() |
STMNT_TROW | SABP_INT4 | INT4 | 10 | 0 | Line number of end ID (>= 1) | ||
8 | ![]() |
STMNT_CCOL | SABP_INT2 | INT2 | 5 | 0 | Column position of colon (for chain statements) (>= 0) | ||
9 | ![]() |
STMNT_TCOL | SABP_INT2 | INT2 | 5 | 0 | Column position of end ID (>= 0) | ||
10 | ![]() |
STMNT_PLEN | SABP_INT2 | INT2 | 5 | 0 | Number of tokens before colon (for chain statements) | ||
11 | ![]() |
STMNT_TYPE | SYCHAR01 | CHAR | 1 | 0 | Type of statement (EXEC SQL, INCLUDE, macro, ..., rest) | ||
12 | ![]() |
STMNT_TERM | SYCHAR01 | CHAR | 1 | 0 | End ID of a statement (period or comma) |
History
Last changed by/on | SAP | 20100420 |
SAP Release Created in | 700 |