SAP ABAP Class CL_GRPC_SCRIPT_ASSIST_OIF (Script Assistance Class)
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_ASSIST_ABS Super Class of GRPC Assistance Class 20070906
Properties
Class CL_GRPC_SCRIPT_ASSIST_OIF  
Short Description Script Assistance Class    
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 20070906   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_ASSIST_OIF has no interface implemented.
Friends
Class CL_GRPC_SCRIPT_ASSIST_OIF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_BLANK_CHECKTYPE Static Attribute Public Type reference (TYPE) STRING 'BLANK' Blank Check 20080801
2 C_CHANGES Static Attribute Public Type reference (TYPE) STRING 'C' Changes 20080801
3 C_CHANGE_LOG_CHECK Static Attribute Public Type reference (TYPE) STRING 'CHANGE' Value Check 20080808
4 C_EXISTENCE Static Attribute Public Type reference (TYPE) STRING 'E' Existence 20080801
5 C_FILTER Static Attribute Public Type reference (TYPE) STRING 'NA' Filter 20080801
6 C_MONITOR Static Attribute Public Type reference (TYPE) STRING 'F' Monitor 20080801
7 C_MONITOR_VALUE Static Attribute Public Type reference (TYPE) STRING 'V' Monitor 20080808
8 C_NONVISIBLE Static Attribute Public Type reference (TYPE) WDUI_VISIBILITY '01' Web Dynpro: Visibility 20080911
9 C_NUMBER_OF_CHANGES Static Attribute Public Type reference (TYPE) STRING 'N' Number of Changes 20080801
10 C_TRANSACTION_CHECK Static Attribute Public Type reference (TYPE) STRING 'VALUE' Value Check 20080808
11 C_VALUE_CHECKTYPE Static Attribute Public Type reference (TYPE) STRING 'VALUE' Value Check 20080801
12 C_VISIBLE Static Attribute Public Type reference (TYPE) WDUI_VISIBILITY '02' Web Dynpro: Visibility 20080911
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL Instance method Public Method Cancel 20080206
2 CHECK_SYSTEM_NAME_SPACE Instance method Public Method Retrive Rule Script 20090212
3 CREATE Instance method Public Method Create Rule Script 20070906
4 CREATE_RULE Instance method Public Method Retrieve Rule 20080703
5 CREATE_SCRIPT_RTA_ENTRY Instance method Public Method Create Script RTA entry 20081018
6 DELETE_SCRIPT_RTA_ENTRY Instance method Public Method Delete Script RTA entry 20081018
7 DISPLAY_MESSAGES Instance method Public Method Display Messages 20071003
8 GET_MAPPING_RULEVAR Instance method Public Method Retrive Rule Script 20080928
9 GET_RLCR Instance method Public Method Get Rule Criteria by System Type and Connector 20070906
10 GET_SCRIPT_RULE_ASSIGN Instance method Public Method Get Rule Script - Rule Assignment 20070927
11 GET_TABLE_FIELDS Instance method Public Method Get Table Fields 20080622
12 GET_TABLE_LIST Instance method Public Method Get Table List 20080622
13 READ_QUERY_CATALOG Instance method Public Method Read the query catalog from the specified target system 20070906
14 READ_QUERY_COLUMNS Instance method Public Method Get Query columns for the specified query 20070906
15 RETRIEVE_ACF_ENVIRONMENT Instance method Public Method Retrieve Prod/Design Time indicator 20081023
16 RETRIEVE_CONNECTOR Instance method Public Method Retrive Rule Script 20080823
17 RETRIEVE_RLCR Instance method Public Method Get Rule Criteria 20081126
18 RETRIEVE_RLCR_BY_SCRIPT Instance method Public Method Retrive Rule Criteria by Rule Script 20070906
19 RETRIEVE_RLCR_DETAIL Instance method Public Method Get Rule Criteria 20080928
20 RETRIEVE_RULE Instance method Public Method Retrieve Rule 20080703
21 RETRIEVE_RULEVARTECH Instance method Public Method Retrive Rule Variable Tech Name 20080929
22 RETRIEVE_SCRIPT Instance method Public Method Retrive Rule Script 20080609
23 RETRIEVE_SCRIPT_DETAIL Instance method Public Method Retrive Rule Criteria by Rule Script 20081126
24 SAVE Instance method Public Method Save 20081218
25 TRANSLATE_PGM_TO_UPPERCASE Instance method Public Method Retrieve Rule 20090214
26 UPDATE Instance method Public Method Update Rule Script - Rule Criteria 20070906
Events
Class CL_GRPC_SCRIPT_ASSIST_OIF has no event.
Types
Class CL_GRPC_SCRIPT_ASSIST_OIF has no local type.
Method Signatures

