SAP ABAP Class CL_DAAG_ABAP_DATA_CONTAINER (Data Container for Communication with the DB)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-DAG (Application Component) Data Aging
     S_DAAG_COMMON (Package) Jointly Used Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DAAG_ABAP_DATA_CONTAINER Interface for ABAP Data Container 20130718
Properties
Class CL_DAAG_ABAP_DATA_CONTAINER  
Short Description Data Container for Communication with the DB    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DAAG_COMMON   Jointly Used Objects 
Created 20130603   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DAAG_ABAP_DATA_CONTAINER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DAAG_ABAP_DATA_CONTAINER Interface for ABAP Data Container 20130718
Friends
Class CL_DAAG_ABAP_DATA_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_DAGO Instance attribute Private Object reference (TYPE REF TO) CL_DAAG_OBJECT Data Aging Object 20130718
2 MT_DATA Instance attribute Private Type reference (TYPE) DAAG_T_CONTAINER Table Type: Table with Contents 20130718
3 MT_TABLES Instance attribute Private Type reference (TYPE) TY_T_TABLES Data Part of DAg Object Definitions 20130614
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130614
2 GET_REFS_FOR_TABNAME Instance method Private Method 20130718
Events
Class CL_DAAG_ABAP_DATA_CONTAINER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_TABLES Private See coding 20130920 BEGIN OF TY_S_TABLES, object type daag_object. include type daag_s_object_def. types: END OF TY_S_TABLES
2 TY_T_TABLES Private See coding 20130920 ty_t_tables type SORTED TABLE OF ty_s_tables with UNIQUE key object tabname
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DAAG_OBJECT Call by reference Object reference (TYPE REF TO) CL_DAAG_OBJECT Data-Aging-Objekt 20130614

Method CONSTRUCTOR on class CL_DAAG_ABAP_DATA_CONTAINER has no exception.

Method GET_REFS_FOR_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ITAB Call by reference Object reference (TYPE REF TO) DATA 20130718
2 Exporting ER_ITAB_LINE Value transfer Object reference (TYPE REF TO) DATA 20130718
3 Importing IV_DAGO Call by reference Type reference (TYPE) DAAG_OBJECT Name eines Data-Aging-Objekts 20130920
4 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20130718
# Exception Resumable Description Created on
1 CX_DAAG_COMMON Ausnahmen 20130718
History
Last changed by/on SAP  20140121 
SAP Release Created in 740