SAP ABAP Class CL_GRPC_RLCR_SETUP (Rule criteria set up)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_RULE_ENGINE (Package) PC Rule Engine
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_RULE_MODEL_BASE Rule model base 20070711
Properties
Class CL_GRPC_RLCR_SETUP  
Short Description Rule criteria set up    
Super Class CL_GRPC_RULE_MODEL_BASE Rule model base 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_RULE_ENGINE   PC Rule Engine 
Created 20070711   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
Class CL_GRPC_RLCR_SETUP has no interface implemented.
Friends
Class CL_GRPC_RLCR_SETUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_RLCR Static Attribute Private Object reference (TYPE REF TO) CL_GRPC_RLCR_SETUP Rule criteria set up 20070711
2 T_RLCRSYSA_LIST_BUF Instance attribute Private Type reference (TYPE) GRPC_T_RLCRSYSA_BUF Rule Criteria System Type Assignment 20070925
3 T_RLCRSYSA_LIST_CREATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RLCRSYSA Rule Criteria 20070925
4 T_RLCRSYSA_LIST_DELETE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RLCRSYSA Rule Criteria 20070925
5 T_RLCRSYSA_LIST_UPDATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RLCRSYSA Rule Criteria 20070925
6 T_RLCRT_LIST_CREATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RLCRT Rule Criteria 20071004
7 T_RLCRT_LIST_UPDATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RLCRT Rule Criteria 20071004
8 T_RLCR_CF_BUF Instance attribute Private Type reference (TYPE) YT_RLCR_CUSTOMFIELD 20071004
9 T_RLCR_LIST_BUF Instance attribute Private Type reference (TYPE) GRPC_T_RLCR_BUF Rule Criteria 20070711
10 T_RLCR_LIST_CREATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RLCR Rule Criteria 20070712
11 T_RLCR_LIST_DELETE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RLCR Rule Criteria 20070712
12 T_RLCR_LIST_UPDATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RLCR Rule Criteria 20070712
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BUFFER Instance method Private Method Fill Buffer 20070713
2 CHECK_CUSTOMFIELD Instance method Private Method Check Custom Fields 20071004
3 CREATE Instance method Public Method Create Rule Criteria 20070711
4 DELETE Instance method Public Method Delete Rule Criteria 20070713
5 FILL_BUFFER Instance method Protected Method Fill Buffer 20070711
6 GET_CUSTOM_FIELDS Instance method Public Method Get Custom Fields 20071004
7 GET_INSTANCE Static method Public Method Get instance 20070711
8 QUERY Instance method Public Method Query the list of Rule Criteria 20070711
9 RETRIEVE Instance method Public Method Retrieve Rule Criteria 20070711
10 SET_CUSTOM_FIELD Instance method Public Method Set Custom Fields 20071004
11 UPDATE Instance method Public Method Update Rule Criteria 20070711
Events
Class CL_GRPC_RLCR_SETUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GRPC_S_RLCRSYSA_BUF Public See coding 20070925 BEGIN OF grpc_s_rlcrsysa_buf. INCLUDE TYPE grpc_s_rlcrsysa. TYPES: chgmode TYPE grpc_chgmode, END OF grpc_s_rlcrsysa_buf
2 GRPC_S_RLCR_BUF Public See coding 20070711 BEGIN OF grpc_s_rlcr_buf. INCLUDE TYPE grpc_s_rlcr_data. TYPES: chgmode TYPE grpc_chgmode, END OF grpc_s_rlcr_buf
3 GRPC_T_RLCRSYSA_BUF Public See coding 20070925 grpc_t_rlcrsysa_buf TYPE SORTED TABLE OF grpc_s_rlcrsysa_buf WITH UNIQUE KEY rulevar systemtype
4 GRPC_T_RLCR_BUF Public See coding 20070711 grpc_t_rlcr_buf TYPE SORTED TABLE OF grpc_s_rlcr_buf WITH UNIQUE KEY rulevar
5 YS_RLCR_CUSTOMFIELD Public See coding 20071004 begin of ys_rlcr_customfield, rulevar type grpc_rulevar, chgmode type grpc_chgmode, t_field type ty_namevalueasstring, end of ys_rlcr_customfield
6 YT_RLCR_CUSTOMFIELD Public See coding 20071004 yt_rlcr_customfield type hashed table of ys_rlcr_customfield with unique key rulevar
Method Signatures