Method CANCEL Signature

Method CANCEL on class CL_GRPC_SCRIPT_ASSIST_OIF has no parameter.
Method CANCEL on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method CHECK_SYSTEM_NAME_SPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SYSTEM_INSTALLATION Value transfer Type reference (TYPE) SY-SYSID Parameter value 20090212

Method CHECK_SYSTEM_NAME_SPACE on class CL_GRPC_SCRIPT_ASSIST_OIF 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_API_SCRIPT Script Structure 20070907
2 Importing IT_RULECRITERIA Call by reference Type reference (TYPE) GRPC_T_API_RLCR Rule Criteria 20070907
3 Importing IT_SCRIPT_CONN Call by reference Type reference (TYPE) GRPC_T_API_SCRIPT_CONN Script connector nassignment 20080824
4 Returning RV_RC Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20080924

Method CREATE on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method CREATE_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20080703
2 Importing IS_RULE Call by reference Type reference (TYPE) GRPC_S_RULE Rule 20080703
3 Importing IT_RLCRVAL Call by reference Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20080703
4 Importing IT_RULESET Call by reference Type reference (TYPE) GRPC_T_RLSET Rule Parameter 20080703
5 Importing IV_AUTO_GENERATE_RULE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080703
6 Importing IV_RULEID Call by reference Type reference (TYPE) GRPC_RLEID Rule 20080703

Method CREATE_RULE on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method CREATE_SCRIPT_RTA_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081028
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SYST-SUBRC Return Value of ABAP Statements 20081028
3 Importing IT_SCRIPT_CONN Call by reference Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script Description 20081018
4 Importing IV_PRIMARY_CONN Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20081018
5 Importing IV_SCRIPT Call by reference Type reference (TYPE) GRPC_SCRIPT Script From 20081018

Method CREATE_SCRIPT_RTA_ENTRY on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method DELETE_SCRIPT_RTA_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081028
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SYST-SUBRC Return Value of ABAP Statements 20081028
3 Importing IT_SCRIPT_CONN Call by reference Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script Connector Assignment 20081018
4 Importing IV_SCRIPT Call by reference Type reference (TYPE) GRPC_SCRIPT Script From 20081018

Method DELETE_SCRIPT_RTA_ENTRY on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method DISPLAY_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGNO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20071003
2 Importing IV_TP Call by reference Type reference (TYPE) SY-MSGTY Message Type 20071003
3 Importing IV_V1 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20080621

Method DISPLAY_MESSAGES on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method GET_MAPPING_RULEVAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SCRIPT_RLCR Call by reference Type reference (TYPE) GRPC_T_SCRIPT_RLCR_DISP Script Rule Criteria Display Table Type 20080928
2 Returning RT_SCRIPT_RLCR Value transfer Type reference (TYPE) GRPC_T_SCRIPT_RLCR_DISP Script Rule Criteria Display Table Type 20080928

Method GET_MAPPING_RULEVAR on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method GET_RLCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070906
2 Importing IV_SYSTEMTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20070906
3 Returning RT_RLCR Value transfer Type reference (TYPE) GRPC_T_SCRIPT_RLCR_DISP Rule Criteria Data Structure 20070926

Method GET_RLCR on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method GET_SCRIPT_RULE_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RULE Call by reference Type reference (TYPE) GRPC_T_API_RULE Table type of Rule 20081211
2 Exporting ET_RULESET Call by reference Type reference (TYPE) GRPC_T_API_RULESET Rule Parameter Table 20080909
3 Exporting EV_RETURN_RCA Call by reference Type reference (TYPE) GRPC_FLAG Rule Criteria Assigned to Rule Parameter 20070927
4 Exporting EV_RETURN_SRA Call by reference Type reference (TYPE) GRPC_FLAG Script Assigned to Rule 20070927
5 Importing IV_SCRIPT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20070927

