SAP ABAP Class CL_GRFN_REP_COLLECTOR (Report: Data collector)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_REPORTING (Package) Shared PC-RM Reporting
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_REP_DATAMART_COLLECTOR Report: Data collector for Datamart 20080925
2 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_REP_DATA_COLLECTOR Report: Data collector 20080925
Properties
Class CL_GRFN_REP_COLLECTOR  
Short Description Report: Data collector    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_REPORTING   Shared PC-RM Reporting 
Created 20080925   SAP 
Last change 20141106    
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 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRPC0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 GRPCR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 GRRM0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRFN_REP_COLLECTOR has no interface implemented.
Friends
Class CL_GRFN_REP_COLLECTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_ENGINE Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_REP_ENGINE Reporting engine 20081204
2 O_HIER_SEQNR Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_REP_HIERARCHY Report's hierarchy services 20081222
3 O_STRAT_SEQNR Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_REP_HIERARCHY Report's hierarchy services 20081222
4 S_REP_SELECTION Instance attribute Protected Type reference (TYPE) GRFN_S_REP_SELECTION Selection data for Generic report 20080925
5 T_ATTR Instance attribute Protected Type reference (TYPE) GRFN_T_REP_ATTR Reporting: Collector attributes 20081112
6 T_CURR_CONV_FIELDS Instance attribute Private Type reference (TYPE) YT_CURR_CONV_FIELDS 20090116
7 T_DATA Instance attribute Protected Type reference (TYPE) GRFN_T_REP_DATA Reporting: Collector data 20081112
8 T_HIERARCHY Instance attribute Protected Type reference (TYPE) GRFN_T_REP_HIERARCHY Report: Hierarchy 20081127
9 T_HIERARCHY_ENTITY Instance attribute Protected Type reference (TYPE) GRFN_T_ENTITY Table of entities 20081126
10 T_REL_ATTR Instance attribute Protected Type reference (TYPE) GRFN_T_REP_OBJECT_REL_ATTR Reporting: Seqnr relational attributes 20081201
11 T_STRATEGY_NODES Instance attribute Protected Type reference (TYPE) GRFN_T_REP_HIERARCHY Report: Hierarchy 20081210
12 V_CONVERSION_DATE Instance attribute Protected Type reference (TYPE) D 20081212
13 V_LANGUAGE Instance attribute Protected Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20080925
14 V_MULTIVALUE_SEPARATOR Instance attribute Protected Type reference (TYPE) CHAR1 ',' Single-Character Flag 20100701
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BASE_HIER_EDGE Instance method Public Method Add edge of base hierarchy 20120518
2 ADD_NODE Instance method Public Method Add node to collector 20080925
3 AGGREGATE Instance method Public Method Aggregate values 20080925
4 AGGREGATE_LE_ENTITY Instance method Private Method Aggregate values for LE entity 20110731
5 AGGREGATE_PC_ENTITY Instance method Private Method Aggregate values for PC entity 20090205
6 AGGREGATE_RM_ENTITY Instance method Private Method Aggregate values for PC entity 20090206
7 CLEANUP Instance method Public Method Delete unnecessary data 20110516
8 CONSTRUCTOR Instance method Public Constructor Constructor 20080925
9 CONVERT_ATTR_CURRENCY Instance method Protected Method Convert amount in attribute structure 20090116
10 CONVERT_CURRENCY Instance method Protected Method Converts amount to different currency 20081212
11 FILL_CURRENCY_FIELDS Instance method Private Method Fill currency fields 20090116
12 FINISH Instance method Public Method What should be done when the object is destroyed? 20090430
13 GET_ANALYSIS Instance method Private Method 20081112
14 GET_ATTR Instance method Public Method Get stored attributes of object ID 20120206
15 GET_FIELD_VALUE Instance method Protected Method Get value of field 20081113
16 GET_HIER_OBJECT_SEQNR Instance method Protected Method Get object ID seqnr for hierarchy 20081217
17 GET_OBJECT_CHILDREN Instance method Public Method Get object children 20081205
18 GET_RESULT Instance method Public Method Return results 20080925
19 GET_SPLIT_CRITERIA Instance method Protected Method 20120206
20 IS_PROCESSED Instance method Public Method Is the entity already processed? 20080925
21 READ_ICON_FIELDS Instance method Protected Method Read icons for icon fields 20090129
22 READ_TEXT_ATTR Instance method Protected Method Read texts for text attributes 20081112
23 SET_ATTR Instance method Public Method Set attributes to object ID 20120518
24 SOURCE_FIELDS_AGGREGATION Instance method Public Method List of fields used for aggregation 20091016
Events
Class CL_GRFN_REP_COLLECTOR has no event.
Types
Class CL_GRFN_REP_COLLECTOR has no local type.
Method Signatures

