SAP ABAP Class CL_GRFN_OIF_BASE (Provide OIF common functions, maintain OIF status)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_WD_DOC_MODIFICATION Providing modifications for the documents UI 20090703
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_EO Enterprise Object 20091020
2 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_OIF_RESPONSE_TEMPLATE Response Template 20100108
3 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_OIF_CONSOLIDATION Risk Consolidation OIF Class 20110829
4 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_SURVEY Survey oif 20090824
5 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_REG_GROUP Regulation Group OIF class 20090706
6 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_REA Audit Management Audit Risk Rating OIF 20110712
7 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_POLICYGRP Policy group OIF Class 20100122
8 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_POLICY Policy OIF Class 20091211
9 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_JOBSTEP Job Step 20120610
10 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_ISSUE OIF class for adhoc issue 20100119
... Click here to see Used By full list (19 items)
Properties
Class CL_GRFN_OIF_BASE  
Short Description Provide OIF common functions, maintain OIF status    
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 20090703   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 IF_GRFN_CNST_ACCESS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_WD_DOC_MODIFICATION Providing modifications for the documents UI 20090703
Friends
Class CL_GRFN_OIF_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ALL_DATAPARTS Constant Public Type reference (TYPE) GRFN_DATAPART '*' Data Part for GRC Object Types 20090703
2 MO_INITIAL_SCREEN Instance attribute Protected Object reference (TYPE REF TO) IWCI_IF_GRFN_UIBB_INITIAL WebDynpro Interface COMPONENTCONTROLLER 20090708
3 MO_SESSION Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090703
4 MT_MAINVIEW Instance attribute Protected Type reference (TYPE) GRFN_T_OIF_MAINVIEW Tab sequence and mode 20090713
5 MT_MESSAGE Instance attribute Protected Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090703
6 MV_APP_COMP Instance attribute Protected Type reference (TYPE) GRFN_APP_COMPONENT Application Component 20090713
7 MV_CLOSE_ON_SAVE Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100322
8 MV_ENTITY_ID Instance attribute Protected Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20090703
9 MV_HIDE_CLOSE_BUTTON Instance attribute Private Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100323
10 MV_MAINVIEW Instance attribute Protected Type reference (TYPE) STRING OIF Tab ID 20090713
11 MV_MODE Instance attribute Protected Type reference (TYPE) GRFN_UI_MODE Mode of OIF window 20090703
12 MV_MODE_INITIAL Instance attribute Protected Type reference (TYPE) GRFN_UI_MODE Mode of OIF window 20090703
13 MV_OBJECT_ID Instance attribute Protected Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703
14 MV_OBJECT_ID_INITIAL Instance attribute Protected Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090713
15 MV_ORGUNIT_ID Instance attribute Protected Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703
16 MV_PARENT_ID Instance attribute Protected Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703
17 MV_REGULATION_ID Instance attribute Protected Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703
18 MV_SUBVIEW Instance attribute Protected Type reference (TYPE) STRING 20090713
19 MV_TITLE Instance attribute Protected Type reference (TYPE) STRING OIF title 20090703
20 SO_OIF Static Attribute Protected Object reference (TYPE REF TO) CL_GRFN_OIF_BASE Provide OIF common functions, maintain OIF status 20090703
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORIZE Instance method Public Method Do all authorization related to current object 20090703
2 AUTHORIZE_DATAPART Instance method Public Method Authorize dataparts 20090703
3 CHECK_CLOSED Instance method Public Method Sign-off check 20090703
4 CHECK_VALID_OBJECT_ID Instance method Protected Method Check whether the object ID is valid 20090708
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090703
6 FLUSH_MESSAGES Instance method Public Method Flush all messages in OIF class 20090707
7 GET_ENTITY_ID Instance method Public Method Get entity ID 20090707
8 GET_INSTANCE Static method Public Method Get instance 20090703
9 GET_MAINVIEW Instance method Public Method Get default mainview 20090713
10 GET_MESSAGES Instance method Public Method Get OIF messages 20090703
11 GET_MODE Instance method Public Method Get OIF or a mainview's mode 20090703
12 GET_OBJECT_ID Instance method Public Method Get object ID 20090703
13 GET_OPTIONS Instance method Public Method Get visibility options of OIF (from configuration) 20100322
14 GET_ORGUNIT_ID Instance method Public Method Get orgunit ID 20090703
15 GET_PARENT_ID Instance method Public Method Get parent ID 20090703
16 GET_REGULATION_ID Instance method Public Method Get Regulation ID 20090703
17 GET_SESSION Instance method Public Method Get session instance 20090703
18 GET_STATUS Instance method Public Method Get current OIF status 20090703
19 GET_TITLE Instance method Public Method Get OIF title 20090703
20 HAS_INITIAL_SCREEN Instance method Public Method Check whether has initial screen 20090708
21 HAS_VALID_OBJECT_ID Instance method Protected Method Check whether has valid object ID now 20090708
22 INIT Instance method Public Method Initialize 20090707
23 LOCK Instance method Public Method Implement lock logic when OIF is opened in 'EDIT' mode 20090703
24 OVERRIDE_CONFIG_TABBED Instance method Public Method Hook for tabbed UIBB exit 20091104
25 OVERRIDE_EVENT_OIF Instance method Public Method Hook for OVERRIDE_EVENT_OIF App CC handler 20090715
26 PREPARE Instance method Public Method Prepare to show OIF 20090703
27 REFRESH_LAYOUT Instance method Public Method Fire an event to hide mainviews dynamically 20090828
28 SET_IDR Instance method Public Method Set IDR 20090706
29 SET_INITIAL_SCREEN Instance method Public Method Set initial screen controller 20090708
30 SET_MODE Instance method Public Method Set mode 20090713
31 SET_OBJECT_ID Instance method Protected Method Set object ID 20090707
32 SET_OPTIONS Instance method Public Method Set visibility options of OIF (from configuration) 20100322
33 SET_ORGUNIT_ID Instance method Public Method Set orgunit ID manually 20090703
34 SET_STATUS Instance method Public Method Set current OIF status 20090703
35 SET_TITLE Instance method Public Method Set OIF title 20090703
Events
Class CL_GRFN_OIF_BASE has no event.
Types
Class CL_GRFN_OIF_BASE has no local type.
Method Signatures

Method AUTHORIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Whether pass authorization 20090703

Method AUTHORIZE on class CL_GRFN_OIF_BASE has no exception.

Method AUTHORIZE_DATAPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATAPART Call by reference Type reference (TYPE) GRFN_DATAPART Data Part for GRC Object Types 20090703
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRFN_API_OPERATION_ID GRFN0_C_OPERATION-UPDATE The ID of the operation 20090703
3 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090703

Method AUTHORIZE_DATAPART on class CL_GRFN_OIF_BASE has no exception.

Method CHECK_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Whether pass authorization 20090703

Method CHECK_CLOSED on class CL_GRFN_OIF_BASE has no exception.

Method CHECK_VALID_OBJECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090708
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090708

Method CHECK_VALID_OBJECT_ID on class CL_GRFN_OIF_BASE has no exception.

Method CONSTRUCTOR 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 20090703
2 Importing IV_APP_COMP Call by reference Type reference (TYPE) GRFN_APP_COMPONENT Application Component 20090713
3 Importing IV_MAINVIEW Call by reference Type reference (TYPE) STRING OIF Mainview ID 20090713
4 Importing IV_MODE Call by reference Type reference (TYPE) GRFN_UI_MODE Mode of OIF window 20090703
5 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703
6 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090713
7 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703

Method CONSTRUCTOR on class CL_GRFN_OIF_BASE has no exception.

Method FLUSH_MESSAGES Signature

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

Method FLUSH_MESSAGES on class CL_GRFN_OIF_BASE has no exception.

Method GET_ENTITY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENTITY_ID Value transfer Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20090707

Method GET_ENTITY_ID on class CL_GRFN_OIF_BASE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OIF_CLASS Call by reference Type reference (TYPE) GRFN_OIF_CLASS OIF class 20090706
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_GRFN_OIF_BASE Provide OIF common functions, maintain OIF status 20090703

Method GET_INSTANCE on class CL_GRFN_OIF_BASE has no exception.

Method GET_MAINVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VIEW Value transfer Type reference (TYPE) STRING 20090713

Method GET_MAINVIEW on class CL_GRFN_OIF_BASE has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGE Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090703

Method GET_MESSAGES on class CL_GRFN_OIF_BASE has no exception.

Method GET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAINVIEW Call by reference Type reference (TYPE) STRING 20090713
2 Returning RV_MODE Value transfer Type reference (TYPE) GRFN_UI_MODE Mode of OIF Window 20090703

Method GET_MODE on class CL_GRFN_OIF_BASE has no exception.

Method GET_OBJECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703

Method GET_OBJECT_ID on class CL_GRFN_OIF_BASE has no exception.

Method GET_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLOSE_ON_SAVE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100322
2 Exporting EV_HIDE_CLOSE_BUTTON Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100323

Method GET_OPTIONS on class CL_GRFN_OIF_BASE has no exception.

Method GET_ORGUNIT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703

Method GET_ORGUNIT_ID on class CL_GRFN_OIF_BASE has no exception.

Method GET_PARENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703

Method GET_PARENT_ID on class CL_GRFN_OIF_BASE has no exception.

Method GET_REGULATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090703

Method GET_REGULATION_ID on class CL_GRFN_OIF_BASE has no exception.

Method GET_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090703

Method GET_SESSION on class CL_GRFN_OIF_BASE has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAINVIEW Call by reference Type reference (TYPE) GRFN_T_OIF_MAINVIEW OIF Tabs, defined in transparent table GRPCOIFCONF 20090713
2 Exporting EV_MODE Call by reference Type reference (TYPE) GRFN_UI_MODE Mode of OIF window 20090703

