SAP ABAP Class CL_GRPC_RULE_SETUP (Rule model 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 20070709
Properties
Class CL_GRPC_RULE_SETUP  
Short Description Rule model 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 20070707   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_RULE_SETUP has no interface implemented.
Friends
Class CL_GRPC_RULE_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 20070830
2 O_RULE Static Attribute Protected Object reference (TYPE REF TO) CL_GRPC_RULE_SETUP Rule model setup 20070713
3 T_RLCRVAL_LIST_BUF Instance attribute Protected Type reference (TYPE) GRPC_T_RLCRVAL_BUF 20070816
4 T_RLCRVAL_LIST_CREATE Instance attribute Protected Type reference (TYPE) GRPC_T_RLCRVAL Rule Set 20070816
5 T_RLCRVAL_LIST_DELETE Instance attribute Protected Type reference (TYPE) GRPC_T_RLCRVAL Rule Set 20070816
6 T_RLCRVAL_LIST_UPDATE Instance attribute Protected Type reference (TYPE) GRPC_T_RLCRVAL Rule Set 20070816
7 T_RULESET_LIST_BUF Instance attribute Protected Type reference (TYPE) GRPC_T_RULESET_BUF 20070816
8 T_RULESET_LIST_CREATE Instance attribute Protected Type reference (TYPE) GRPC_T_RLSET Rule Set 20070816
9 T_RULESET_LIST_DELETE Instance attribute Protected Type reference (TYPE) GRPC_T_RLSET Rule Set 20070816
10 T_RULESET_LIST_UPDATE Instance attribute Protected Type reference (TYPE) GRPC_T_RLSET Rule Set 20070816
11 T_RULET_LIST_CREATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RULET Rule 20071009
12 T_RULET_LIST_UPDATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RULET Rule 20071009
13 T_RULE_CF_BUF Instance attribute Private Type reference (TYPE) YT_RULE_CUSTOMFIELD 20071006
14 T_RULE_LIST_BUF Instance attribute Private Type reference (TYPE) GRPC_T_RULE_BUF 20070713
15 T_RULE_LIST_CREATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RULE Rule 20070724
16 T_RULE_LIST_DELETE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RULE Rule 20070724
17 T_RULE_LIST_UPDATE Instance attribute Private Type reference (TYPE) GRPC_T_DB_RULE Rule 20070724
18 _RULE_LIST_BUF_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20070925
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BUFFER Instance method Public Method 20070724
2 CHECK_CUSTOMFIELD Instance method Private Method 20071006
3 CHECK_RULE_DETAIL Instance method Public Method Check Rule/Rule Parameter/Filter Value detail 20070908
4 COPY Instance method Public Method Update 20070913
5 CREATE Instance method Public Method Update 20070912
6 CREATE_RLCRVAL Instance method Public Method Delete Rule Criteria 20070912
7 CREATE_RULE Instance method Public Method Delete Rule 20070912
8 CREATE_RULESET Instance method Public Method Update Rule Parameter 20070912
9 DELETE_RLCRVAL Instance method Public Method Delete Rule Criteria 20070831
10 DELETE_RULE Instance method Public Method Delete Rule 20070902
11 DELETE_RULESET Instance method Public Method Update Rule Parameter 20070831
12 FILL_BUFFER Instance method Public Method Fill buffer 20070713
13 GET_CUSTOM_FIELDS Instance method Public Method 20071006
14 GET_INSTANCE Static method Public Method 20070710
15 LOAD_RULE_BUFFER Instance method Private Method 20070925
16 QUERY_RLCRVAL Instance method Public Method Query Rule Criteria Value 20070816
17 QUERY_RULE Instance method Public Method Query Rule List 20070816
18 QUERY_RULESET Instance method Public Method Query Rule Parameter 20070816
19 RETRIEVE_EXISTING_RULE Instance method Private Method Copy Rule 20070913
20 RETRIEVE_RLCRVAL Instance method Public Method Retrieve Rule Criteria Value 20070816
21 RETRIEVE_RULE Instance method Public Method Retrieve Rule 20070816
22 RETRIEVE_RULESET Instance method Public Method Retrieve Rule Parameter 20070816
23 RLCRVAL_DETAIL_CHECK Instance method Private Method Validate 20070902
24 RULESET_DETAIL_CHECK Instance method Private Method Validate Rule Parameter 20070902
25 RULE_DETAIL_CHECK Instance method Private Method Validate Rule 20070902
26 SET_CUSTOM_FIELD Instance method Public Method 20071006
27 UPDATE Instance method Public Method Update 20070901
28 UPDATE_RLCRVAL Instance method Public Method Delete Rule Criteria 20070829
29 UPDATE_RULE Instance method Public Method Delete Rule 20070829
30 UPDATE_RULESET Instance method Public Method Update Rule Parameter 20070829
31 VALIDATE Instance method Private Method Validate 20070901
Events
Class CL_GRPC_RULE_SETUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GRPC_S_RLCRVAL_BUF Public See coding 20070816 BEGIN OF grpc_s_rlcrval_buf. INCLUDE TYPE grpc_s_rvvals. TYPES: chgmode TYPE grpc_chgmode, END OF grpc_s_rlcrval_buf
2 GRPC_S_RULESET_BUF Public See coding 20070816 BEGIN OF grpc_s_ruleset_buf. INCLUDE TYPE grpc_s_rlset. TYPES: chgmode TYPE grpc_chgmode, END OF grpc_s_ruleset_buf
3 GRPC_S_RULE_BUF Public See coding 20070713 BEGIN OF grpc_s_rule_buf. INCLUDE TYPE grpc_s_rule. TYPES: chgmode TYPE grpc_chgmode, END OF grpc_s_rule_buf
4 GRPC_T_RLCRVAL_BUF Public See coding 20070816 grpc_t_rlcrval_buf TYPE TABLE OF grpc_s_rlcrval_buf
5 GRPC_T_RULESET_BUF Public See coding 20070816 grpc_t_ruleset_buf TYPE TABLE OF grpc_s_ruleset_buf
6 GRPC_T_RULE_BUF Public See coding 20070713 grpc_t_rule_buf TYPE SORTED TABLE OF grpc_s_rule_buf WITH UNIQUE KEY ruleid
7 YS_RULE_CUSTOMFIELD Public See coding 20071006 begin of ys_rule_customfield, rule type grpc_rleid, chgmode type grpc_chgmode, t_field type ty_namevalueasstring, end of ys_rule_customfield
8 YT_RULE_CUSTOMFIELD Public See coding 20071006 yt_rule_customfield type hashed table of ys_rule_customfield with unique key rule
Method Signatures

Method CHECK_BUFFER Signature

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

Method CHECK_CUSTOMFIELD Signature

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

Method CHECK_RULE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070908
2 Importing IS_API_RULE Value transfer Type reference (TYPE) GRPC_S_API_RULE Rule 20070908
3 Importing IS_RULE Value transfer Type reference (TYPE) GRPC_S_RULE Rule 20070908
4 Importing IT_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070908
5 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set 20070908
6 Importing IV_CHGMODE Value transfer Type reference (TYPE) GRPC_CHGMODE Change Mode 20071011
7 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070909
8 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070908
9 Importing IV_SCRIPTCATG Value transfer Type reference (TYPE) GRPC_SCRIPTCATEGORY Script Category 20070909
10 Importing IV_SCRIPTTYPE Value transfer Type reference (TYPE) GRPC_SCRIPTTYPE Script Type 20070909
11 Importing IV_SYSTEMTYPE Value transfer Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20071016
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070908

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070913
2 Importing IV_RULEID_FROM Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070913
3 Importing IV_RULEID_TO Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070913
4 Importing IV_RULEID_TO_DESC Call by reference Type reference (TYPE) GRPC_RLEDESC Rule Description 20070913
5 Importing IV_VERSION Call by reference Type reference (TYPE) GRPC_VERSION Rule Version 20070913
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070913

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070912
2 Importing IS_API_RULE Value transfer Type reference (TYPE) GRPC_S_API_RULE Rule 20070912
3 Importing IT_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070912
4 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set table 20070912
5 Importing IV_AUTO_GENERATE_RULE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080703
6 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070912
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070912

Method CREATE_RLCRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070912
2 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070912
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070912

Method CREATE_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RULE Value transfer Type reference (TYPE) GRPC_S_RULE Rule 20070913
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070912

Method CREATE_RULESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set 20070912
2 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070912
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070912

Method DELETE_RLCRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070831
2 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set 20070909
3 Importing IV_DEL_SPECIFIC_RULESET_IND Value transfer Type reference (TYPE) ABAP_BOOL Link field for view query 20070909
4 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070831
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070831

Method DELETE_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RULEID Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070902
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070902

Method DELETE_RULESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set 20070831
2 Importing IV_DEL_SPECIFIC_RULESET_IND Value transfer Type reference (TYPE) ABAP_BOOL Link field for view query 20070909
3 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070831
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070831

Method FILL_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RLCRVAL_LIST Call by reference Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070816
2 Importing IT_RULESET_LIST Call by reference Type reference (TYPE) GRPC_T_RLSET Rule Set 20070816
3 Importing IT_RULE_LIST Call by reference Type reference (TYPE) GRPC_T_RULE Rule 20070713

Method FILL_BUFFER on class CL_GRPC_RULE_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 20071006
2 Importing I_RULE Value transfer Type reference (TYPE) GRPC_RLEID Rule Criteria 20071006

Method GET_CUSTOM_FIELDS on class CL_GRPC_RULE_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_RULE_SETUP Rule model setup 20070710

Method GET_INSTANCE on class CL_GRPC_RULE_SETUP has no exception.

Method LOAD_RULE_BUFFER Signature

Method LOAD_RULE_BUFFER on class CL_GRPC_RULE_SETUP has no parameter.
Method LOAD_RULE_BUFFER on class CL_GRPC_RULE_SETUP has no exception.

Method QUERY_RLCRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RLCRVAL_LIST Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value 20070816

Method QUERY_RLCRVAL on class CL_GRPC_RULE_SETUP has no exception.

Method QUERY_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RULE_LIST Value transfer Type reference (TYPE) GRPC_T_RULE Rule 20070816
2 Importing IV_RULEIDDESC_L Call by reference Type reference (TYPE) GRPC_RLEDESC_SEARCH_PATTERN Rule Description 20070925
3 Importing IV_RULEID_L Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070821

Method QUERY_RULE on class CL_GRPC_RULE_SETUP has no exception.

Method QUERY_RULESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RULESET_LIST Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Paramter 20070816
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070816

Method RETRIEVE_EXISTING_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RULE Value transfer Type reference (TYPE) GRPC_S_RULE Rule 20070913
2 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070913
3 Exporting ET_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070913
4 Exporting ET_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set 20070913
5 Importing IV_RULEID_FROM Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070913
6 Importing IV_RULEID_TO Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070913
7 Importing IV_RULEID_TO_DESC Call by reference Type reference (TYPE) GRPC_RLEDESC Rule Description 20070913
8 Importing IV_VERSION Call by reference Type reference (TYPE) GRPC_VERSION Rule Version 20070913
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070913

Method RETRIEVE_RLCRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RLCRVAL Call by reference Type reference (TYPE) GRPC_T_RLCRVAL 20070816
2 Importing IV_RULEID Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070816
3 Importing IV_RULESETID Call by reference Type reference (TYPE) GRPC_RULESETID Rule Set ID 20070816
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070816

Method RETRIEVE_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RULE Call by reference Type reference (TYPE) GRPC_S_RULE Rule 20070816
2 Importing IV_CHECK_RULEID_IN_DB Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20070925
3 Importing IV_RULEID Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070816
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070816

Method RETRIEVE_RULESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RULESET Call by reference Type reference (TYPE) GRPC_T_RLSET Rule Set 20070816
2 Importing IV_RULEID Call by reference Type reference (TYPE) GRPC_RLEID Rule 20070816
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070816

Method RLCRVAL_DETAIL_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070902
2 Importing IT_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070902
3 Importing IV_ACTION Call by reference Type reference (TYPE) STRING 20070902
4 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070902
5 Importing IV_SCRIPT Value transfer Type reference (TYPE) GRPC_SCRIPT Script 20080930
6 Importing IV_SCRIPTTYPE Value transfer Type reference (TYPE) GRPC_SCRIPTTYPE Script Type 20070905
7 Importing IV_SYSTEMTYPE Value transfer Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20071005
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070902

Method RULESET_DETAIL_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070902
2 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set 20070902
3 Importing IV_ACTION Value transfer Type reference (TYPE) STRING 20070902
4 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070905
5 Importing IV_SCRIPT Value transfer Type reference (TYPE) GRPC_SCRIPT Script 20080930
6 Importing IV_SCRIPTCATG Value transfer Type reference (TYPE) GRPC_SCRIPTCATEGORY Script Category 20070905
7 Importing IV_SCRIPTTYPE Value transfer Type reference (TYPE) GRPC_SCRIPTTYPE Script Type 20070905
8 Importing IV_SYSTEMTYPE Value transfer Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20071016
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070902

Method RULE_DETAIL_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070902
2 Importing IS_RULE Value transfer Type reference (TYPE) GRPC_S_RULE Rule 20070902
3 Importing IV_ACTION Value transfer Type reference (TYPE) STRING 20070902
4 Importing IV_AUTO_GENERATE_RULE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080703
5 Importing IV_CHGMODE Value transfer Type reference (TYPE) GRPC_CHGMODE Single-Character Flag 20070912
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070902

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_RULE Value transfer Type reference (TYPE) GRPC_RLEID 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_RULE_SETUP has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070901
2 Importing IS_API_RULE Value transfer Type reference (TYPE) GRPC_S_API_RULE Rule 20070901
3 Importing IS_RULE Value transfer Type reference (TYPE) GRPC_S_RULE Rule 20070901
4 Importing IT_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070901
5 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set table 20070901
6 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070901
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070901

Method UPDATE_RLCRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070831
2 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070829
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070829

Method UPDATE_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RULE Value transfer Type reference (TYPE) GRPC_S_RULE Rule 20070830
2 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070829
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070829

Method UPDATE_RULESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set 20070831
2 Importing IV_RULEID Value transfer Type reference (TYPE) GRPC_RLEID Rule 20070829
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070829

Method VALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BAPIRETTAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070901
2 Importing IS_RULE Value transfer Type reference (TYPE) GRPC_S_RULE Rule 20070901
3 Importing IT_RLCRVAL Value transfer Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20070901
4 Importing IT_RULESET Value transfer Type reference (TYPE) GRPC_T_RLSET Rule Set 20070901
5 Importing IV_AUTO_GENERATE_RULE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080703
6 Importing IV_CHGMODE Value transfer Type reference (TYPE) GRPC_CHGMODE Create Rule indicator 20070912
7 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070901
8 Importing IV_SCRIPTCATG Value transfer Type reference (TYPE) GRPC_SCRIPTCATEGORY Script Category 20070902
9 Importing IV_SCRIPTTYPE Value transfer Type reference (TYPE) GRPC_SCRIPTTYPE Script Type 20070905
10 Importing IV_SYSTEMTYPE Value transfer Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20071016
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20070901
History
Last changed by/on SAP  20141106 
SAP Release Created in 250