SAP ABAP Class CL_GRFN_AM_BRASGMT_ASSIST (Assistance Class for Business Rule Assignment)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_AUTO_MONITOR (Package) GRC Automated Monitoring Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_AM_ASSIST_ABS Super Class of GRFN AMF Assistance Class 20100312
Properties
Class CL_GRFN_AM_BRASGMT_ASSIST  
Short Description Assistance Class for Business Rule Assignment    
Super Class CL_GRFN_AM_ASSIST_ABS Super Class of GRFN AMF Assistance Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_AUTO_MONITOR   GRC Automated Monitoring Framework 
Created 20100312   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 IF_GRFN_API_BRA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_GRFN_AM_BRASGMT_ASSIST has no interface implemented.
Friends
Class CL_GRFN_AM_BRASGMT_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_RETURN_ERROR Constant Private Type reference (TYPE) INT4 '4' Natural number 20100315
2 GC_ATTR_BRA_MAX_BR_NUM Constant Public Type reference (TYPE) GRFN_ATTRNAME 'BRA_MAX_BR_NUM' Attribute Name 20100719
3 GC_ATTR_VALUE_BRA_MAX_BR_NUM Constant Public Type reference (TYPE) INT4 10 Natural number 20100720
4 GC_BRA_TYPE_CTL_CMN_DATE_BR Constant Public Type reference (TYPE) STRING 'CTL_CMN_DATE_BR' control common date br 20100409
5 GC_BRA_TYPE_CTL_CMN_EVENT_BR Constant Public Type reference (TYPE) STRING 'CTL_CMN_EVENT_BR' control common event br 20100409
6 GC_BRA_TYPE_CTL_REG_DATE_BR Constant Public Type reference (TYPE) STRING 'CTL_REG_DATE_BR' control regulation specific date br 20100409
7 GC_BRA_TYPE_CTL_REG_EVENT_BR Constant Public Type reference (TYPE) STRING 'CTL_REG_EVENT_BR' control regulation specific event br 20100409
8 GC_BRA_TYPE_RISK_DATE_BR Constant Public Type reference (TYPE) STRING 'RISK_DATE_BR' risk date br 20100409
9 GC_BRA_TYPE_RISK_EVENT_BR Constant Public Type reference (TYPE) STRING 'RISK_EVENT_BR' risk event br(not possible so far) 20100409
10 MT_BR Instance attribute Private Type reference (TYPE) GRFN_T_UI_BRASGMT_BR_LIST avaliable BR buffer table for filter purpose initially 20100426
11 MT_CONTROLS Instance attribute Private Type reference (TYPE) GRFN_T_UI_BRASGMT_CONTROL selected Controls buffer table for filter purpose initially 20100426
12 MT_RISKS Instance attribute Private Type reference (TYPE) GRFN_T_UI_BRASGMT_RISK selected Risks buffer table for filter purpose initially 20100426
13 MV_BRA_TYPE Instance attribute Public Type reference (TYPE) STRING Business Rule Assignment Type 20100409
14 MV_CTL_MODE Instance attribute Public Type reference (TYPE) GRFN_UI_MODE selected control UI mode 20100409
15 MV_RISK_MODE Instance attribute Public Type reference (TYPE) GRFN_UI_MODE selected risk UI mode 20100409
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CTL_HAS_LEGACY_RULE Static method Public Method Check if the control has been assigned any legacy rules 20100706
2 CLEANUP_MT_BR Instance method Public Method Clean up MT_BR value which is used as BR filter buffer 20100708
3 FILTER Instance method Private Method Decide if a text CP Pattern or not 20100316
4 FILTER_BR Instance method Public Method Filter BRs 20100412
5 FILTER_CONTROLS Instance method Public Method Filter controls 20100316
6 FILTER_RISKS Instance method Public Method Filter risks 20100426
7 GET_ATTR_BRA_MAX_BR_NUM_VALUE Static method Public Method Get value for BRA_MAX_BR_NUM attribute 20100719
8 GET_BR Instance method Public Method Get Business Rules 20100402
9 GET_BRA_INSTANCE Instance method Public Method Get BRA Instance for certain Object 20100430
10 GET_COMMON_CTL_RULES Instance method Public Method Get the common control rules for one control 20100331
11 GET_COMMON_RISK_RULES Instance method Public Method Get the common control rules for one risk 20100428
12 GET_CONTROLS_BY_DESC Instance method Public Method Get Controls By Description 20100315
13 GET_FREQUENCIES Instance method Public Method Get Frequencies 20100423
14 GET_REG_CTL_RULES Instance method Public Method Get control rules for one regulation of the control 20100407
15 GET_RISKS_BY_DESC Instance method Public Method Get Risks By Description 20100426
16 GET_SUBSCENARIO_BY_BR_ID Instance method Public Method Get subscenario through BR ID 20100402
17 LOCK Instance method Public Method Lock the BRASGMT for selected control/risk 20100409
Events
Class CL_GRFN_AM_BRASGMT_ASSIST has no event.
Types
Class CL_GRFN_AM_BRASGMT_ASSIST has no local type.
Method Signatures

