SAP ABAP Class CL_RODPS_DATA_AGGREGATOR (Aggregator for internal tables)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
BC-EIM-ODP (Application Component) Operational Data Provisioning (ODP) in Search&Analytics
⤷
RODPS_BASE (Package) Basis Objects for Operational Data Provider

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RODPS_DATA_TRANSFORMATOR | Transformer for internal tables | 20100702 |
Properties
Class | CL_RODPS_DATA_AGGREGATOR | |
Short Description | Aggregator for internal tables | |
Super Class | CL_RODPS_DATA_TRANSFORMATOR | Transformer for internal tables |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | RODPS_BASE | |
Program status | ||
Category | 0 | |
Package | RODPS_BASE | Basis Objects for Operational Data Provider |
Created | 20100618 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_RODPS_DATA_AGGREGATOR has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_RODPS_DATA_TRANSFORMATOR | 20100702 | Transformer for internal tables |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_SPECIAL_AGGREGATIONS | 20100618 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20100628 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100618 |
Events
Class CL_RODPS_DATA_AGGREGATOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_SPECIAL_AGGREGATION | Private | See coding | 20100618 | BEGIN OF ts_special_aggregation,
index TYPE i,
function TYPE if_rodps_base=>t_aggregation_function,
END OF ts_special_aggregation
|
||
2 | TT_SPECIAL_AGGREGATIONS | Private | See coding | 20100618 | tt_special_aggregations TYPE STANDARD TABLE OF ts_special_aggregation WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Beschreibung der Quellstruktur | 20100618 | ||
2 | ![]() |
IS_INVERSION_CONTEXT | Call by reference | Type reference (TYPE) | CL_RODPS_DATA_TRANSFORMATOR=>TS_INVERSION_CONTEXT | 20110301 | |||
3 | ![]() |
IT_FIELD_AGGREGATIONS | Call by reference | Type reference (TYPE) | CL_RODPS_DATA_TRANSFORMATOR=>TT_FIELD_AGGREGATIONS | Projektion, Umbenennung und Aggretion | 20100618 | ||
4 | ![]() |
IT_SORT_DESCRIPTIONS | Call by reference | Type reference (TYPE) | CL_RODPS_DATA_TRANSFORMATOR=>TT_SORT_DESCRIPTIONS | Sortierung der aggregierten Ergebnismenge | 20100618 | ||
5 | ![]() |
I_MAXIMUM_ROWS | Call by reference | Type reference (TYPE) | I | Maximale Größe der Ergebnismenge (0 = unbegrenzt) | 20100628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Eingabe | 20100618 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |