SAP ABAP Class CL_GRAC_MODEL_CRITICAL_ROLE (Model Class for Critical Role)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_SOD (Package) Access Control GRC SoD Rules and etc.
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20090929
Properties
Class CL_GRAC_MODEL_CRITICAL_ROLE  
Short Description Model Class for Critical Role    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_SOD   Access Control GRC SoD Rules and etc. 
Created 20090929   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 GRACM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20090929
Friends
Class CL_GRAC_MODEL_CRITICAL_ROLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_CRITICAL_ROLE_BUFFER Instance attribute Private Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE Buffer for Critical Role 20091005
2 MS_CRROLE_DESC_OLD Instance attribute Private Type reference (TYPE) GRACCRROLET Text table for Critical Role 20100508
3 MS_CRROLE_OLD Instance attribute Private Type reference (TYPE) GRACCRROLE Critical Role Rule 20100508
4 MT_LOCK_BUFFER Instance attribute Private Type reference (TYPE) GRAC_T_API_CRITICAL_ROLE Lock Buffer 20091030
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CRROLE_EXIST Static method Public Method check if the critical role exist 20110401
2 DELETE_CRITICAL_ROLE Instance method Public Method Delete critical role 20090929
3 DEQUE_ALL_CRITICAL_ROLE Instance method Private Method Release all critical role for editing 20091030
4 ENQUE_CRITICAL_ROLE Instance method Public Method Lock the Critical Role for editing 20091030
5 GET_CRITICAL_ROLE Instance method Public Method Get critical roles based on role name. 20090929
6 GET_CRITICAL_ROLE_LIST Static method Public Method Get critical role list 20100419
7 GET_DESCRIPTION Static method Public Method Get critical role description 20100419
8 IS_CRITICAL_ROLE_LOCKED Instance method Public Method 20091030
9 RAISE_ERROR Instance method Private Method Raise Error 20091030
10 UPDATE_CRITICAL_ROLE Instance method Public Method Update critical role 20091005
Events
Class CL_GRAC_MODEL_CRITICAL_ROLE has no event.
Types
Class CL_GRAC_MODEL_CRITICAL_ROLE has no local type.
Method Signatures

Method CHECK_CRROLE_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITICAL_ROLE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE Structure type for Critical Role API 20110401
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110401

Method CHECK_CRROLE_EXIST on class CL_GRAC_MODEL_CRITICAL_ROLE has no exception.

Method DELETE_CRITICAL_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITICAL_ROLE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE Critical Role Name 20091029
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091005

Method DEQUE_ALL_CRITICAL_ROLE Signature

Method DEQUE_ALL_CRITICAL_ROLE on class CL_GRAC_MODEL_CRITICAL_ROLE has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method ENQUE_CRITICAL_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITICAL_ROLE Value transfer Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE ERM:Role Name 20091030
2 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method GET_CRITICAL_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CRITICAL_ROLE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE Critical Role Detail 20090929
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIS 20090929
3 Importing IS_CRITICAL_ROLE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE Critical Role 20091030
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LANGU Language Key 20090929
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090929

Method GET_CRITICAL_ROLE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CRITICAL_ROLE_LIST Call by reference Type reference (TYPE) GRAC_T_API_CRITICAL_ROLE Critical Role 20100419
2 Importing IS_CRIT_ROLE_SEARCH_RANGE Call by reference Type reference (TYPE) GRAC_S_SOD_CRIT_ROLE_SEARCH Critical Role Search 20100419
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20100419

Method GET_CRITICAL_ROLE_LIST on class CL_GRAC_MODEL_CRITICAL_ROLE has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CRITICAL_ROLE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE Structure type for Critical Role API 20100419
2 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100419
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20100419
4 Importing IV_ROLE_NAME Value transfer Type reference (TYPE) GRAC_ROLE_NAME ERM:Role Name 20100419
5 Importing IV_RULESETID Value transfer Type reference (TYPE) GRAC_RULESET_ID Rule Set ID 20100419

Method GET_DESCRIPTION on class CL_GRAC_MODEL_CRITICAL_ROLE has no exception.

Method IS_CRITICAL_ROLE_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITICAL_ROLE Value transfer Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE Structure type for Critical Role API 20091030
2 Returning RV_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20091030

Method IS_CRITICAL_ROLE_LOCKED on class CL_GRAC_MODEL_CRITICAL_ROLE has no exception.

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUM Value transfer Type reference (TYPE) SYMSGNO Message Number 20091030
2 Importing IV_PAR1 Value transfer Type reference (TYPE) SYMSGV Message Variable 20091030
3 Importing IV_PAR2 Value transfer Type reference (TYPE) SYMSGV Message Variable 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method UPDATE_CRITICAL_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITICAL_ROLE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_ROLE Critical Role 20091005
2 Importing IV_CREATE_MODE Call by reference Type reference (TYPE) BOOLEAN 20091005
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027
History
Last changed by/on SAP  20141106 
SAP Release Created in 600