Method CHECK_CTL_HAS_LEGACY_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROL_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100706
2 Returning RV_RESULT Value transfer Type reference (TYPE) GRFN_BOOLEAN True - ACF/PC3.0; False - AMF/GRC2010 20100707

Method CHECK_CTL_HAS_LEGACY_RULE on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method CLEANUP_MT_BR Signature

Method CLEANUP_MT_BR on class CL_GRFN_AM_BRASGMT_ASSIST has no parameter.
Method CLEANUP_MT_BR on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PATTERN Call by reference Type reference (TYPE) ANY 20100316
2 Importing I_TEXT Call by reference Type reference (TYPE) ANY 20100316
3 Returning R_PASS Value transfer Type reference (TYPE) ABAP_BOOL 20100316

Method FILTER on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method FILTER_BR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BR Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_BR_LIST 20100413
2 Importing IS_BR_FILTER Call by reference Type reference (TYPE) GRFN_S_UI_BRASGMT_BR_LIST 20100412

Method FILTER_BR on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method FILTER_CONTROLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTROLS Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_CONTROL Business Rule Assignment Control Table 20100413
2 Importing IS_CONTROL_FILTER Call by reference Type reference (TYPE) GRFN_S_UI_BRASGMT_CONTROL Control Structure for Business Rule Assignment 20100316

Method FILTER_CONTROLS on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method FILTER_RISKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RISKS Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_RISK Business Rule Assignment Risk Table 20100426
2 Importing IS_RISK_FILTER Call by reference Type reference (TYPE) GRFN_S_UI_BRASGMT_RISK Risk Structure for Business Rule Assignment 20100426

Method FILTER_RISKS on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method GET_ATTR_BRA_MAX_BR_NUM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NO_VALUE_MAINTAINED Call by reference Type reference (TYPE) GRFN_BOOLEAN Indicator 20100719
2 Exporting EV_VALUE Call by reference Type reference (TYPE) INT4 Natural number 20100719

Method GET_ATTR_BRA_MAX_BR_NUM_VALUE on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method GET_BR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100402
2 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20100402
3 Importing IO_SELECT_OPTIONS_HELPER_CLASS Call by reference Object reference (TYPE REF TO) IF_WD_SELECT_OPTIONS BR Search Options Helper Classs 20100709
4 Importing IV_BR_VALIDDATE Call by reference Type reference (TYPE) GRFN_BR_VALIDDATE Valid Date for Business Rule 20100709
5 Importing IV_PATTERN Call by reference Type reference (TYPE) GRFN_API_SEARCH_PATTERN BR Name Search Pattern 20100708
6 Exporting RT_BR Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_BR_LIST Table Type ofr list of Business Rules to be assigned in UI 20100402
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100412

Method GET_BRA_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_BRA Call by reference Object reference (TYPE REF TO) CL_GRFN_API_BRA Business Rule Assignment API 20100430
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100430
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100430
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100430