Method ADD_BASE_HIER_EDGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHILD_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120518
2 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120518

Method ADD_BASE_HIER_EDGE on class CL_GRFN_REP_COLLECTOR has no exception.

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20080925
2 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_ENTITY_CHILD Data collector: Child of entity 20080925
3 Importing IS_SPLIT_CRITERIA Call by reference Type reference (TYPE) GRFN_S_REP_SPLIT_CRITERIA Reporting: Split criteria 20100622
4 Importing IS_VALUE Call by reference Type reference (TYPE) GRFN_S_REP_VALUES Report: Values 20080925
5 Importing IT_ATTR_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_ATTR_VALUE Attribute with multivalues 20100701
6 Importing IT_CHILD Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20081105
7 Importing IT_HIERARCHY_EDGE Call by reference Type reference (TYPE) GRFN_T_REP_HIERARCHY Report: Hierarchy 20081026
8 Importing IT_PARENT Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20080925
9 Importing IT_TEXTS Call by reference Type reference (TYPE) GRFN_T_REP_OBJECT_TEXT Language dependent object texts 20090430
10 Importing IV_HIER_NODE Call by reference Type reference (TYPE) ABAP_BOOL 20081024
11 Importing IV_NO_CHILD Call by reference Type reference (TYPE) ABAP_BOOL 20081105
12 Importing IV_PARENT_STORE_NODE Call by reference Type reference (TYPE) GRFN_STORE_TYPE Report: Store type 20100505
13 Importing IV_READ_ATTR Call by reference Type reference (TYPE) GRFN_READ_ATTRIBUTE_FLAG Report: Flag for reading attribute 20090226
14 Importing IV_REGULATION_SPLIT Call by reference Type reference (TYPE) GRFN_REG_SPLIT Split Regulations 20100630
15 Importing IV_SEQNR Call by reference Type reference (TYPE) I 20081006
16 Importing IV_STORE_NODE Call by reference Type reference (TYPE) GRFN_STORE_TYPE Report: Store type 20080925
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130219

Method AGGREGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALUE Call by reference Type reference (TYPE) GRFN_S_REP_VALUES Report: Values 20080925
2 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20080925
3 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_ENTITY_CHILD Data collector: Child of entity 20080925
4 Importing IT_ATTR_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_ATTR_VALUE Attribute with multivalues 20100921
5 Importing IT_CHILD Call by reference Type reference (TYPE) GRFN_T_ENTITY_CHILD Data collector: Children of entity 20080925
6 Importing IT_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_VALUES Report: Ratings 20080925

Method AGGREGATE on class CL_GRFN_REP_COLLECTOR has no exception.

Method AGGREGATE_LE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALUE Call by reference Type reference (TYPE) GRFN_S_REP_VALUES Report: Values 20110731
2 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20110731
3 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_ENTITY_CHILD Data collector: Child of entity 20110731
4 Importing IT_CHILD Call by reference Type reference (TYPE) GRFN_T_ENTITY_CHILD Data collector: Children of entity 20110731
5 Importing IT_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_VALUES Report: Ratings 20110731

Method AGGREGATE_LE_ENTITY on class CL_GRFN_REP_COLLECTOR has no exception.

Method AGGREGATE_PC_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALUE Call by reference Type reference (TYPE) GRFN_S_REP_VALUES Report: Values 20090205
2 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20090205
3 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_ENTITY_CHILD Data collector: Child of entity 20090205
4 Importing IT_CHILD Call by reference Type reference (TYPE) GRFN_T_ENTITY_CHILD Data collector: Children of entity 20090205
5 Importing IT_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_VALUES Report: Ratings 20090205

