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 | ![]() |
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 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_GRFN_REP_ENGINE_OUT | Report engine interface | 20091016 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_GRFN_REPORT | Get data for reporting engine | 20080804 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GRFN_REP_HIERARCHY | Report's hierarchy services | 20081222 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080804 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRFN_S_OBJECT | Object ID + Entity ID | 20081216 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check if regulation exists | 20090430 |
2 | ![]() |
Instance method | Public | Method | Delete unnecessary data | 20120718 |
3 | ![]() |
Instance method | Public | Constructor | 20080804 | |
4 | ![]() |
Instance method | Public | Method | Fetch enity data | 20090430 |
5 | ![]() |
Instance method | Public | Method | What to do, when the object should be destroyed | 20090430 |
6 | ![]() |
Instance method | Public | Method | Returns parents of orgunit | 20090727 |
7 | ![]() |
Instance method | Public | Method | Set working object ID | 20080804 |
8 | ![]() |
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 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | HROBJID | Object ID | 20090430 | ||
2 | ![]() |
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 | ![]() |
IO_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_GRFN_REP_ENGINE_OUT | Report engine interface | 20091016 | ||
2 | ![]() |
IO_HIERARCHY | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_REP_HIERARCHY | Report's hierarchy services | 20081222 | ||
3 | ![]() |
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 | ![]() |
ES_ATTR | Call by reference | Type reference (TYPE) | ANY | Structure which contains fetched data | 20090430 | ||
2 | ![]() |
ET_ATTR_VALUE | Call by reference | Type reference (TYPE) | GRFN_T_REP_ATTR_VALUE | Attribute with multivalues | 20100616 | ||
3 | ![]() |
ET_TEXTS | Call by reference | Type reference (TYPE) | GRFN_T_REP_OBJECT_TEXT | Language dependent object texts | 20090430 | ||
4 | ![]() |
EV_SPLIT_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100726 | |||
5 | ![]() |
IR_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_GRFN_REP_ENGINE_OUT | Report engine interface | 20090430 | ||
6 | ![]() |
IS_SPLIT_CRITERIA | Call by reference | Type reference (TYPE) | GRFN_S_REP_SPLIT_CRITERIA | Reporting: Split criteria | 20100622 | ||
7 | ![]() |
IT_PARENT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECTS | List of object pairs (object ID + entity ID) | 20090430 | ||
8 | ![]() |
IV_LONG_TEXT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Controls wheter long texts are fetched | 20090430 | |
9 | ![]() |
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 | ![]() |
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 | ![]() |
ET_PARENTS | Call by reference | Type reference (TYPE) | GRFN_T_OBJECTS | List of object pairs (object ID + entity ID) | 20090727 | ||
2 | ![]() |
IV_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090727 | ||
3 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organization View ID | 20120328 | ||
4 | ![]() |
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 | ![]() |
IS_OBJECT | Call by reference | Type reference (TYPE) | GRFN_S_OBJECT | Object ID + Entity ID | 20081002 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090430 |
Method TRAVERSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CHILD | Call by reference | Type reference (TYPE) | GRFN_T_ENTITY_CHILD | Object ID | 20090430 | ||
2 | ![]() |
IR_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_GRFN_REP_ENGINE_OUT | Report engine interface | 20090430 | ||
3 | ![]() |
IS_REPORT_DETAILS | Call by reference | Type reference (TYPE) | GRFN_S_REPORT_DETAILS | Report details | 20090430 | ||
4 | ![]() |
IT_CASE_CATEGORY | Call by reference | Type reference (TYPE) | GRFN_T_REP_EVALUATION_TYPE | Requested case categories | 20090430 | ||
5 | ![]() |
IT_ENTITY_CHILD | Call by reference | Type reference (TYPE) | GRFN_T_ENTITY | List of returned next level enties | 20090430 | ||
6 | ![]() |
IT_PARENT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECTS | List of parent nodes | 20090430 | ||
7 | ![]() |
IV_REPORT_PROCESSOR | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20090430 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20090430 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |