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 ABAP 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 CHECK_AUTHORIZATION Static Attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE Authorization Flag 20070912
2 O_SCRIPT Static Attribute Private Object reference (TYPE REF TO) CL_GRPC_SCRIPT_SETUP Rule Script Setup 20070712
3 T_RLCR_LIST Instance attribute Protected Type reference (TYPE) GRPC_T_RLCR Rule Criteria 20070820
4 T_SCRIPTT_LIST_CREATE Instance attribute Protected Type reference (TYPE) GRPC_T_DB_SCRIPTT Script Structure 20071005
5 T_SCRIPTT_LIST_UPDATE Instance attribute Protected Type reference (TYPE) GRPC_T_DB_SCRIPTT Script Structure 20071005
6 T_SCRIPT_CF_BUF Instance attribute Private Type reference (TYPE) YT_SCRIPT_CUSTOMFIELD 20071006
7 T_SCRIPT_CONN_LIST_BUF Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR_BUF SCript Connector 20080822
8 T_SCRIPT_CONN_LIST_CREATE Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script and Connector Assignment table 20080822
9 T_SCRIPT_CONN_LIST_DELETE Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script and Connector Assignment table 20080822
10 T_SCRIPT_CONN_LIST_UPDATE Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script and Connector Assignment table 20080822
11 T_SCRIPT_LIST_BUF Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_BUF Script Table Type 20070712
12 T_SCRIPT_LIST_CREATE Instance attribute Protected Type reference (TYPE) GRPC_T_DB_SCRIPT Script Structure 20070712
13 T_SCRIPT_LIST_DELETE Instance attribute Protected Type reference (TYPE) GRPC_T_DB_SCRIPT Script Structure 20070712
14 T_SCRIPT_LIST_UPDATE Instance attribute Protected Type reference (TYPE) GRPC_T_DB_SCRIPT Script Structure 20070712
15 T_SCRIPT_RLCR_LIST_BUF Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_RLCR_BUF Script Table Type 20070905
16 T_SCRIPT_RLCR_LIST_CREATE Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_RLCR Script Structure 20070905
17 T_SCRIPT_RLCR_LIST_DELETE Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_RLCR Script Structure 20070905
18 T_SCRIPT_RLCR_LIST_UPDATE Instance attribute Protected Type reference (TYPE) GRPC_T_SCRIPT_RLCR Script Structure 20070905
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BUFFER Instance method Public Method Check Buffer 20070820
2 CHECK_CUSTOMFIELD Instance method Private Method Check Custom Fields 20071006
3 CREATE Instance method Public Method Create Rule Script 20070712
4 DELETE Instance method Public Method Delete Rule Script 20070724
5 GET_CUSTOM_FIELDS Instance method Public Method Get Custom Fields 20071006
6 GET_INSTANCE Static method Public Method get script instance 20070713
7 QUERY Instance method Public Method Query Rule Script 20070712
8 RETRIEVE Instance method Public Method Retrive Rule Script 20070712
9 SET_CUSTOM_FIELD Instance method Public Method Set Custom Fields 20071006
10 UPDATE 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 Importing IS_SCRIPT Call by reference Type reference (TYPE) GRPC_S_SCRIPT Script Structure 20070905
2 Importing IT_SCRIPT_CONN Call by reference Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script Connector Assignment 20080824
3 Importing IT_SCRIPT_RLCR Call by reference Type reference (TYPE) GRPC_T_SCRIPT_RLCR 20070905
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION 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 Importing IV_SCRIPT Call by reference Type reference (TYPE) GRPC_SCRIPT Script Table Type 20070906
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION 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 Returning ET_FIELD Value transfer Type reference (TYPE) TY_NAMEVALUEASSTRING NAMEVALUEASSTRING 20071006
2 Importing 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 Returning 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 Exporting ET_SCRIPT_LIST Call by reference Type reference (TYPE) GRPC_T_SCRIPT Script Table Type 20070713
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20071010
3 Importing IV_SCATDESC Call by reference Type reference (TYPE) GRPC_S_API_SCRIPT-SCATG_DESC Short Text for Fixed Values 20071010
4 Importing IV_SCRIPT Call by reference Type reference (TYPE) GRPC_SCRIPT Script 20070912
5 Importing IV_SCRIPT_DESC Call by reference Type reference (TYPE) GRPC_S_API_SCRIPT-SCRIPT_DESC Script Description 20071010
6 Importing IV_STYPE_DESC Call by reference Type reference (TYPE) GRPC_S_API_SCRIPT-STYPE_DESC Short Text for Fixed Values 20071010
7 Importing IV_SYSTEMDESC Call by reference Type reference (TYPE) GRPC_SYSTEMDESC System Description 20071010
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION 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 Exporting ES_SCRIPT Call by reference Type reference (TYPE) GRPC_S_SCRIPT Script Structure 20070906
2 Exporting ET_SCRIPT_CONN Call by reference Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script Connector Assignment 20080823
3 Exporting ET_SCRIPT_RLCR Call by reference Type reference (TYPE) GRPC_T_SCRIPT_RLCR Rule Criteria 20070906
4 Importing IV_SCRIPT Call by reference Type reference (TYPE) GRPC_SCRIPT Script 20070906
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION 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 Importing I_NAME Value transfer Type reference (TYPE) GRPC_API_CUSTOMFIELD_NAME Name of the custom field 20071006
2 Importing I_SCRIPT Value transfer Type reference (TYPE) GRPC_SCRIPT Rule Criteria 20071006
3 Importing 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 Importing IS_SCRIPT Call by reference Type reference (TYPE) GRPC_S_SCRIPT Script Structure 20070905
2 Importing IT_SCRIPT_CONN Call by reference Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script Connector Assignment 20080824
3 Importing IT_SCRIPT_RLCR Call by reference Type reference (TYPE) GRPC_T_SCRIPT_RLCR 20070905
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070905
History
Last changed by/on SAP  20141106 
SAP Release Created in 250