Method AGGREGATE_PC_ENTITY on class CL_GRFN_REP_COLLECTOR has no exception.

Method AGGREGATE_RM_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALUE Call by reference Type reference (TYPE) GRFN_S_REP_VALUES Report: Values 20090206
2 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20090206
3 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_ENTITY_CHILD Data collector: Child of entity 20090206
4 Importing IT_CHILD Call by reference Type reference (TYPE) GRFN_T_ENTITY_CHILD Data collector: Children of entity 20090206
5 Importing IT_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_VALUES Report: Ratings 20090206

Method AGGREGATE_RM_ENTITY on class CL_GRFN_REP_COLLECTOR has no exception.

Method CLEANUP Signature

Method CLEANUP on class CL_GRFN_REP_COLLECTOR has no parameter.
Method CLEANUP on class CL_GRFN_REP_COLLECTOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENGINE Call by reference Object reference (TYPE REF TO) CL_GRFN_REP_ENGINE Reporting engine 20081204
2 Importing IO_HIERARCHY Call by reference Object reference (TYPE REF TO) CL_GRFN_REP_HIERARCHY Report's hierarchy services 20081222
3 Importing IS_REP_SELECTION Call by reference Type reference (TYPE) GRFN_S_REP_SELECTION Selection data for Generic report 20080925
4 Importing IT_HIERARCHY_ENTITY Call by reference Type reference (TYPE) GRFN_T_ENTITY Table of entities 20081126
5 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20080925

Method CONSTRUCTOR on class CL_GRFN_REP_COLLECTOR has no exception.

Method CONVERT_ATTR_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20090116
2 Changing RS_ATTR Call by reference Type reference (TYPE) ANY 20090116

Method CONVERT_ATTR_CURRENCY on class CL_GRFN_REP_COLLECTOR has no exception.

Method CONVERT_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_VALUE Call by reference Type reference (TYPE) GRFN_S_REP_VALUES Report: Values 20081212

Method CONVERT_CURRENCY on class CL_GRFN_REP_COLLECTOR has no exception.

Method FILL_CURRENCY_FIELDS Signature

Method FILL_CURRENCY_FIELDS on class CL_GRFN_REP_COLLECTOR has no parameter.
Method FILL_CURRENCY_FIELDS on class CL_GRFN_REP_COLLECTOR has no exception.

Method FINISH Signature

Method FINISH on class CL_GRFN_REP_COLLECTOR has no parameter.
Method FINISH on class CL_GRFN_REP_COLLECTOR has no exception.

Method GET_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTR Call by reference Type reference (TYPE) ANY Analysis Entity Attribute 20081112
2 Importing IV_ENTITY Value transfer Type reference (TYPE) GRFN_SHORT_ENTITY_ID Shor Entity ID (used in DM) 20090206
3 Returning RT_RISK Value transfer Type reference (TYPE) GRFN_T_RISK_AGGR Aggregated Risk Analysis Data 20081112

Method GET_ANALYSIS on class CL_GRFN_REP_COLLECTOR has no exception.

Method GET_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTR Call by reference Type reference (TYPE) ANY 20120206
2 Exporting ET_ATTR_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_ATTR_VALUE Attribute with multivalues 20120206
3 Exporting ET_TEXTS Call by reference Type reference (TYPE) GRFN_T_REP_OBJECT_TEXT Language dependent object texts 20120206
4 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_ENTITY_CHILD Object ID 20120206
5 Importing IS_SPLIT_CRITERIA Call by reference Type reference (TYPE) GRFN_S_REP_SPLIT_CRITERIA Reporting: Split criteria 20120206
6 Importing IT_PARENT Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20120206
7 Importing IV_REGULATION_SPLIT Call by reference Type reference (TYPE) ABAP_BOOL 20120206

Method GET_ATTR on class CL_GRFN_REP_COLLECTOR has no exception.

Method GET_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) ANY 20081113
2 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20081201
3 Importing IS_OBJECT_ID Call by reference Type reference (TYPE) GRFN_S_OBJECT_POS Object ID + Entity ID 20081128
4 Importing IS_VALUE Call by reference Type reference (TYPE) GRFN_S_REP_VALUES Report: Values 20081201
5 Importing IV_FIELD_ID Call by reference Type reference (TYPE) GRFN_FIELDID Report: Field ID 20081113

Method GET_FIELD_VALUE on class CL_GRFN_REP_COLLECTOR has no exception.

Method GET_HIER_OBJECT_SEQNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_OBJECT Object ID + Entity ID 20081217
2 Importing IT_PARENT Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20081217
3 Importing IT_PARENT_HIER Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20081217
4 Returning RV_OBJECT_SEQNR Value transfer Type reference (TYPE) GRFN_OBJECT_SEQNR Object sequence number 20081217

Method GET_HIER_OBJECT_SEQNR on class CL_GRFN_REP_COLLECTOR has no exception.

Method GET_OBJECT_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILDREN Call by reference Type reference (TYPE) GRFN_T_OBJECT_CHILDREN Table of object's children and reference to their data 20081205
2 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_OBJECT Object ID + Entity ID 20081216
3 Importing IS_SPLIT_CRITERIA Call by reference Type reference (TYPE) GRFN_S_REP_SPLIT_CRITERIA Reporting: Split criteria 20100624
4 Importing IT_PARENT Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20081215

Method GET_OBJECT_CHILDREN on class CL_GRFN_REP_COLLECTOR has no exception.

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20080925

Method GET_RESULT on class CL_GRFN_REP_COLLECTOR has no exception.

Method GET_SPLIT_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SPLIT_CRITERIA Call by reference Type reference (TYPE) GRFN_S_REP_SPLIT_CRITERIA Data collector: Child of entity 20120206
2 Importing IT_PARENT Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20120206
3 Importing IV_REGULATION_SPLIT Call by reference Type reference (TYPE) ABAP_BOOL 20120206
4 Returning RV_SPLIT_CRITERIA Value transfer Type reference (TYPE) GRFN_REP_SPLIT_CRITERIA Reporting: Split criteria 20120206

Method GET_SPLIT_CRITERIA on class CL_GRFN_REP_COLLECTOR has no exception.

Method IS_PROCESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_PROCESSED Value transfer Type reference (TYPE) ABAP_BOOL 20080925
2 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_ENTITY_CHILD Object ID 20120206
3 Importing IS_SPLIT_CRITERIA Call by reference Type reference (TYPE) GRFN_S_REP_SPLIT_CRITERIA Reporting: Split criteria 20120206
4 Importing IT_PARENT Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20120206
5 Importing IV_REGULATION_SPLIT Call by reference Type reference (TYPE) ABAP_BOOL 20120206

Method IS_PROCESSED on class CL_GRFN_REP_COLLECTOR has no exception.

Method READ_ICON_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ES_OUTPUT_LINE Call by reference Type reference (TYPE) ANY 20090129
2 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20090129
3 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20090129

Method READ_ICON_FIELDS on class CL_GRFN_REP_COLLECTOR has no exception.

Method READ_TEXT_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ES_OUTPUT_LINE Call by reference Type reference (TYPE) ANY 20081112
2 Exporting ET_ATTR_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_ATTR_VALUE Attribute with multivalues 20120424
3 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20081112
4 Importing IT_ATTR_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_ATTR_VALUE Attribute with multivalues 20100722
5 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081112

Method READ_TEXT_ATTR on class CL_GRFN_REP_COLLECTOR has no exception.

Method SET_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTR Call by reference Type reference (TYPE) ANY 20120518
2 Importing IS_OBJECT Call by reference Type reference (TYPE) GRFN_S_ENTITY_CHILD Data collector: Child of entity 20120518
3 Importing IT_ATTR_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_ATTR_VALUE Attribute with multivalues 20120518

Method SET_ATTR on class CL_GRFN_REP_COLLECTOR has no exception.

Method SOURCE_FIELDS_AGGREGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDS Value transfer Type reference (TYPE) GRFN_T_FIELDID 20091016

Method SOURCE_FIELDS_AGGREGATION on class CL_GRFN_REP_COLLECTOR has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300