SAP ABAP Class CL_RODPS_DATA_COLLECTOR_HIER (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 (Package) Operational Data Provider Services
⤷
⤷
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 | 20100706 |
Properties
| Class | CL_RODPS_DATA_COLLECTOR_HIER | |
| 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 | |
| Program status | ||
| Category | 0 | |
| Package | RODPS | Operational Data Provider Services |
| Created | 20100706 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 7 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_RODPS_DATA_COLLECTOR_HIER has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_RODPS_DATA_TRANSFORMATOR | 20100706 | Transformer for internal tables |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20100706 | ||||
| 2 | Instance attribute | Private | See coding | 20100716 | |||||
| 3 | Instance attribute | Private | Type reference (TYPE) | ABAP_SORTORDER_TAB | Table for SORT itab BY (ABAP_SORTORDER_TAB) | 20100706 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | FIELDNAME | 20100914 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20100706 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100706 | |
| 2 | Static method | Public | Method | Create transformer instance | 20101116 | |
| 3 | Static method | Private | Method | Excecute Projection and Renaming | 20100913 |
Events
Class CL_RODPS_DATA_COLLECTOR_HIER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_SEGMENT | Private | See coding | 20100716 | BEGIN OF ts_segment,
fieldname TYPE fieldname,
r_datadescr TYPE REF TO cl_abap_datadescr,
t_field_projections TYPE if_rodps_odp=>tt_field_projections,
compname TYPE fieldname,
th_semantic_keys TYPE HASHED TABLE OF ts_semantic_key
WITH UNIQUE KEY fieldname_asc,
s_attr_ref TYPE REF TO data,
END OF ts_segment
|
||
| 2 | TS_SEMANTIC_KEY | Private | See coding | 20100723 | BEGIN OF ts_semantic_key,
fieldname_asc TYPE fieldname,
r_data TYPE REF TO data,
END OF ts_semantic_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 | 20100706 | |||
| 2 | IR_VAR_ATTRDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20100915 | |||
| 3 | ITH_VAR_KEYDESCRS | Call by reference | Type reference (TYPE) | IF_RODPS_HIER_ODP=>TTH_KEYDESCRS | 20100915 | ||||
| 4 | IT_FIELD_AGGREGATIONS | Call by reference | Type reference (TYPE) | IF_RODPS_ODP_DIRECT_ACCESS=>TT_FIELD_AGGREGATIONS | Projektion, Umbenennung und Aggretion | 20100706 | |||
| 5 | IT_SORT_DESCRIPTIONS | Call by reference | Type reference (TYPE) | IF_RODPS_ODP_DIRECT_ACCESS=>TT_SORT_DESCRIPTIONS | Sortierung der aggregierten Ergebnismenge | 20100706 | |||
| 6 | I_MAXIMUM_ROWS | Call by reference | Type reference (TYPE) | I | Maximale Größe der Ergebnismenge (0 = unbegrenzt) | 20100706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Eingabe | 20100706 |
Method CREATE_HIER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VAR_ATTRDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20101116 | |||
| 2 | ITH_VAR_KEYDESCRS | Call by reference | Type reference (TYPE) | IF_RODPS_HIER_ODP=>TTH_KEYDESCRS | 20101116 | ||||
| 3 | IT_FIELD_AGGREGATIONS | Call by reference | Type reference (TYPE) | CL_RODPS_DATA_TRANSFORMATOR=>TT_FIELD_AGGREGATIONS | Projektion, Umbenennung und Aggretion | 20101116 | |||
| 4 | IT_SORT_DESCRIPTIONS | Call by reference | Type reference (TYPE) | CL_RODPS_DATA_TRANSFORMATOR=>TT_SORT_DESCRIPTIONS | Sortierung der aggregierten Ergebnismenge | 20101116 | |||
| 5 | I_MAXIMUM_ROWS | Call by reference | Type reference (TYPE) | I | Maximale Größe der Ergebnismenge (0 = unbegrenzt) | 20101116 | |||
| 6 | I_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | Beschreibung der Quellstruktur | 20101116 | |||
| 7 | RR_TRANSFORMATOR | Value transfer | Object reference (TYPE REF TO) | CL_RODPS_DATA_TRANSFORMATOR | Transformator for internal tables | 20101116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ungültige Eingabe | 20101116 |
Method PROJECT_AND_RENAME_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Komponentenbeschreibungstabelle | 20100913 | |||
| 2 | ER_DATADESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Komponentenbeschreibungstabelle | 20100913 | |||
| 3 | IT_FIELD_PROJECTIONS | Call by reference | Type reference (TYPE) | IF_RODPS_ODP=>TT_FIELD_PROJECTIONS | 20100913 | ||||
| 4 | I_SEGMENT_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20100914 |
Method PROJECT_AND_RENAME_COMPONENTS on class CL_RODPS_DATA_COLLECTOR_HIER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |