SAP ABAP Class /SDF/CL_ITAB_AGGR (Add records to internal table with aggregation)
Hierarchy
ST-PI (Software Component) SAP Solution Tools Plug-In
   SV-SMG-SDD (Application Component) Service Data Download
     /SDF/STPI_6X (Package) Release 6.XX dependent Basis Addon SLM
Properties
Class /SDF/CL_ITAB_AGGR  
Short Description Add records to internal table with aggregation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SDF/STPI_6X   Release 6.XX dependent Basis Addon SLM 
Created 20080610   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SDF/CL_ITAB_AGGR has no forward declaration.
Interfaces
Class /SDF/CL_ITAB_AGGR has no interface implemented.
Friends
Class /SDF/CL_ITAB_AGGR 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 20080610
2 STRUCSIZE Instance attribute Public Type reference (TYPE) INT4 Size of structure in bytes 20080610
3 STRUCTYP Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime type identification 20080610
4 TABREF Instance attribute Private Object reference (TYPE REF TO) DATA 20080610
5 TABSIZE Instance attribute Public Type reference (TYPE) INT4 Size of table (allocated records) in bytes 20080610
6 TABTYP Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime type identification 20080610
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080610
2 MODIFY_LINE Instance method Public Method Merge two records 20080610
3 MODIFY_TABLE Instance method Public Method Add record to table 20080610
Events
Class /SDF/CL_ITAB_AGGR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STRUCDEFTAB Protected See coding 20080610
2 TABDEFSTRUC Protected See coding 20080610
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) /SDF/SEL_TABTYPE List of fields with aggregation = SUM 20080610
2 Importing DEFAULT_AGGR Value transfer Type reference (TYPE) CHAR3 'IGN' Default aggregation (MIN, MAX, ADD, OVR or IGN) 20080610
3 Importing IGN_AGGR Call by reference Type reference (TYPE) /SDF/SEL_TABTYPE List of fields with aggregation = ignore (keep old value) 20080610
4 Importing MAX_AGGR Call by reference Type reference (TYPE) /SDF/SEL_TABTYPE List of fields with aggregation = MAX 20080610
5 Importing MIN_AGGR Call by reference Type reference (TYPE) /SDF/SEL_TABTYPE List of fields with aggregation = MIN 20080610
6 Importing OVR_AGGR Call by reference Type reference (TYPE) /SDF/SEL_TABTYPE List of fields with aggregation = replace 20080610
7 Importing TAB Call by reference Type reference (TYPE) ANY TABLE 20080610

Method CONSTRUCTOR on class /SDF/CL_ITAB_AGGR 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 20080610
2 Changing S_TABLE_LINE Call by reference Type reference (TYPE) DATA 20080610

Method MODIFY_LINE on class /SDF/CL_ITAB_AGGR 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 20080610
2 Changing TAB Call by reference Type reference (TYPE) ANY TABLE 20080610

Method MODIFY_TABLE on class /SDF/CL_ITAB_AGGR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 2005_1_620