Method CHECK_BUFFER Signature

Method CHECK_BUFFER on class CL_GRPC_RLCR_SETUP has no parameter.
Method CHECK_BUFFER on class CL_GRPC_RLCR_SETUP has no exception.

Method CHECK_CUSTOMFIELD Signature

Method CHECK_CUSTOMFIELD on class CL_GRPC_RLCR_SETUP has no parameter.
Method CHECK_CUSTOMFIELD on class CL_GRPC_RLCR_SETUP has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RLCR_LIST Call by reference Type reference (TYPE) GRPC_S_RLCR_DATA Rule Criteria 20070925
2 Importing IT_RLCRSYSA_LIST Call by reference Type reference (TYPE) GRPC_T_RLCRSYSA Rule Criteria System Type Assignment 20070925
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070815

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RULEVAR Call by reference Type reference (TYPE) GRPC_RULEVAR Rule Criteria 20070713
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20071005

Method FILL_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RLCRSYSA_LIST Call by reference Type reference (TYPE) GRPC_T_RLCRSYSA 20070925
2 Importing IT_RLCR_LIST Call by reference Type reference (TYPE) GRPC_T_RLCR_DATA Rule Criteria 20070711

Method FILL_BUFFER on class CL_GRPC_RLCR_SETUP has no exception.

Method GET_CUSTOM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_FIELD Value transfer Type reference (TYPE) TY_NAMEVALUEASSTRING NAMEVALUEASSTRING 20071004
2 Importing I_RULEVAR Value transfer Type reference (TYPE) GRPC_RULEVAR Rule Criteria 20071004

Method GET_CUSTOM_FIELDS on class CL_GRPC_RLCR_SETUP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RESULT Value transfer Object reference (TYPE REF TO) CL_GRPC_RLCR_SETUP Rule criteria set up 20070711

Method GET_INSTANCE on class CL_GRPC_RLCR_SETUP has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RLCRSYSA_LIST Call by reference Type reference (TYPE) GRPC_T_RLCRSYSA 20070925
2 Exporting ET_RLCR_LIST Call by reference Type reference (TYPE) GRPC_T_RLCR_DATA Rule Criteria 20070711
3 Importing IV_ISORGUNIT Call by reference Type reference (TYPE) GRPC_ISORGUNIT Organization Unit Indicator 20070815
4 Importing IV_RULEVAR Call by reference Type reference (TYPE) GRPC_RULEVAR Rule Criteria 20070815
5 Importing IV_RULEVAR_DESC Call by reference Type reference (TYPE) GRPC_RULEVAR_DESC Rule Criteria Description 20070815

Method QUERY on class CL_GRPC_RLCR_SETUP has no exception.

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RLCR Call by reference Type reference (TYPE) GRPC_S_RLCR_DATA Rule Criteria 20070925
2 Exporting ET_RLCRSYSA_LIST Call by reference Type reference (TYPE) GRPC_T_RLCRSYSA Rule Criteria System Type Assignment 20070925
3 Importing IV_DELETABLE Call by reference Type reference (TYPE) ABAP_BOOL 20071009
4 Importing IV_EDITABLE Call by reference Type reference (TYPE) ABAP_BOOL 20070919
5 Importing IV_RULEVAR Call by reference Type reference (TYPE) GRPC_RULEVAR Rule Criteria 20070711
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070919

Method SET_CUSTOM_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) GRPC_API_CUSTOMFIELD_NAME Name of the custom field 20071004
2 Importing I_RULEVAR Value transfer Type reference (TYPE) GRPC_RULEVAR Rule Criteria 20071004
3 Importing I_VALUE Value transfer Type reference (TYPE) GRPC_API_CUSTOMFIELD_VALUE Value of the customer defined field 20071004

Method SET_CUSTOM_FIELD on class CL_GRPC_RLCR_SETUP has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RLCR Call by reference Type reference (TYPE) GRPC_S_RLCR_DATA Rule Criteria Data Structure 20070925
2 Importing IT_RLCRSYSA Call by reference Type reference (TYPE) GRPC_T_RLCRSYSA 20070925
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070815
History
Last changed by/on SAP  20141106 
SAP Release Created in 250