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   Table Relationship Diagram
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 .INCLUDE       0   0   Description of an ABAP/4 Source Analysis Statement  
2 LEVEL STMNT_LEVL SABP_INT4 INT4 10   0   Index of current source code unit in level table  
3 STRUC STMNT_STRU SABP_INT4 INT4 10   0   Index of current block in the struc table  
4 FROM STMNT_FROM SABP_INT4 INT4 10   0   Index of first token of statement in token table  
5 TO STMNT_TO SABP_INT4 INT4 10   0   Index of last token of statement in token table  
6 NUMBER STMNT_NR SABP_INT4 INT4 10   0   Statement counter within source code unit  
7 COLONROW STMNT_CROW SABP_INT4 INT4 10   0   Line number of colon (for chain statements)  
8 TROW STMNT_TROW SABP_INT4 INT4 10   0   Line number of end ID (>= 1)  
9 COLONCOL STMNT_CCOL SABP_INT2 INT2 5   0   Column position of colon (for chain statements) (>= 0)  
10 TCOL STMNT_TCOL SABP_INT2 INT2 5   0   Column position of end ID (>= 0)  
11 PREFIXLEN STMNT_PLEN SABP_INT2 INT2 5   0   Number of tokens before colon (for chain statements)  
12 TYPE STMNT_TYPE SYCHAR01 CHAR 1   0   Type of statement (EXEC SQL, INCLUDE, macro, ..., rest)  
13 TERMINATOR STMNT_TERM SYCHAR01 CHAR 1   0   End ID of a statement (period or comma)  
14 ENHMT     INT4 10   0    
15 STARTROW     INT4 10   0    
16 COMMAROW     INT4 10   0    
17 STARTCOL     INT2 5   0    
18 COMMACOL     INT2 5   0    
19 CROSS_FROM     INT4 10   0    
20 CROSS_TO     INT4 10   0    
History
Last changed by/on SAP  20100420 
SAP Release Created in 700