Method GET_SCRIPT_RULE_ASSIGN on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method GET_TABLE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081003
2 Exporting ET_TABLE_FIELD_LIST Call by reference Type reference (TYPE) GRPC_T_SCRIPT_RLCR_DISP Table Field List 20080622
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20081004
4 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20080622
5 Importing IV_SAPVIEW Call by reference Type reference (TYPE) TABNAME Table Name 20090127
6 Importing IV_SCRIPTCATG Call by reference Type reference (TYPE) GRPC_SCRIPTCATEGORY Script Category 20100810
7 Importing IV_SCRIPTTYPE Call by reference Type reference (TYPE) GRPC_SCRIPTTYPE Script Type 20080626
8 Importing IV_SYSTEMTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20080622
9 Importing IV_TABCLASS Call by reference Type reference (TYPE) TABCLASS Table category 20080622
10 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20080622
11 Importing IV_TABTYPE Call by reference Type reference (TYPE) GRPC_TABLETYPE Table Type 20080626

Method GET_TABLE_FIELDS on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method GET_TABLE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081003
2 Exporting ET_TABLE_LIST Call by reference Type reference (TYPE) GRPC_T_UI_TABLE Table List 20080622
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20081004
4 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20080622
5 Importing IV_SCRIPTCATEGORY Call by reference Type reference (TYPE) GRPC_SCRIPTCATEGORY Script Category 20080626
6 Importing IV_SCRIPTTYPE Call by reference Type reference (TYPE) GRPC_SCRIPTTYPE Script Type 20080626
7 Importing IV_SYSTEMTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20080622
8 Importing IV_TABCLASS Call by reference Type reference (TYPE) TABCLASS Table category 20080622
9 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20080622
10 Importing IV_TABTYPE Call by reference Type reference (TYPE) GRPC_TABLETYPE Table Type 20080626

Method GET_TABLE_LIST on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method READ_QUERY_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GRPC_QUERY Call by reference Type reference (TYPE) GRPC_T_QUERY_LIST GRPC Query List 20070906
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070906
3 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20070906
4 Importing I_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070906
5 Importing I_QUERY_NAME Call by reference Type reference (TYPE) GRPC_QRY_NAME Query Name 20070906
6 Importing I_SCRIPTTYPE Call by reference Type reference (TYPE) GRPC_SCRIPTTYPE Script Type 20081125
7 Importing I_SYSTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20070906
8 Importing I_USERGROUP Call by reference Type reference (TYPE) GRPC_USERGROUP SAP Query (S): Name of a user group 20070906

Method READ_QUERY_CATALOG on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method READ_QUERY_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20070906
2 Exporting ET_PARAMETERLIST_PROG Call by reference Type reference (TYPE) GRPC_T_PARAMETER_PROG Automated Control Script Parameter Programmed 20080924
3 Exporting ET_QUERY_PARAMETRS Call by reference Type reference (TYPE) GRPC_T_QUERY_COLUMN Table of GRPC Query Columns 20070906
4 Exporting ET_QUERY_SELFIELDS Call by reference Type reference (TYPE) GRPC_T_QUERY_COLUMN Table of GRPC Query Columns 20070906
5 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20070906
6 Importing I_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20070906
7 Importing I_QUERYNAME Call by reference Type reference (TYPE) GRPC_QRY_NAME Query Name 20070906
8 Importing I_SCRIPTCATG Call by reference Type reference (TYPE) GRPC_SCRIPTCATEGORY Script Category 20100810
9 Importing I_SCRIPTTYPE Call by reference Type reference (TYPE) GRPC_SCRIPTTYPE Script Type 20081125
10 Importing I_SYSTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20070906
11 Importing I_USERGROUP Call by reference Type reference (TYPE) GRPC_USERGROUP SAP Query (S): Name of a user group 20070906
12 Importing I_WORKSPACE Call by reference Type reference (TYPE) GRPC_QUERY_AREA SPACE Query Area 20071213

Method READ_QUERY_COLUMNS on class CL_GRPC_SCRIPT_ASSIST_OIF 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_SCRIPT_ASSIST_OIF has no exception.

Method RETRIEVE_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNECTORA Call by reference Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Connector Table Type 20080823
2 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRPC_CONNECTOR Target Connector 20080827
3 Importing IV_SYSTEMTYPE Call by reference Type reference (TYPE) GRPC_SYSTEMTYPE System Type 20080823

