SAP ABAP Table SSTMNT (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 (Package) ABAP Runtime Environment
Basic Data
Table Category INTTAB    Structure 
Structure SSTMNT   Table Relationship Diagram
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 LEVEL STMNT_LEVL SABP_INT4 INT4 10   0   Index of current source code unit in level table  
2 STRUC STMNT_STRU SABP_INT4 INT4 10   0   Index of current block in the struc table  
3 FROM STMNT_FROM SABP_INT4 INT4 10   0   Index of first token of statement in token table  
4 TO STMNT_TO SABP_INT4 INT4 10   0   Index of last token of statement in token table  
5 NUMBER STMNT_NR SABP_INT4 INT4 10   0   Statement counter within source code unit  
6 COLONROW STMNT_CROW SABP_INT4 INT4 10   0   Line number of colon (for chain statements)  
7 TROW STMNT_TROW SABP_INT4 INT4 10   0   Line number of end ID (>= 1)  
8 COLONCOL STMNT_CCOL SABP_INT2 INT2 5   0   Column position of colon (for chain statements) (>= 0)  
9 TCOL STMNT_TCOL SABP_INT2 INT2 5   0   Column position of end ID (>= 0)  
10 PREFIXLEN STMNT_PLEN SABP_INT2 INT2 5   0   Number of tokens before colon (for chain statements)  
11 TYPE STMNT_TYPE SYCHAR01 CHAR 1   0   Type of statement (EXEC SQL, INCLUDE, macro, ..., rest)  
12 TERMINATOR STMNT_TERM SYCHAR01 CHAR 1   0   End ID of a statement (period or comma)  
13 ENHMT     INT4 10   0    
History
Last changed by/on SAP  20050523 
SAP Release Created in