SAP CL_SALV_AGGREGATIONS OO Class - All Aggregation Objects









CL_SALV_AGGREGATIONS is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_SALV_AGGREGATIONS including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_SALV_AGGREGATIONS is CL_SALV_METADATA_BASE

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SALV_C_AGGREGATION

Method list of CL_SALV_AGGREGATIONS SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_AGGREGATIONAdd AggregationPublic
CALL METHOD cl_salv_aggregations=>ADD_AGGREGATION...more details

CLEARDelete AggregationsPublic
CALL METHOD cl_salv_aggregations=>CLEAR...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_salv_aggregations=>CONSTRUCTOR...more details

GETGet AggregationsPublic
CALL METHOD cl_salv_aggregations=>GET...more details

GET_AGGREGATIONGet AggregationPublic
CALL METHOD cl_salv_aggregations=>GET_AGGREGATION...more details

HAS_COLUMN_AGGREGATIONPrivate
CALL METHOD cl_salv_aggregations=>HAS_COLUMN_AGGREGATION...more details

IS_AGGREGATION_ALLOWEDCheck Whether Column Aggregation AllowedPublic
CALL METHOD cl_salv_aggregations=>IS_AGGREGATION_ALLOWED...more details

IS_AGGREGATION_BEFORE_ITEMSCheck Position of Results RowPublic
CALL METHOD cl_salv_aggregations=>IS_AGGREGATION_BEFORE_ITEMS...more details

IS_AGGREGATION_DEFINEDCheck Whether Aggregation ExistsPublic
CALL METHOD cl_salv_aggregations=>IS_AGGREGATION_DEFINED...more details

IS_NUMERICAL_AGGREGATION_ONCheck Whether Numerical Aggregation AllowedPublic
CALL METHOD cl_salv_aggregations=>IS_NUMERICAL_AGGREGATION_ON...more details

RAISE_AGGREGATION_EXISTSPrivate
CALL METHOD cl_salv_aggregations=>RAISE_AGGREGATION_EXISTS...more details

RAISE_AGGREGATION_NOT_ALLOWEDPrivate
CALL METHOD cl_salv_aggregations=>RAISE_AGGREGATION_NOT_ALLOWED...more details

RAISE_AGGREGATION_NOT_FOUNDPrivate
CALL METHOD cl_salv_aggregations=>RAISE_AGGREGATION_NOT_FOUND...more details

REMOVE_AGGREGATIONDelete AggregationPublic
CALL METHOD cl_salv_aggregations=>REMOVE_AGGREGATION...more details

REPAIRRepair Aggregation SettingsPrivate
CALL METHOD cl_salv_aggregations=>REPAIR...more details

SET_AGGREGATION_ALLOWEDAllow Aggregation on ColumnPublic
CALL METHOD cl_salv_aggregations=>SET_AGGREGATION_ALLOWED...more details

SET_AGGREGATION_BEFORE_ITEMSSet Position of Results RowPublic
CALL METHOD cl_salv_aggregations=>SET_AGGREGATION_BEFORE_ITEMS...more details

SET_NUMERICAL_AGGREGATIONAllow Aggregation on Numeric ValuesPublic
CALL METHOD cl_salv_aggregations=>SET_NUMERICAL_AGGREGATION...more details



CL_SALV_AGGREGATIONS attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AGGREGATION_BEFORE_ITEMSInstance AttributeDisplay Aggregation Before Data EntriesFALSELIKE
SAP_BOOL
Private
AVERAGEInstance AttributeLIKE
Private
MAXIMUMInstance AttributeLIKE
Private
MINIMUMInstance AttributeLIKE
Private
NONEInstance AttributeLIKE
Private
NUMERICAL_AGGREGATIONInstance AttributeAggregation on Numeric Values AllowedFALSELIKE
SAP_BOOL
Private
R_COLUMNSInstance AttributeALV ColumnsLIKE
CL_SALV_COLUMNS
Private
TOTALInstance AttributeLIKE
Private
T_AGGREGATIONInstance AttributeColumns on Which to AggregateLIKE
SALV_T_AGGREGATION
Private
T_AGGREGATION_NOT_ALLOWEDInstance AttributeColumns for Which no Aggregation is AllowedLIKE
SALV_T_COLUMN
Private


Links to Related Class(s)

CL_SALV_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!