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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RODPS_DATA_COLLECTOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_RODPS_DATA_TRANSFORMATOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_RODPS_HIER_ODP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_RODPS_ODP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 IF_RODPS_ODP_DIRECT_ACCESS 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 PT_DATA_REF Instance attribute Private Object reference (TYPE REF TO) DATA 20100706
2 PT_SEGMENTS Instance attribute Private See coding 20100716
3 PT_SORTORDER Instance attribute Private Type reference (TYPE) ABAP_SORTORDER_TAB Table for SORT itab BY (ABAP_SORTORDER_TAB) 20100706
4 P_FIELDNAME_LEAF Instance attribute Private Type reference (TYPE) FIELDNAME 20100914
5 P_SORTED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100706
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100706
2 CREATE_HIER Static method Public Method Create transformer instance 20101116
3 PROJECT_AND_RENAME_COMPONENTS 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 Importing IR_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Beschreibung der Quellstruktur 20100706
2 Importing IR_VAR_ATTRDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20100915
3 Importing ITH_VAR_KEYDESCRS Call by reference Type reference (TYPE) IF_RODPS_HIER_ODP=>TTH_KEYDESCRS 20100915
4 Importing IT_FIELD_AGGREGATIONS Call by reference Type reference (TYPE) IF_RODPS_ODP_DIRECT_ACCESS=>TT_FIELD_AGGREGATIONS Projektion, Umbenennung und Aggretion 20100706
5 Importing IT_SORT_DESCRIPTIONS Call by reference Type reference (TYPE) IF_RODPS_ODP_DIRECT_ACCESS=>TT_SORT_DESCRIPTIONS Sortierung der aggregierten Ergebnismenge 20100706
6 Importing I_MAXIMUM_ROWS Call by reference Type reference (TYPE) I Maximale Größe der Ergebnismenge (0 = unbegrenzt) 20100706
# Exception Resumable Description Created on
1 CX_RODPS_INPUT_INVALID Ungültige Eingabe 20100706

Method CREATE_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VAR_ATTRDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20101116
2 Importing ITH_VAR_KEYDESCRS Call by reference Type reference (TYPE) IF_RODPS_HIER_ODP=>TTH_KEYDESCRS 20101116
3 Importing IT_FIELD_AGGREGATIONS Call by reference Type reference (TYPE) CL_RODPS_DATA_TRANSFORMATOR=>TT_FIELD_AGGREGATIONS Projektion, Umbenennung und Aggretion 20101116
4 Importing IT_SORT_DESCRIPTIONS Call by reference Type reference (TYPE) CL_RODPS_DATA_TRANSFORMATOR=>TT_SORT_DESCRIPTIONS Sortierung der aggregierten Ergebnismenge 20101116
5 Importing I_MAXIMUM_ROWS Call by reference Type reference (TYPE) I Maximale Größe der Ergebnismenge (0 = unbegrenzt) 20101116
6 Importing I_STRUCTURE Call by reference Type reference (TYPE) ANY Beschreibung der Quellstruktur 20101116
7 Returning RR_TRANSFORMATOR Value transfer Object reference (TYPE REF TO) CL_RODPS_DATA_TRANSFORMATOR Transformator for internal tables 20101116
# Exception Resumable Description Created on
1 CX_RODPS_INPUT_INVALID 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 Changing CR_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Komponentenbeschreibungstabelle 20100913
2 Exporting ER_DATADESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Komponentenbeschreibungstabelle 20100913
3 Importing IT_FIELD_PROJECTIONS Call by reference Type reference (TYPE) IF_RODPS_ODP=>TT_FIELD_PROJECTIONS 20100913
4 Importing 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