Method RETRIEVE_CONNECTOR on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method RETRIEVE_RLCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RLCR Call by reference Type reference (TYPE) GRPC_S_API_RLCR_DATA Rule Criteria Structure 20081126
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081126
3 Importing IV_RULEVAR Call by reference Type reference (TYPE) GRPC_RULEVAR Rule Criteria 20081126

Method RETRIEVE_RLCR on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method RETRIEVE_RLCR_BY_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EB_MESSAGE Call by reference Type reference (TYPE) ABAP_BOOL 20071101
2 Exporting ET_CONNECTORA Call by reference Type reference (TYPE) GRPC_T_SCRIPT_CONNECTOR Script Connector Assignment 20080823
3 Exporting ET_RULECRITERIA Call by reference Type reference (TYPE) GRPC_T_SCRIPT_RLCR_DISP Rule Criteria 20071101
4 Importing I_EDITABLE Call by reference Type reference (TYPE) ABAP_BOOL 20071102
5 Importing I_SCRIPT Call by reference Type reference (TYPE) GRPC_S_API_SCRIPT Script Structure 20070906

Method RETRIEVE_RLCR_BY_SCRIPT on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method RETRIEVE_RLCR_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EB_MESSAGE Call by reference Type reference (TYPE) ABAP_BOOL 20080928
2 Exporting ES_RLCR Call by reference Type reference (TYPE) GRPC_S_RLCR Rule Criteria 20080928
3 Importing IV_EDITABLE Call by reference Type reference (TYPE) ABAP_BOOL 20080928
4 Importing IV_RULEVAR Call by reference Type reference (TYPE) GRPC_RULEVAR Rule Criteria 20080928

Method RETRIEVE_RLCR_DETAIL on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

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 20080703
2 Exporting ET_RLCRVAL Call by reference Type reference (TYPE) GRPC_T_RLCRVAL Rule Criteria Value for Rule Set 20080703
3 Exporting ET_RULESET Call by reference Type reference (TYPE) GRPC_T_RLSET Rule Set 20080703
4 Exporting EV_RC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20080703
5 Importing IV_EDITABLE Call by reference Type reference (TYPE) ABAP_BOOL Link field for view query 20080703
6 Importing IV_RULEID Call by reference Type reference (TYPE) GRPC_RLEID Rule 20080703

Method RETRIEVE_RULE on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method RETRIEVE_RULEVARTECH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RULEVARTECH Call by reference Type reference (TYPE) GRPC_RLCRTECH Script 20080929
2 Returning RS_RLCR Value transfer Type reference (TYPE) GRPC_S_RLCR_DATA Rule Criteria Data Structure 20080929

Method RETRIEVE_RULEVARTECH on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method RETRIEVE_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SCRIPT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20080609
2 Importing IV_SCRIPT Call by reference Type reference (TYPE) GRPC_SCRIPT Script 20080610

Method RETRIEVE_SCRIPT on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method RETRIEVE_SCRIPT_DETAIL 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 20081126
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081126
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20081126
4 Importing IV_EDITABLE Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20081126
5 Importing IV_SCRIPT Call by reference Type reference (TYPE) GRPC_SCRIPT Script Structure 20081126

Method RETRIEVE_SCRIPT_DETAIL on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DATA_SAVED Value transfer Type reference (TYPE) WDY_BOOLEAN Return Value of ABAP Statements 20081218

Method SAVE on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method TRANSLATE_PGM_TO_UPPERCASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_PROGRAM Value transfer Type reference (TYPE) GRPC_PROGRAM GRPC Program Name 20090214
2 Importing IV_PROGRAM Call by reference Type reference (TYPE) GRPC_PROGRAM GRPC Program Name 20090214

Method TRANSLATE_PGM_TO_UPPERCASE on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RETURN_CODE Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20081103
2 Importing IS_SCRIPT Call by reference Type reference (TYPE) GRPC_S_API_SCRIPT Script Structure 20070907
3 Importing IT_RULECRITERIA Call by reference Type reference (TYPE) GRPC_T_API_RLCR Rule Criteria 20070907
4 Importing IT_SCRIPT_CONN Call by reference Type reference (TYPE) GRPC_T_API_SCRIPT_CONN Script connector nassignment 20080824

Method UPDATE on class CL_GRPC_SCRIPT_ASSIST_OIF has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250