SAP ABAP Class CL_GRAC_MODEL_CRITICAL_PROFILE (Model Class for Critical Profile)
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 20091005
Properties
Class CL_GRAC_MODEL_CRITICAL_PROFILE  
Short Description Model Class for Critical Profile    
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 20091005   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
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20091005
Friends
Class CL_GRAC_MODEL_CRITICAL_PROFILE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_CRITICAL_PROFILE_BUFFER Instance attribute Private Type reference (TYPE) GRAC_S_API_CRITICAL_PROFILE Buffer for critical profile 20091007
2 MS_CRITICAL_PROFILE_DESC_OLD Instance attribute Private Type reference (TYPE) GRACCRPROFILET Text Table for Critical Profile 20100510
3 MS_CRITICAL_PROFILE_OLD Instance attribute Private Type reference (TYPE) GRACCRPROFILE Critical Profile Rule 20100510
4 MT_LOCK_BUFFER Instance attribute Private Type reference (TYPE) GRAC_T_API_CRITICAL_PROFILE Lock buffer 20091030
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CRPROFILE_EXIST Static method Public Method Check if the Critical Profile exists 20110401
2 DELETE_CRITICAL_PROFILE Instance method Public Method Delete critical profile 20091012
3 DEQUE_ALL_CRITICAL_PROFILE Instance method Private Method Release all critical profiles for editing 20091030
4 ENQUE_CRITICAL_PROFILE Instance method Public Method Lock critical profile for editing 20091030
5 GET_CRITICAL_PROFILE Instance method Public Method Obtain critical profile details based on profile name 20091012
6 GET_CRITICAL_PROFILE_LIST Static method Public Method Obtain critical profile list 20091006
7 GET_DESCRIPTION Static method Public Method Obtain critical profile description 20100419
8 RAISE_ERROR Instance method Private Method Indicate error 20091030
9 UPDATE_CRITICAL_PROFILE Instance method Public Method Update critical profile into model buffer 20091012
Events
Class CL_GRAC_MODEL_CRITICAL_PROFILE has no event.
Types
Class CL_GRAC_MODEL_CRITICAL_PROFILE has no local type.
Method Signatures

Method CHECK_CRPROFILE_EXIST Signature

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

Method CHECK_CRPROFILE_EXIST on class CL_GRAC_MODEL_CRITICAL_PROFILE has no exception.

Method DELETE_CRITICAL_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITICAL_PROFILE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_PROFILE Profile Name 20091029

Method DELETE_CRITICAL_PROFILE on class CL_GRAC_MODEL_CRITICAL_PROFILE has no exception.

Method DEQUE_ALL_CRITICAL_PROFILE Signature

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

Method ENQUE_CRITICAL_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITICAL_PROFILE Value transfer Type reference (TYPE) GRAC_S_API_CRITICAL_PROFILE Structure type for Critical Profile API 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_PROFILE Signature

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

Method GET_CRITICAL_PROFILE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CRITICAL_PROFILE_LIST Call by reference Type reference (TYPE) GRAC_T_API_CRITICAL_PROFILE Critical Profile 20091006
2 Importing IS_CRIT_PROF_SEARCH_RANGE Call by reference Type reference (TYPE) GRAC_S_SOD_CRIT_PROF_SEARCH Critical Profile Search 20091103
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20091006

Method GET_CRITICAL_PROFILE_LIST on class CL_GRAC_MODEL_CRITICAL_PROFILE 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_PROFILE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_PROFILE Structure type for Critical Profile 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_PROFILE_NAME Value transfer Type reference (TYPE) GRAC_PROFILE Profile 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_PROFILE 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_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRITICAL_PROFILE Call by reference Type reference (TYPE) GRAC_S_API_CRITICAL_PROFILE Structure type for Critical Profile API 20091012
2 Importing IV_CREATE_MODE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091012
# 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