SAP ABAP Data Element SYST_SUBRC (ABAP System Field: Return Code of ABAP Statements)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP (Package) ABAP Runtime Environment
Basic Data
Data Element SYST_SUBRC
Short Description ABAP System Field: Return Code of ABAP Statements  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SYST_SHORT    
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 6    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 RC 
Medium 20 Return Code 
Long 20 Return Code 
Heading 10 RC 
Documentation

Definition

ABAP system field. Return code of many ABAP statements. In general, the value 0 means that the statement was executed with no problems. Depending on which statement set sy-subrc, the cause of an error can be derived from this value.

History
Last changed by/on SAP  20141013 
SAP Release Created in 740