SAP ABAP Class CL_SALV_AGGREGATIONS (All Aggregation Objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_OM_METADATA (Package) ALV: Meta Data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_METADATA_BASE ALV: Basis Class Meta Data 20040219
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_C_AGGREGATION ALV: Aggregation 20040126
Properties
Class CL_SALV_AGGREGATIONS  
Short Description All Aggregation Objects    
Super Class CL_SALV_METADATA_BASE ALV: Basis Class Meta Data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SALV_OM_METADATA   ALV: Meta Data 
Created 20040123   SAP 
Last change 20040930   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SALV_C_AGGREGATION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_SALV_C_BOOL_SAP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_C_AGGREGATION ALV: Aggregation 20040126
Friends
# Friend Modeled only Created on Description
1 CL_SALV_ADAPTER 20040308 ALV: Basis Class Adapter
2 CL_SALV_CONTROLLER 20040221 ALV: Abstract Controller
3 CL_SALV_METADATA 20040325 ALV: Meta Data
4 CL_SALV_MODEL 20040325 ALV: Basis Class Model
5 CL_SALV_SERVICE_LAYOUT_DB 20040308 ALV: Database Layout
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AGGREGATION_BEFORE_ITEMS Instance attribute Private Type reference (TYPE) SAP_BOOL FALSE Display Aggregation Before Data Entries 20040308
2 AVERAGE Instance attribute Private Attribute reference (LIKE) 20040126
3 MAXIMUM Instance attribute Private Attribute reference (LIKE) 20040126
4 MINIMUM Instance attribute Private Attribute reference (LIKE) 20040126
5 NONE Instance attribute Private Attribute reference (LIKE) 20040129
6 NUMERICAL_AGGREGATION Instance attribute Private Type reference (TYPE) SAP_BOOL FALSE Aggregation on Numeric Values Allowed 20040127
7 R_COLUMNS Instance attribute Private Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV Columns 20040126
8 TOTAL Instance attribute Private Attribute reference (LIKE) 20040126
9 T_AGGREGATION Instance attribute Private Type reference (TYPE) SALV_T_AGGREGATION Columns on Which to Aggregate 20040126
10 T_AGGREGATION_NOT_ALLOWED Instance attribute Private Type reference (TYPE) SALV_T_COLUMN Columns for Which no Aggregation is Allowed 20040127
Methods
# Method Level Visibility Method type Description Created on
1 ADD_AGGREGATION Instance method Public Method Add Aggregation 20040308
2 CLEAR Instance method Public Method Delete Aggregations 20040124
3 CONSTRUCTOR Instance method Public Constructor Constructor 20040126
4 GET Instance method Public Method Get Aggregations 20040124
5 GET_AGGREGATION Instance method Public Method Get Aggregation 20040127
6 IS_AGGREGATION_ALLOWED Instance method Public Method Check Whether Column Aggregation Allowed 20040504
7 IS_AGGREGATION_BEFORE_ITEMS Instance method Public Method Check Position of Results Row 20040126
8 IS_AGGREGATION_DEFINED Instance method Public Method Check Whether Aggregation Exists 20040312
9 IS_NUMERICAL_AGGREGATION_ON Instance method Public Method Check Whether Numerical Aggregation Allowed 20040504
10 RAISE_AGGREGATION_EXISTS Instance method Private Method 20040330
11 RAISE_AGGREGATION_NOT_ALLOWED Instance method Private Method 20040329
12 RAISE_AGGREGATION_NOT_FOUND Instance method Private Method 20040504
13 REMOVE_AGGREGATION Instance method Public Method Delete Aggregation 20040308
14 REPAIR Instance method Private Method Repair Aggregation Settings 20040325
15 SET_AGGREGATION_ALLOWED Instance method Public Method Allow Aggregation on Column 20040504
16 SET_AGGREGATION_BEFORE_ITEMS Instance method Public Method Set Position of Results Row 20040126
17 SET_NUMERICAL_AGGREGATION Instance method Public Method Allow Aggregation on Numeric Values 20040127
Events
Class CL_SALV_AGGREGATIONS has no event.
Types
Class CL_SALV_AGGREGATIONS has no local type.
Method Signatures

Method ADD_AGGREGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGGREGATION Call by reference Type reference (TYPE) SALV_DE_AGGREGATION IF_SALV_C_AGGREGATION=>TOTAL Aggregation 20040308
2 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040308
3 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_AGGREGATION ALV: Aggregationen 20040504
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
2 CX_SALV_EXISTING ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330
3 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method CLEAR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV Spalten 20040126
2 Importing R_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_SALV_CONTROLLER_METADATA ALV: abstrakter Controller 20040219

Method CONSTRUCTOR on class CL_SALV_AGGREGATIONS has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_T_AGGREGATION Aggregation 20040124

Method GET on class CL_SALV_AGGREGATIONS has no exception.

Method GET_AGGREGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040127
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_AGGREGATION Aggregation 20040127
# Exception Resumable Description Created on
1 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040504

Method IS_AGGREGATION_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040504
2 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040504

Method IS_AGGREGATION_ALLOWED on class CL_SALV_AGGREGATIONS has no exception.

Method IS_AGGREGATION_BEFORE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040126

Method IS_AGGREGATION_BEFORE_ITEMS on class CL_SALV_AGGREGATIONS has no exception.

Method IS_AGGREGATION_DEFINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040312

Method IS_AGGREGATION_DEFINED on class CL_SALV_AGGREGATIONS has no exception.

Method IS_NUMERICAL_AGGREGATION_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040504

Method IS_NUMERICAL_AGGREGATION_ON on class CL_SALV_AGGREGATIONS has no exception.

Method RAISE_AGGREGATION_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) ANY 20040330
2 Importing METHOD Call by reference Type reference (TYPE) ANY 20040330
# Exception Resumable Description Created on
1 CX_SALV_EXISTING ALV: Allg. Fehlerklasse (wird bei Syntaxprüfung geprüft) 20040330

Method RAISE_AGGREGATION_NOT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) ANY 20040329
2 Importing METHOD Call by reference Type reference (TYPE) ANY 20040329
# Exception Resumable Description Created on
1 CX_SALV_DATA_ERROR 20040330

Method RAISE_AGGREGATION_NOT_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) ANY 20040504
2 Importing METHOD Call by reference Type reference (TYPE) ANY 20040504
# Exception Resumable Description Created on
1 CX_SALV_NOT_FOUND 20040504

Method REMOVE_AGGREGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040308

Method REMOVE_AGGREGATION on class CL_SALV_AGGREGATIONS has no exception.

Method REPAIR Signature

Method REPAIR on class CL_SALV_AGGREGATIONS has no parameter.
Method REPAIR on class CL_SALV_AGGREGATIONS has no exception.

Method SET_AGGREGATION_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20040504
2 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20040504
# Exception Resumable Description Created on
1 CX_SALV_NOT_FOUND ALV: Allg. Fehlerklasse mit Meldung 20040504

Method SET_AGGREGATION_BEFORE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP~TRUE boolsche Variable (X=true, space=false) 20040126

Method SET_AGGREGATION_BEFORE_ITEMS on class CL_SALV_AGGREGATIONS has no exception.

Method SET_NUMERICAL_AGGREGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP~TRUE boolsche Variable (X=true, space=false) 20040127

Method SET_NUMERICAL_AGGREGATION on class CL_SALV_AGGREGATIONS has no exception.
History
Last changed by/on SAP  20040930 
SAP Release Created in 700