Method GET_STATUS on class CL_GRFN_OIF_BASE has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TITLE Value transfer Type reference (TYPE) STRING 20090703

Method GET_TITLE on class CL_GRFN_OIF_BASE has no exception.

Method HAS_INITIAL_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090708

Method HAS_INITIAL_SCREEN on class CL_GRFN_OIF_BASE has no exception.

Method HAS_VALID_OBJECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090714
2 Exporting EV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL 20090714

Method HAS_VALID_OBJECT_ID on class CL_GRFN_OIF_BASE has no exception.

Method INIT Signature

Method INIT on class CL_GRFN_OIF_BASE has no parameter.
Method INIT on class CL_GRFN_OIF_BASE has no exception.

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) ABAP_BOOL 20090703

Method LOCK on class CL_GRFN_OIF_BASE has no exception.

Method OVERRIDE_CONFIG_TABBED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABBED Call by reference Object reference (TYPE REF TO) IF_FPM_TABBED Tabbed UIBB API 20091104

Method OVERRIDE_CONFIG_TABBED on class CL_GRFN_OIF_BASE has no exception.

Method OVERRIDE_EVENT_OIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OIF Call by reference Object reference (TYPE REF TO) IF_FPM_OIF 20090715

Method OVERRIDE_EVENT_OIF on class CL_GRFN_OIF_BASE has no exception.

Method PREPARE Signature

Method PREPARE on class CL_GRFN_OIF_BASE has no parameter.
Method PREPARE on class CL_GRFN_OIF_BASE has no exception.

Method REFRESH_LAYOUT Signature

Method REFRESH_LAYOUT on class CL_GRFN_OIF_BASE has no parameter.
Method REFRESH_LAYOUT on class CL_GRFN_OIF_BASE has no exception.

Method SET_IDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100623

Method SET_IDR on class CL_GRFN_OIF_BASE has no exception.

Method SET_INITIAL_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_INITIAL_SCREEN Call by reference Object reference (TYPE REF TO) IWCI_IF_GRFN_UIBB_INITIAL WebDynpro Interface COMPONENTCONTROLLER 20090708

Method SET_INITIAL_SCREEN on class CL_GRFN_OIF_BASE has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Whether to set all mainviews' mode at the same time 20090713
2 Importing IV_MAINVIEW Call by reference Type reference (TYPE) STRING Web Dynpro component name 20090713
3 Importing IV_MODE Call by reference Type reference (TYPE) GRFN_UI_MODE Mode of OIF window 20090713

Method SET_MODE on class CL_GRFN_OIF_BASE has no exception.

Method SET_OBJECT_ID Signature

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

Method SET_OBJECT_ID on class CL_GRFN_OIF_BASE has no exception.

Method SET_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLOSE_ON_SAVE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100322
2 Importing IV_HIDE_CLOSE_BUTTON Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100323

Method SET_OPTIONS on class CL_GRFN_OIF_BASE has no exception.

Method SET_ORGUNIT_ID Signature

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

Method SET_ORGUNIT_ID on class CL_GRFN_OIF_BASE has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAINVIEW Call by reference Type reference (TYPE) GRFN_T_OIF_MAINVIEW OIF Tabs, defined in transparent table GRPCOIFCONF 20090713
2 Importing IV_MODE Call by reference Type reference (TYPE) GRFN_UI_MODE Mode of OIF window 20090703

Method SET_STATUS on class CL_GRFN_OIF_BASE has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20090703

Method SET_TITLE on class CL_GRFN_OIF_BASE has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_EO Enterprise Object 20091020
2 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_OIF_RESPONSE_TEMPLATE Response Template 20100108
3 Inheritance (c INHERITING FROM c_ref)  CL_GRRM_OIF_CONSOLIDATION Risk Consolidation OIF Class 20110829
4 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_SURVEY Survey oif 20090824
5 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_REG_GROUP Regulation Group OIF class 20090706
6 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_REA Audit Management Audit Risk Rating OIF 20110712
7 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_POLICYGRP Policy group OIF Class 20100122
8 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_POLICY Policy OIF Class 20091211
9 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_JOBSTEP Job Step 20120610
10 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_ISSUE OIF class for adhoc issue 20100119
11 Inheritance (c INHERITING FROM c_ref)  CL_GRAC_OIF_BASE OIF Base 20100218
12 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_BR Business Rule 20091123
13 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_AUDIT Audit OIF Class 20110601
14 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_AU Audit Proposal OIF Class 20110812
15 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_AR Audit Request OIF 20111129
16 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_AP Audit Plan Proposal OIF Class 20110713
17 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_OIF_AM_SCHEDULER OIF Class for AM Scheduler 20100517
18 Inheritance (c INHERITING FROM c_ref)  CL_GRAC_OIF_ROLE_EXPORT Class of role export 20100415
19 Inheritance (c INHERITING FROM c_ref)  CL_GRAC_OIF_ERM_ROLE_TESTING Role Testing OIF class 20091231
History
Last changed by/on SAP  20141106 
SAP Release Created in 300