SAP ABAP Table SLEVEL (Description of a source unit in the ABAP/4 source analysis)
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 SLEVEL   Table Relationship Diagram
Short Description Description of a source unit in the ABAP/4 source analysis    
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 DEPTH LEVEL_DPTH SABP_INT4 INT4 10   0   Current nesting depth of source code unit  
2 LEVEL LEVEL_LEVL SABP_INT4 INT4 10   0   Index of superior source code unit in the LEVEL table  
3 STMNT LEVEL_STMT SABP_INT4 INT4 10   0   Index of call statement in statement table  
4 FROM LEVEL_FROM SABP_INT4 INT4 10   0   Index of first statement of a level in the statement table  
5 TO LEVEL_TO SABP_INT4 INT4 10   0   Index of last statement of a level in the statement table  
6 NAME LEVEL_NAME PROGRAMM CHAR 40   0   Name of source code unit  
7 TYPE LEVEL_TYPE SYCHAR01 CHAR 1   0   Type of source code unit (program, RMAC macro, DEFINE macro)  
History
Last changed by/on SAP  19970221 
SAP Release Created in 732