SAP ABAP Class CL_LIB_APPENDER (simple appender implementation for data elements)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SHDB_TOOLS (Package) helper classes for HANA DB
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SHDB_TOOLS_BASE basic functions for SHDB_TOOLS 20130312
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_LIB_APPENDABLE basic interface of an appendable data container 20130312
Properties
Class CL_LIB_APPENDER  
Short Description simple appender implementation for data elements    
Super Class CL_SHDB_TOOLS_BASE basic functions for SHDB_TOOLS 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SHDB_TOOLS   helper classes for HANA DB 
Created 20130225   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LIB_APPENDER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_LIB_APPENDABLE basic interface of an appendable data container 20130312
Friends
Class CL_LIB_APPENDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _MR_RTTI Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20130312
2 _MR_TAB Instance attribute Private Object reference (TYPE REF TO) DATA 20130312
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method 20130312
2 CONSTRUCTOR Instance method Public Constructor 20130312
3 NEW Static method Public Method 20130312
4 REF Instance method Public Method 20130312
5 SIZE Instance method Public Method 20130312
Events
Class CL_LIB_APPENDER has no event.
Types
Class CL_LIB_APPENDER has no local type.
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_LIB_APPENDER has no parameter.
Method CLEAR on class CL_LIB_APPENDER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE 20130312

Method CONSTRUCTOR on class CL_LIB_APPENDER has no exception.

Method NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE 20130312
2 Returning RR_REF Value transfer Object reference (TYPE REF TO) CL_LIB_APPENDER 20130312

Method NEW on class CL_LIB_APPENDER has no exception.

Method REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_REF Value transfer Object reference (TYPE REF TO) DATA 20130312

Method REF on class CL_LIB_APPENDER has no exception.

Method SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SIZE Value transfer Type reference (TYPE) I 20130312

Method SIZE on class CL_LIB_APPENDER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in