SAP ABAP Class CL_GRPC_RLCR_ASSIST (Assistance Class for Rule Criteria)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_RULE_ENGINE (Package) PC Rule Engine
⤷ 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_ASSIST_ABS | Super Class of GRPC Assistance Class | 20070710 |
Properties
Class | CL_GRPC_RLCR_ASSIST | |
Short Description | Assistance Class for Rule Criteria | |
Super Class | CL_GRPC_ASSIST_ABS | Super Class of GRPC Assistance Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_RULE_ENGINE | PC Rule Engine |
Created | 20070710 | 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_ASSIST has no interface implemented.
Friends
Class CL_GRPC_RLCR_ASSIST has no friend class.
Attributes
Class CL_GRPC_RLCR_ASSIST has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CANCEL | Instance method | Public | Method | Cancel | 20070711 |
2 | CHECK_AUTH_EDIT | Instance method | Public | Method | Check for Authorized EDIT privileges | 20070830 |
3 | CHECK_AUTH_QUERY | Instance method | Public | Method | Check for Authorized QUERY privileges | 20071121 |
4 | DELETE_CONFIRMED | Instance method | Public | Method | Confirm Deletion | 20070918 |
5 | GET_RLCR_LIST | Instance method | Public | Method | Get Rule Criteria | 20070711 |
6 | IS_ASSIGNED_TO_OLSP | Instance method | Public | Method | Is Rule Criteria Assigned to OLSP | 20071006 |
7 | IS_ASSIGNED_TO_SCRIPT | Instance method | Public | Method | Is Rule Criteria Assigned to Script | 20071006 |
8 | RETRIEVE_ACF_ENVIRONMENT | Instance method | Public | Method | Retrieve Development and Production environment indicator | 20081125 |
9 | RETRIEVE_DATA | Instance method | Public | Method | Retrieve Rule Criteria | 20071006 |
Events
Class CL_GRPC_RLCR_ASSIST has no event.
Types
Class CL_GRPC_RLCR_ASSIST has no local type.
Method Signatures
Method CANCEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_RULEVAR_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | Rule Criteria | 20070816 |
Method CANCEL on class CL_GRPC_RLCR_ASSIST has no exception.
Method CHECK_AUTH_EDIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | EV_RETURN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070830 |
Method CHECK_AUTH_EDIT on class CL_GRPC_RLCR_ASSIST has no exception.
Method CHECK_AUTH_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | EV_RETURN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071121 |
Method CHECK_AUTH_QUERY on class CL_GRPC_RLCR_ASSIST has no exception.
Method DELETE_CONFIRMED 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_API_OBJECT_ID | Rule Criteria | 20070918 | ||
2 | Returning | RV_ERROR | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071006 |
Method DELETE_CONFIRMED on class CL_GRPC_RLCR_ASSIST has no exception.
Method GET_RLCR_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | ET_RLCR | Value transfer | Type reference (TYPE) | GRPC_T_API_RLCR | Rule Criteria | 20071009 | ||
2 | Importing | IV_ISORGUNIT | Call by reference | Type reference (TYPE) | GRPC_ISORGUNIT | Organization Unit Indicator | 20070815 | ||
3 | Importing | IV_RULEVAR | Call by reference | Type reference (TYPE) | GRPC_RULEVAR | Rule Criteria | 20070815 | ||
4 | Importing | IV_RULEVAR_DESC | Call by reference | Type reference (TYPE) | GRPC_RULEVAR_DESC | Rule Criteria Description | 20070815 |
Method GET_RLCR_LIST on class CL_GRPC_RLCR_ASSIST has no exception.
Method IS_ASSIGNED_TO_OLSP 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 | 20071006 | ||
2 | Returning | RV_ASSIGNED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071006 |
Method IS_ASSIGNED_TO_OLSP on class CL_GRPC_RLCR_ASSIST has no exception.
Method IS_ASSIGNED_TO_SCRIPT 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 | 20071006 | ||
2 | Returning | RV_ASSIGNED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071006 |
Method IS_ASSIGNED_TO_SCRIPT on class CL_GRPC_RLCR_ASSIST has no exception.
Method RETRIEVE_ACF_ENVIRONMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RV_SETTING_VALUE | Value transfer | Type reference (TYPE) | GRPC_SETTING_VALUE | Automated Control Framework Environment | 20081125 |
Method RETRIEVE_ACF_ENVIRONMENT on class CL_GRPC_RLCR_ASSIST has no exception.
Method RETRIEVE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_DELETABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071009 | |||
2 | Importing | IV_EDITABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071006 | |||
3 | Importing | IV_RULEVAR_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | Rule Criteria | 20071006 | ||
4 | Returning | RV_ERROR | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071006 |
Method RETRIEVE_DATA on class CL_GRPC_RLCR_ASSIST has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |