SAP ABAP Class CL_ABAP_ITAB_X_READER (Binary Read Stream for Internal Tables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP_STREAMS_AND_LOCATORS (Package) Streams and Locators
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ABAP_MEMORY_X_READER General, Binary Memory Read Stream 20080806
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ABAP_ITAB_READER General Memory Read Stream for Tables 20080807
Properties
Class CL_ABAP_ITAB_X_READER  
Short Description Binary Read Stream for Internal Tables    
Super Class CL_ABAP_MEMORY_X_READER General, Binary Memory Read Stream 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABP_STREAMS_AND_LOCATORS   Streams and Locators 
Created 20080806   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ABAP_ITAB_READER General Memory Read Stream for Tables 20080807
Friends
Class CL_ABAP_ITAB_X_READER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_DATA_AVAILABLE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE Data Still Exists 20080806
2 M_ITAB Instance attribute Private Object reference (TYPE REF TO) DATA 20080806
3 M_LINE_INDEX Instance attribute Private Type reference (TYPE) I 1 Table Row Index 20080806
4 M_LINE_INDEX_MARK Instance attribute Private Type reference (TYPE) I 0 Noted Table Row Index 20080806
5 M_LINE_LENGTH Instance attribute Private Type reference (TYPE) I Length of a Table Row 20081110
6 M_LINE_TYPE Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20080806
7 M_LINE_TYPE_IS_XSTRING Instance attribute Private Type reference (TYPE) ABAP_BOOL Is the table row of type XSTRING 20081110
8 M_POSITION Instance attribute Private Type reference (TYPE) I 0 Position in Table Row 20080806
9 M_POS_MARK Instance attribute Private Type reference (TYPE) I -1 Noted Position in Table Row 20080806
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080806
2 DATA_AVAILABLE_INTERNAL Instance method Private Method 20080806
3 FIND_FIRST Instance method Private Method Find First Character 20080806
4 READ_INTERNAL Instance method Private Method 20080806
Events
Class CL_ABAP_ITAB_X_READER has no event.
Types
Class CL_ABAP_ITAB_X_READER 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 ITAB Call by reference Type reference (TYPE) STANDARD TABLE 20080806
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_TYPE 20080806

Method DATA_AVAILABLE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning AVAILABLE Value transfer Type reference (TYPE) ABAP_BOOL 20080806

Method DATA_AVAILABLE_INTERNAL on class CL_ABAP_ITAB_X_READER has no exception.

Method FIND_FIRST Signature

Method FIND_FIRST on class CL_ABAP_ITAB_X_READER has no parameter.
Method FIND_FIRST on class CL_ABAP_ITAB_X_READER has no exception.

Method READ_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LENGTH Value transfer Type reference (TYPE) ABAP_MSIZE 64-Bit-Integer mit Vorzeichen 20080806
2 Returning RESULT Value transfer Type reference (TYPE) XSTRING 20080806

Method READ_INTERNAL on class CL_ABAP_ITAB_X_READER has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 712