SAP ABAP Class CL_GRPC_SCRIPT_SETUP (Rule Script Setup)
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 | 20070712 |
Properties
Class | CL_GRPC_SCRIPT_SETUP | |
Short Description | Rule Script Setup | |
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 | 20070712 | 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_SCRIPT_SETUP has no interface implemented.
Friends
Class CL_GRPC_SCRIPT_SETUP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Authorization Flag | 20070912 | |
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_GRPC_SCRIPT_SETUP | Rule Script Setup | 20070712 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_RLCR | Rule Criteria | 20070820 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_SCRIPTT | Script Structure | 20071005 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_SCRIPTT | Script Structure | 20071005 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_SCRIPT_CUSTOMFIELD | 20071006 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_CONNECTOR_BUF | SCript Connector | 20080822 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_CONNECTOR | Script and Connector Assignment table | 20080822 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_CONNECTOR | Script and Connector Assignment table | 20080822 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_CONNECTOR | Script and Connector Assignment table | 20080822 | ||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_BUF | Script Table Type | 20070712 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_SCRIPT | Script Structure | 20070712 | ||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_SCRIPT | Script Structure | 20070712 | ||
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_DB_SCRIPT | Script Structure | 20070712 | ||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_RLCR_BUF | Script Table Type | 20070905 | ||
16 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_RLCR | Script Structure | 20070905 | ||
17 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_RLCR | Script Structure | 20070905 | ||
18 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRPC_T_SCRIPT_RLCR | Script Structure | 20070905 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check Buffer | 20070820 |
2 | ![]() |
Instance method | Private | Method | Check Custom Fields | 20071006 |
3 | ![]() |
Instance method | Public | Method | Create Rule Script | 20070712 |
4 | ![]() |
Instance method | Public | Method | Delete Rule Script | 20070724 |
5 | ![]() |
Instance method | Public | Method | Get Custom Fields | 20071006 |
6 | ![]() |
Static method | Public | Method | get script instance | 20070713 |
7 | ![]() |
Instance method | Public | Method | Query Rule Script | 20070712 |
8 | ![]() |
Instance method | Public | Method | Retrive Rule Script | 20070712 |
9 | ![]() |
Instance method | Public | Method | Set Custom Fields | 20071006 |
10 | ![]() |
Instance method | Public | Method | Update Rule Script | 20070712 |
Events
Class CL_GRPC_SCRIPT_SETUP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GRPC_S_SCRIPT_BUF | Public | See coding | 20070713 | BEGIN OF grpc_s_script_buf.
INCLUDE TYPE grpc_s_script.
TYPES: chgmode TYPE grpc_chgmode,
END OF grpc_s_script_buf
|
||
2 | GRPC_S_SCRIPT_CONNECTOR_BUF | Public | See coding | 20080822 | BEGIN OF grpc_s_script_connector_buf .
INCLUDE TYPE grpc_s_script_connector.
TYPES: chgmode TYPE grpc_chgmode,
END OF grpc_s_script_connector_buf
|
||
3 | GRPC_S_SCRIPT_RLCR_BUF | Public | See coding | 20070905 | BEGIN OF grpc_s_script_rlcr_buf .
INCLUDE TYPE grpc_s_script_rlcr.
TYPES: chgmode TYPE grpc_chgmode,
END OF grpc_s_script_rlcr_buf
|
||
4 | GRPC_T_SCRIPT_BUF | Public | See coding | 20070713 | grpc_t_script_buf TYPE TABLE OF grpc_s_script_buf
|
||
5 | GRPC_T_SCRIPT_CONNECTOR_BUF | Public | See coding | 20080822 | grpc_t_script_connector_buf TYPE TABLE OF grpc_s_script_connector_buf
|
||
6 | GRPC_T_SCRIPT_RLCR_BUF | Public | See coding | 20070905 | grpc_t_script_rlcr_buf TYPE TABLE OF grpc_s_script_rlcr_buf
|
||
7 | YS_SCRIPT_CUSTOMFIELD | Public | See coding | 20071006 | begin of ys_script_customfield,
script type grpc_script,
chgmode type grpc_chgmode,
t_field type ty_namevalueasstring,
end of ys_script_customfield
|
||
8 | YT_SCRIPT_CUSTOMFIELD | Public | See coding | 20071006 | yt_script_customfield type hashed table of ys_script_customfield with unique key script
|
Method Signatures
Method CHECK_BUFFER Signature
Method CHECK_BUFFER on class CL_GRPC_SCRIPT_SETUP has no parameter.
Method CHECK_BUFFER on class CL_GRPC_SCRIPT_SETUP has no exception.
Method CHECK_CUSTOMFIELD Signature
Method CHECK_CUSTOMFIELD on class CL_GRPC_SCRIPT_SETUP has no parameter.
Method CHECK_CUSTOMFIELD on class CL_GRPC_SCRIPT_SETUP has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_S_SCRIPT | Script Structure | 20070905 | ||
2 | ![]() |
IT_SCRIPT_CONN | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT_CONNECTOR | Script Connector Assignment | 20080824 | ||
3 | ![]() |
IT_SCRIPT_RLCR | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT_RLCR | 20070905 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Basis Class for BAPI Migration | 20070905 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script Table Type | 20070906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Basis Class for BAPI Migration | 20070906 |
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 | 20071006 | ||
2 | ![]() |
I_SCRIPT | Value transfer | Type reference (TYPE) | GRPC_SCRIPT | Rule Criteria | 20071006 |
Method GET_CUSTOM_FIELDS on class CL_GRPC_SCRIPT_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_SCRIPT_SETUP | Rule Script Setup | 20070713 |
Method GET_INSTANCE on class CL_GRPC_SCRIPT_SETUP has no exception.
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SCRIPT_LIST | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT | Script Table Type | 20070713 | ||
2 | ![]() |
IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20071010 | ||
3 | ![]() |
IV_SCATDESC | Call by reference | Type reference (TYPE) | GRPC_S_API_SCRIPT-SCATG_DESC | Short Text for Fixed Values | 20071010 | ||
4 | ![]() |
IV_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script | 20070912 | ||
5 | ![]() |
IV_SCRIPT_DESC | Call by reference | Type reference (TYPE) | GRPC_S_API_SCRIPT-SCRIPT_DESC | Script Description | 20071010 | ||
6 | ![]() |
IV_STYPE_DESC | Call by reference | Type reference (TYPE) | GRPC_S_API_SCRIPT-STYPE_DESC | Short Text for Fixed Values | 20071010 | ||
7 | ![]() |
IV_SYSTEMDESC | Call by reference | Type reference (TYPE) | GRPC_SYSTEMDESC | System Description | 20071010 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Basis Class for BAPI Migration | 20070905 |
Method RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_S_SCRIPT | Script Structure | 20070906 | ||
2 | ![]() |
ET_SCRIPT_CONN | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT_CONNECTOR | Script Connector Assignment | 20080823 | ||
3 | ![]() |
ET_SCRIPT_RLCR | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT_RLCR | Rule Criteria | 20070906 | ||
4 | ![]() |
IV_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script | 20070906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Basis Class for BAPI Migration | 20070906 |
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 | 20071006 | ||
2 | ![]() |
I_SCRIPT | Value transfer | Type reference (TYPE) | GRPC_SCRIPT | Rule Criteria | 20071006 | ||
3 | ![]() |
I_VALUE | Value transfer | Type reference (TYPE) | GRPC_API_CUSTOMFIELD_VALUE | Value of the customer defined field | 20071006 |
Method SET_CUSTOM_FIELD on class CL_GRPC_SCRIPT_SETUP has no exception.
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_S_SCRIPT | Script Structure | 20070905 | ||
2 | ![]() |
IT_SCRIPT_CONN | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT_CONNECTOR | Script Connector Assignment | 20080824 | ||
3 | ![]() |
IT_SCRIPT_RLCR | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT_RLCR | 20070905 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception Basis Class for BAPI Migration | 20070905 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |