SAP ABAP Class CL_GRFN_REP_DATA_FACADE (Facade for access to data)
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_DATA_FACADE_DIR Facade for access to data 20081203
2 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_REP_DATA_FACADE_DM Facade for access to data 20081203
Properties
Class CL_GRFN_REP_DATA_FACADE  
Short Description Facade for access to data    
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 20080804   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)
Interfaces
Class CL_GRFN_REP_DATA_FACADE has no interface implemented.
Friends
Class CL_GRFN_REP_DATA_FACADE 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) IF_GRFN_REP_ENGINE_OUT Report engine interface 20091016
2 O_ENTITY Instance attribute Protected Object reference (TYPE REF TO) IF_GRFN_REPORT Get data for reporting engine 20080804
3 O_HIERARCHY Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_REP_HIERARCHY Report's hierarchy services 20081222
4 O_SESSION Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20080804
5 S_OBJECT Instance attribute Protected Type reference (TYPE) GRFN_S_OBJECT Object ID + Entity ID 20081216
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_REGULATION Instance method Public Method Check if regulation exists 20090430
2 CLEANUP Instance method Public Method Delete unnecessary data 20120718
3 CONSTRUCTOR Instance method Public Constructor 20080804
4 FETCH Instance method Public Method Fetch enity data 20090430
5 FINISH Instance method Public Method What to do, when the object should be destroyed 20090430
6 GET_PARENTS_OF_ORGUNIT Instance method Public Method Returns parents of orgunit 20090727
7 SET_OBJECT_ID Instance method Public Method Set working object ID 20080804
8 TRAVERSE Instance method Public Method Traverse from parent entity into child entity 20090430
Events
Class CL_GRFN_REP_DATA_FACADE has no event.
Types
Class CL_GRFN_REP_DATA_FACADE has no local type.
Method Signatures

Method CHECK_REGULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) HROBJID Object ID 20090430
2 Returning RV_EXIST Value transfer Type reference (TYPE) ABAP_BOOL 20090430

Method CHECK_REGULATION on class CL_GRFN_REP_DATA_FACADE has no exception.

Method CLEANUP Signature

Method CLEANUP on class CL_GRFN_REP_DATA_FACADE has no parameter.
Method CLEANUP on class CL_GRFN_REP_DATA_FACADE 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) IF_GRFN_REP_ENGINE_OUT Report engine interface 20091016
2 Importing IO_HIERARCHY Call by reference Object reference (TYPE REF TO) CL_GRFN_REP_HIERARCHY Report's hierarchy services 20081222
3 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Timeframe 20080807

Method CONSTRUCTOR on class CL_GRFN_REP_DATA_FACADE has no exception.

Method FETCH 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 Structure which contains fetched data 20090430
2 Exporting ET_ATTR_VALUE Call by reference Type reference (TYPE) GRFN_T_REP_ATTR_VALUE Attribute with multivalues 20100616
3 Exporting ET_TEXTS Call by reference Type reference (TYPE) GRFN_T_REP_OBJECT_TEXT Language dependent object texts 20090430
4 Exporting EV_SPLIT_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20100726
5 Importing IR_ENGINE Call by reference Object reference (TYPE REF TO) IF_GRFN_REP_ENGINE_OUT Report engine interface 20090430
6 Importing IS_SPLIT_CRITERIA Call by reference Type reference (TYPE) GRFN_S_REP_SPLIT_CRITERIA Reporting: Split criteria 20100622
7 Importing IT_PARENT Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20090430
8 Importing IV_LONG_TEXT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Controls wheter long texts are fetched 20090430
9 Importing IV_READ_ATTR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Controls wheter attributes are fetched or not 20090430
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090430

Method FINISH Signature

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

Method GET_PARENTS_OF_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARENTS Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of object pairs (object ID + entity ID) 20090727
2 Importing IV_ORGUNIT Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090727
3 Importing IV_ORGUNIT_VIEW Call by reference Type reference (TYPE) GRFN_ORG_VIEW_ID Organization View ID 20120328
4 Importing IV_REGULATION Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090727

Method GET_PARENTS_OF_ORGUNIT on class CL_GRFN_REP_DATA_FACADE has no exception.

Method SET_OBJECT_ID 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 20081002
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090430

Method TRAVERSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILD Call by reference Type reference (TYPE) GRFN_T_ENTITY_CHILD Object ID 20090430
2 Importing IR_ENGINE Call by reference Object reference (TYPE REF TO) IF_GRFN_REP_ENGINE_OUT Report engine interface 20090430
3 Importing IS_REPORT_DETAILS Call by reference Type reference (TYPE) GRFN_S_REPORT_DETAILS Report details 20090430
4 Importing IT_CASE_CATEGORY Call by reference Type reference (TYPE) GRFN_T_REP_EVALUATION_TYPE Requested case categories 20090430
5 Importing IT_ENTITY_CHILD Call by reference Type reference (TYPE) GRFN_T_ENTITY List of returned next level enties 20090430
6 Importing IT_PARENT Call by reference Type reference (TYPE) GRFN_T_OBJECTS List of parent nodes 20090430
7 Importing IV_REPORT_PROCESSOR Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20090430
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090430
History
Last changed by/on SAP  20141106 
SAP Release Created in 300