SAP ABAP Class CX_SY_TAB_RANGE_OUT_OF_BOUNDS (System Exceptions Accessing Subfields Beyond Boundary)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP (Package) ABAP Runtime Environment
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_SY_DATA_ACCESS_ERROR Superclass of All Data Access Exceptions 20040115
Properties
Class CX_SY_TAB_RANGE_OUT_OF_BOUNDS  
Short Description System Exceptions Accessing Subfields Beyond Boundary    
Super Class CX_SY_DATA_ACCESS_ERROR Superclass of All Data Access Exceptions 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package SABP   ABAP Runtime Environment 
Created 20040115   SAP 
Last change 20040518   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CX_SY_TAB_RANGE_OUT_OF_BOUNDS has no forward declaration.
Interfaces
Class CX_SY_TAB_RANGE_OUT_OF_BOUNDS has no interface implemented.
Friends
Class CX_SY_TAB_RANGE_OUT_OF_BOUNDS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CX_SY_TAB_RANGE_OUT_OF_BOUNDS Constant Public Type reference (TYPE) SOTR_CONC '6CC805402348C551E10000000A114BF5' 20040115
2 FROM Instance attribute Public Type reference (TYPE) I Specified Start Row 20040115
3 FROM_OFFSET Instance attribute Public Type reference (TYPE) I Specified Offset of Start Row 20040115
4 TO Instance attribute Public Type reference (TYPE) I Specified End Row 20040115
5 TO_OFFSET Instance attribute Public Type reference (TYPE) I Specified Offset of End Row 20040115
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040115
Events
Class CX_SY_TAB_RANGE_OUT_OF_BOUNDS has no event.
Types
Class CX_SY_TAB_RANGE_OUT_OF_BOUNDS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM Call by reference Type reference (TYPE) I 20040115
2 Importing FROM_OFFSET Call by reference Type reference (TYPE) I 20040115
3 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20040115
4 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20040115
5 Importing TO Call by reference Type reference (TYPE) I 20040115
6 Importing TO_OFFSET Call by reference Type reference (TYPE) I 20040115

Method CONSTRUCTOR on class CX_SY_TAB_RANGE_OUT_OF_BOUNDS has no exception.
History
Last changed by/on SAP  20040518 
SAP Release Created in 700