SAP ABAP Class CL_ABAP_ITAB_X_WRITER (Binary Table Read Stream)
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_WRITER General Binary Memory Write Stream 20080807
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ABAP_ITAB_WRITER General Table Write Stream 20080807
Properties
Class CL_ABAP_ITAB_X_WRITER  
Short Description Binary Table Read Stream    
Super Class CL_ABAP_MEMORY_X_WRITER General Binary Memory Write 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 20080807   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)
2 CL_ABAP_TYPEDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ABAP_ITAB_WRITER General Table Write Stream 20080807
Friends
Class CL_ABAP_ITAB_X_WRITER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_LINE_INDEX Instance attribute Private Type reference (TYPE) I Pointer to Current Line 20090109
2 M_LINE_LENGTH Instance attribute Private Type reference (TYPE) I Maximum Length of a Row 20080807
3 M_LINE_TYPE Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_ELEMDESCR Row Type of Results Table 20080813
4 M_LINE_TYPE_IS_STRING Instance attribute Private Type reference (TYPE) ABAP_BOOL Row type is STRING 20090109
5 M_OFFSET Instance attribute Private Type reference (TYPE) I Occupied Area in Current Row 20080807
6 M_TABLE Instance attribute Private Object reference (TYPE REF TO) DATA Results table 20080807
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080807
2 GET_MAX_LINE_LENGTH Instance method Public Method 20080813
3 GET_RESULT_TABLE Instance method Public Method 20080813
4 WRITE_INTERNAL Instance method Private Method 20080807
Events
Class CL_ABAP_ITAB_X_WRITER has no event.
Types
Class CL_ABAP_ITAB_X_WRITER 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 LINE_LENGTH Call by reference Type reference (TYPE) I 255 Maximale Länge einer Tabellenzeile 20080807
2 Importing LINE_TYPE Call by reference Type reference (TYPE) ABAP_TYPECATEGORY CL_ABAP_TYPEDESCR=>TYPEKIND_XSTRING Zeilentyp der Ergebnistabelle 20080807
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter mit ungültigem Wertebereich 20080807

Method GET_MAX_LINE_LENGTH Signature

Method GET_MAX_LINE_LENGTH on class CL_ABAP_ITAB_X_WRITER has no parameter.
Method GET_MAX_LINE_LENGTH on class CL_ABAP_ITAB_X_WRITER has no exception.

Method GET_RESULT_TABLE Signature

Method GET_RESULT_TABLE on class CL_ABAP_ITAB_X_WRITER has no parameter.
Method GET_RESULT_TABLE on class CL_ABAP_ITAB_X_WRITER has no exception.

Method WRITE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) XSTRING 20080807

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