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 | 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 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRPC_RLCR_SETUP | Rule criteria set up | 20070711 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_RLCRSYSA_BUF | Rule Criteria System Type Assignment | 20070925 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_DB_RLCRSYSA | Rule Criteria | 20070925 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_DB_RLCRSYSA | Rule Criteria | 20070925 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_DB_RLCRSYSA | Rule Criteria | 20070925 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_DB_RLCRT | Rule Criteria | 20071004 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_DB_RLCRT | Rule Criteria | 20071004 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | YT_RLCR_CUSTOMFIELD | 20071004 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_RLCR_BUF | Rule Criteria | 20070711 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_DB_RLCR | Rule Criteria | 20070712 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_DB_RLCR | Rule Criteria | 20070712 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | GRPC_T_DB_RLCR | Rule Criteria | 20070712 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Fill Buffer | 20070713 | |
| 2 | Instance method | Private | Method | Check Custom Fields | 20071004 | |
| 3 | Instance method | Public | Method | Create Rule Criteria | 20070711 | |
| 4 | Instance method | Public | Method | Delete Rule Criteria | 20070713 | |
| 5 | Instance method | Protected | Method | Fill Buffer | 20070711 | |
| 6 | Instance method | Public | Method | Get Custom Fields | 20071004 | |
| 7 | Static method | Public | Method | Get instance | 20070711 | |
| 8 | Instance method | Public | Method | Query the list of Rule Criteria | 20070711 | |
| 9 | Instance method | Public | Method | Retrieve Rule Criteria | 20070711 | |
| 10 | Instance method | Public | Method | Set Custom Fields | 20071004 | |
| 11 | 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 | IS_RLCR_LIST | Call by reference | Type reference (TYPE) | GRPC_S_RLCR_DATA | Rule Criteria | 20070925 | |||
| 2 | IT_RLCRSYSA_LIST | Call by reference | Type reference (TYPE) | GRPC_T_RLCRSYSA | Rule Criteria System Type Assignment | 20070925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_RULEVAR | Call by reference | Type reference (TYPE) | GRPC_RULEVAR | Rule Criteria | 20070713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IT_RLCRSYSA_LIST | Call by reference | Type reference (TYPE) | GRPC_T_RLCRSYSA | 20070925 | ||||
| 2 | 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 | ET_FIELD | Value transfer | Type reference (TYPE) | TY_NAMEVALUEASSTRING | NAMEVALUEASSTRING | 20071004 | |||
| 2 | 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 | 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 | ET_RLCRSYSA_LIST | Call by reference | Type reference (TYPE) | GRPC_T_RLCRSYSA | 20070925 | ||||
| 2 | ET_RLCR_LIST | Call by reference | Type reference (TYPE) | GRPC_T_RLCR_DATA | Rule Criteria | 20070711 | |||
| 3 | IV_ISORGUNIT | Call by reference | Type reference (TYPE) | GRPC_ISORGUNIT | Organization Unit Indicator | 20070815 | |||
| 4 | IV_RULEVAR | Call by reference | Type reference (TYPE) | GRPC_RULEVAR | Rule Criteria | 20070815 | |||
| 5 | 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 | ES_RLCR | Call by reference | Type reference (TYPE) | GRPC_S_RLCR_DATA | Rule Criteria | 20070925 | |||
| 2 | ET_RLCRSYSA_LIST | Call by reference | Type reference (TYPE) | GRPC_T_RLCRSYSA | Rule Criteria System Type Assignment | 20070925 | |||
| 3 | IV_DELETABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071009 | ||||
| 4 | IV_EDITABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070919 | ||||
| 5 | IV_RULEVAR | Call by reference | Type reference (TYPE) | GRPC_RULEVAR | Rule Criteria | 20070711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_NAME | Value transfer | Type reference (TYPE) | GRPC_API_CUSTOMFIELD_NAME | Name of the custom field | 20071004 | |||
| 2 | I_RULEVAR | Value transfer | Type reference (TYPE) | GRPC_RULEVAR | Rule Criteria | 20071004 | |||
| 3 | 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 | IS_RLCR | Call by reference | Type reference (TYPE) | GRPC_S_RLCR_DATA | Rule Criteria Data Structure | 20070925 | |||
| 2 | IT_RLCRSYSA | Call by reference | Type reference (TYPE) | GRPC_T_RLCRSYSA | 20070925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Basis Class for BAPI Migration | 20070815 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 250 |