SAP ABAP Class CL_CCMSBI_ITAB_PREAGG (Extend Table Contents with Aggregation)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   CA (Application Component) Cross-Application Components
     RS_BCT_CCMS_STAT_EXTRACTORS (Package) Extractors for R/3- and Non-R/3-Statistics Data
Properties
Class CL_CCMSBI_ITAB_PREAGG  
Short Description Extend Table Contents with Aggregation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_BCT_CCMS_STAT_EXTRACTORS   Extractors for R/3- and Non-R/3-Statistics Data 
Created 20060308   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CCMSBI_ITAB_PREAGG has no forward declaration.
Interfaces
Class CL_CCMSBI_ITAB_PREAGG has no interface implemented.
Friends
Class CL_CCMSBI_ITAB_PREAGG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DEFTAB Instance attribute Private Type reference (TYPE) STRUCDEFTAB 20060308
2 STRUCSIZE Instance attribute Public Type reference (TYPE) INT4 Size of a Row in Bytes 20060309
3 STRUCTYP Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20060308
4 TABREF Instance attribute Private Object reference (TYPE REF TO) DATA 20060308
5 TABSIZE Instance attribute Public Type reference (TYPE) INT4 Size of the Table in Bytes 20060309
6 TABTYP Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20060308
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20060308
2 MODIFY_LINE Instance method Public Method Merge Two Rows 20060308
3 MODIFY_TABLE Instance method Public Method Add Row to Table 20060308
Events
Class CL_CCMSBI_ITAB_PREAGG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STRUCDEFTAB Public See coding 20060308 strucdeftab type table of tabdefstruc
2 TABDEFSTRUC Public See coding 20060308 begin of TABDEFSTRUC, fname type char30, idx type i, aggr_meth type char3, end of tabdefstruc
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADD_AGGR Call by reference Type reference (TYPE) CCMSBI_SEL_TAB Felder, die summiert werden sollen 20060308
2 Importing DEFAULT_AGGR Value transfer Type reference (TYPE) CHAR3 'IGN' Default-Aggregation (MIN, MAX, ADD, OVR oder IGN) 20060308
3 Importing IGN_AGGR Call by reference Type reference (TYPE) CCMSBI_SEL_TAB Felder, deren alter Wert beibehalten werden soll 20060308
4 Importing MAX_AGGR Call by reference Type reference (TYPE) CCMSBI_SEL_TAB Felder, für die Aggregation = Maximum gilt 20060308
5 Importing MIN_AGGR Call by reference Type reference (TYPE) CCMSBI_SEL_TAB Felder, für die Aggregation = Minimum gilt 20060308
6 Importing OVR_AGGR Call by reference Type reference (TYPE) CCMSBI_SEL_TAB Felder, die mit neuen Werten überschrieben werden sollen 20060308
7 Importing TAB Call by reference Type reference (TYPE) ANY TABLE 20060308

Method CONSTRUCTOR on class CL_CCMSBI_ITAB_PREAGG has no exception.

Method MODIFY_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing S_NEW_LINE Call by reference Type reference (TYPE) DATA 20060308
2 Changing S_TABLE_LINE Call by reference Type reference (TYPE) DATA 20060308

Method MODIFY_LINE on class CL_CCMSBI_ITAB_PREAGG has no exception.

Method MODIFY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing S_NEW_LINE Call by reference Type reference (TYPE) DATA 20060308
2 Changing TAB Call by reference Type reference (TYPE) ANY TABLE 20060308

Method MODIFY_TABLE on class CL_CCMSBI_ITAB_PREAGG has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 2006_1_700