SAP ABAP Class CL_GRFN_OVS (Backend for OVS)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_WD_REUSE (Package) GRC Common Layer Reusable UI Components
Properties
Class CL_GRFN_OVS  
Short Description Backend for OVS    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_WD_REUSE   GRC Common Layer Reusable UI Components 
Created 20081204   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)
Interfaces
Class CL_GRFN_OVS has no interface implemented.
Friends
Class CL_GRFN_OVS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COUNTRY Constant Public Type reference (TYPE) GRFN_API_ENTITY_ID 'COUNTRY' Country 20100325
2 C_DL Constant Public Type reference (TYPE) GRFN_API_ENTITY_ID 'DL' Distribution List 20130530
3 C_REGION Constant Public Type reference (TYPE) GRFN_API_ENTITY_ID 'REGION' Region 20100325
4 C_ROW_COUNT Constant Public Type reference (TYPE) I 15 Number of rows 20090305
5 MO_SESSION Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20081204
6 MT_FIELD Instance attribute Private Type reference (TYPE) YT_FIELD 20081204
7 MT_REGULATION_ID Instance attribute Private Type reference (TYPE) GRFN_T_API_OBJECT_ID table type of API object ID 20081204
8 MV_INTEGRATION_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Integration mode 20101018
9 MV_ORGUNIT_VIEW Instance attribute Private Type reference (TYPE) GRFN_ORG_VIEW_ID Organization View ID 20140116
10 MV_REPORT_ID Instance attribute Private Type reference (TYPE) GRFN_REPNAME Report ID 20090204
Methods
# Method Level Visibility Method type Description Created on
1 EVENT_HANDLER_OVS Instance method Public Method Called from OVS event handler 20081204
2 GET_HEADERS Instance method Private Method Get headers for result table 20081204
3 GET_INSTANCE Static method Public Method Get fresh reference 20081204
4 SET_FIELD_REF Instance method Public Method Define link to context for entity 20081204
5 SET_INTEGRATION_MODE Instance method Public Method Set integration mode 20101028
6 SET_ORGUNIT_VIEW Instance method Public Method 20140116
7 SET_REGULATION Instance method Public Method Set Regulation(s) 20081204
8 SET_REGULATIONS Instance method Public Method Set Regulations 20090902
9 SET_SESSION Instance method Public Method Set New Session 20081204
Events
Class CL_GRFN_OVS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_FIELD Protected See coding 20081204 begin of ys_field, entity_id type grfn_api_entity_id, context_node type ref to if_wd_context_node, attr_name type string, end of ys_field
2 YT_FIELD Protected See coding 20081204 yt_field type standard table of ys_field with default key
Method Signatures

Method EVENT_HANDLER_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20081204
2 Importing IO_WDEVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20081204

Method EVENT_HANDLER_OVS on class CL_GRFN_OVS has no exception.

Method GET_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT_LABEL Call by reference Type reference (TYPE) STRING 20081204
2 Exporting EV_TITLE Call by reference Type reference (TYPE) STRING 20081204
3 Exporting EV_VALUE_LABEL Call by reference Type reference (TYPE) STRING 20081204
4 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081204

Method GET_HEADERS on class CL_GRFN_OVS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REPORT_ID Call by reference Type reference (TYPE) GRFN_REPNAME Use Reporting authorizations for selection 20090204
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_GRFN_OVS Backend for OVS 20081204

Method GET_INSTANCE on class CL_GRFN_OVS has no exception.

Method SET_FIELD_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Node 20081209
2 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) STRING 20081204
3 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081204

Method SET_FIELD_REF on class CL_GRFN_OVS has no exception.

Method SET_INTEGRATION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTEGRATION_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20101028

Method SET_INTEGRATION_MODE on class CL_GRFN_OVS has no exception.

Method SET_ORGUNIT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ORGUNIT_VIEW Call by reference Type reference (TYPE) GRFN_ORG_VIEW_ID 20140116

Method SET_ORGUNIT_VIEW on class CL_GRFN_OVS has no exception.

Method SET_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) GRFN_API_OBJECT_ID Object ID 20081204

Method SET_REGULATION on class CL_GRFN_OVS has no exception.

Method SET_REGULATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REGULATION_ID Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID table type of API object ID 20090902

Method SET_REGULATIONS on class CL_GRFN_OVS has no exception.

Method SET_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20081204
2 Importing IV_SESSION_ID Call by reference Type reference (TYPE) GRFN_API_SESSION_ID ID of GRC session 20081204

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