SAP ABAP Class CL_GRAC_MODEL_SUPP_RULES (Model Class for SOD Supplementary Rules)
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 20100310
Properties
Class CL_GRAC_MODEL_SUPP_RULES  
Short Description Model Class for SOD Supplementary Rules    
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 20100310   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 20100310
Friends
Class CL_GRAC_MODEL_SUPP_RULES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_SUPP_RULE_BUFFER Instance attribute Private Type reference (TYPE) GRAC_S_API_SUPPRULE SuppRule Details 20100510
2 MS_SUPRULE_DESC_OLD Instance attribute Private Type reference (TYPE) GRACSUPPRULET Supplement Rule Header 20100506
3 MS_SUPRULE_HDR_OLD Instance attribute Private Type reference (TYPE) GRACSUPPRULEHDR Supplement Rule Header 20100506
4 MT_LOCK_BUFFER Instance attribute Private Type reference (TYPE) GRAC_T_API_SUPPRULE Table Type for SuppRule Values 20100510
5 MT_SUPPRULE_BUFFER Instance attribute Private Type reference (TYPE) YT_SUPPRULE_BUFFER 20100310
6 MT_SUPPRULE_DELETE Instance attribute Private Type reference (TYPE) GRAC_T_API_SUPPRULEID 20100310
7 MT_SUPPRULE_LOCKED Instance attribute Private Type reference (TYPE) YT_SUPPRULE_LOCKED 20100310
8 MT_SUPRULE_OLD Instance attribute Private Type reference (TYPE) GRAC_T_SUPPRULE_VALUES Table Type for SuppRule Values 20100506
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SUPPRULE_EXIST Static method Public Method Check for supplementary rule 20110330
2 DELETE_SUPPRULE Instance method Public Method Delete SuppRule 20100310
3 DEQUE_SUPP_RULE Instance method Private Method Release Supplementary Rule for Editing 20100510
4 ENQUE_SUPP_RULE Instance method Public Method Lock the Supplementary Rule 20100510
5 GET_LIST Instance method Public Method Get the list of SuppRules 20100310
6 GET_SUPPRULE Instance method Public Method Get the details of a SuppRule 20100310
7 GET_SUPPRULE_HDR Instance method Public Method Get the list of header SuppRules 20100310
8 RAISE_ERROR Instance method Private Method 20100510
9 SET_SUPPRULE Instance method Public Method Set the details for a SuppRule 20100310
Events
Class CL_GRAC_MODEL_SUPP_RULES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_SUPPRULE_BUFFER Public See coding 20100310 BEGIN OF ys_supprule_buffer, command TYPE grfn_command, attr TYPE grac_s_supprule_hdr_att, supplevelvalues TYPE grac_t_supprule_values, attvalues TYPE grac_t_supprule_hdr_att, END OF ys_supprule_buffer
2 YS_SUPPRULE_LOCKED Public See coding 20100310 BEGIN OF ys_supprule_locked, suppruleid TYPE grfn_guid, END OF ys_supprule_locked
3 YT_SUPPRULE_BUFFER Public See coding 20100310 yt_supprule_buffer TYPE SORTED TABLE OF ys_supprule_buffer WITH UNIQUE KEY attr-suppruleid
4 YT_SUPPRULE_LOCKED Public See coding 20100310 yt_supprule_locked TYPE SORTED TABLE OF ys_supprule_locked WITH UNIQUE KEY suppruleid
Method Signatures

Method CHECK_SUPPRULE_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUPPRULEID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20110330
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110330

Method CHECK_SUPPRULE_EXIST on class CL_GRAC_MODEL_SUPP_RULES has no exception.

Method DELETE_SUPPRULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUPPRULEID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100311

Method DELETE_SUPPRULE on class CL_GRAC_MODEL_SUPP_RULES has no exception.

Method DEQUE_SUPP_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUPPRULEID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100510
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100510

Method ENQUE_SUPP_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SUPP_RULE Value transfer Type reference (TYPE) GRAC_S_SUPPRULE_ATT SuppRule Details 20100510
2 Importing IV_APP_TYPE Value transfer Type reference (TYPE) GRAC_APP_TYPE Application Type Information 20100510
3 Importing IV_SUPPRULEID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100510
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100510

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUPPRULES Call by reference Type reference (TYPE) GRAC_T_API_SUPPRULE SuppRule Table Type 20100311
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20100311

Method GET_LIST on class CL_GRAC_MODEL_SUPP_RULES has no exception.

Method GET_SUPPRULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SUPPRULE_ATT Call by reference Type reference (TYPE) GRAC_S_SUPPRULE_ATT SuppRule Details 20100311
2 Exporting ET_SUPPRULE_VALUES Call by reference Type reference (TYPE) GRAC_T_SUPPRULE_VALUES Supplement Rule Values Table Type 20100311
3 Importing IV_SUPPRULEID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100311

Method GET_SUPPRULE on class CL_GRAC_MODEL_SUPP_RULES has no exception.

Method GET_SUPPRULE_HDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_API_SUPPRULE Call by reference Type reference (TYPE) GRAC_T_API_SUPPRULE Orgrule Details 20100311

Method GET_SUPPRULE_HDR on class CL_GRAC_MODEL_SUPP_RULES 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 Call by reference Type reference (TYPE) SYMSGNO Message Number 20100510
2 Importing IV_PAR1 Call by reference Type reference (TYPE) SYMSGV Message Variable 20100510
3 Importing IV_PAR2 Call by reference Type reference (TYPE) SYMSGV Message Variable 20100510
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100510

Method SET_SUPPRULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SUPPRULE_ATT Call by reference Type reference (TYPE) GRAC_S_SUPPRULE_ATT SuppRule Details 20100311
2 Importing IT_SUPPRULE_VALUES Call by reference Type reference (TYPE) GRAC_T_SUPPRULE_VALUES Supplement Rule Values Table Type 20100311
3 Importing IV_COMMAND Call by reference Type reference (TYPE) GRFN_COMMAND Operation 20100311

Method SET_SUPPRULE on class CL_GRAC_MODEL_SUPP_RULES has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600