Method GET_COMMON_CTL_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMMON_CTL_RULE Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_RULE_CTL Table Type for Business Rule Assignment Rule Ctrl Structure 20100331
2 Exporting ET_COMMON_CTL_RULE_D Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_RULE_CTL_D Table Type for Business Rule Assignment Rule Ctrl Detail 20100707
3 Importing IV_SELECTED_CONTROL Call by reference Type reference (TYPE) GRFN_S_UI_BRASGMT_CONTROL Control Structure for Business Rule Assignment 20100331

Method GET_COMMON_CTL_RULES on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method GET_COMMON_RISK_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMMON_RISK_RULE Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_RULE_RISK 20100428
2 Importing IV_SELECTED_RISK Call by reference Type reference (TYPE) GRFN_S_UI_BRASGMT_RISK 20100428

Method GET_COMMON_RISK_RULES on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method GET_CONTROLS_BY_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BR_SP Call by reference Type reference (TYPE) GRFN_API_SEARCH_PATTERN API search pattern 20100315
2 Importing I_CONTROL_SP Call by reference Type reference (TYPE) GRFN_API_SEARCH_PATTERN API search pattern 20100315
3 Importing I_ORGUNIT_SP Call by reference Type reference (TYPE) GRFN_API_SEARCH_PATTERN API search pattern 20100315
4 Importing I_PROCESS_SP Call by reference Type reference (TYPE) GRFN_API_SEARCH_PATTERN API search pattern 20100315
5 Importing I_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID 20100315
6 Importing I_SUBPROCESS_SP Call by reference Type reference (TYPE) GRFN_API_SEARCH_PATTERN API search pattern 20100315
7 Returning RT_CONTROLS Value transfer Type reference (TYPE) GRFN_T_UI_BRASGMT_CONTROL Business Rule Assignment Control Table 20100315

Method GET_CONTROLS_BY_DESC on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method GET_FREQUENCIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FREQUENCY Call by reference Type reference (TYPE) GRPC_T_API_VALUESET The valueset for GRPC fields 20100423

Method GET_FREQUENCIES on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method GET_REG_CTL_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REG_CTL_RULE Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_RULE_CTL Table Type for Business Rule Assignment Rule Ctrl Structure 20100407
2 Exporting ET_REG_CTL_RULE_D Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_RULE_CTL_D Table Type for Business Rule Assignment Rule Ctrl Detail 20100707
3 Exporting EV_USE_COMMON Call by reference Type reference (TYPE) GRFN_BRASGMT_USECOMMON Use Common or Regulation-Specific BRs 20100419
4 Importing IV_SELECTED_CONTROL Call by reference Type reference (TYPE) GRFN_S_UI_BRASGMT_CONTROL Control Structure for Business Rule Assignment 20100407
5 Importing IV_SELECTED_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100407

Method GET_REG_CTL_RULES on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method GET_RISKS_BY_DESC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RISKS Call by reference Type reference (TYPE) GRFN_T_UI_BRASGMT_RISK Business Rule Assignment Risk Table 20100426
2 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100429
3 Importing IV_ACTIVITY_TITLE Call by reference Type reference (TYPE) GRFN_TITLE Title/Short Name 20100426
4 Importing IV_BRNAME Call by reference Type reference (TYPE) GRFN_BRNAME Business Rule Name 20100426
5 Importing IV_CRGROUP_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100429
6 Importing IV_CRGROUP_TITLE Call by reference Type reference (TYPE) GRFN_TITLE Title/Short Name 20100426
7 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100429
8 Importing IV_ORGUNIT_TITLE Call by reference Type reference (TYPE) GRFN_TITLE Title/Short Name 20100426
9 Importing IV_RISK_TITLE Call by reference Type reference (TYPE) GRFN_TITLE Title/Short Name 20100426

Method GET_RISKS_BY_DESC on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method GET_SUBSCENARIO_BY_BR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BR_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100402
2 Returning RV_SUBSCENARIO Value transfer Type reference (TYPE) GRFN_SUBSCENARIO Sub Scenario Definition 20100402

Method GET_SUBSCENARIO_BY_BR_ID on class CL_GRFN_AM_BRASGMT_ASSIST has no exception.

Method LOCK 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 20100409
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100409
History
Last changed by/on SAP  20141106 
SAP Release Created in 600