SAP ABAP Class CL_GRPC_SCRIPT_ASSIST (Script Assistance Class)
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 | 20070808 |
Properties
Class | CL_GRPC_SCRIPT_ASSIST | |
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 | 20070808 | 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 has no interface implemented.
Friends
Class CL_GRPC_SCRIPT_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_NONVISIBLE | Static Attribute | Public | Type reference (TYPE) | WDUI_VISIBILITY | '01' | Web Dynpro: Visibility | 20081015 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CANCEL | Instance method | Public | Method | 20071115 | |
2 | CHECK_AUTH_CREATE | Instance method | Public | Method | Check for Authorized create privileges | 20070913 |
3 | CHECK_AUTH_DELETE | Instance method | Public | Method | Check for Authorized delete privileges | 20070913 |
4 | CHECK_AUTH_OPEN | Instance method | Public | Method | Check for Authorized retrieve privileges | 20070913 |
5 | CHECK_SYSTEM_NAME_SPACE | Instance method | Public | Method | Retrive Rule Script | 20090213 |
6 | COPY_SCRIPT | Instance method | Public | Method | Copy Script | 20081007 |
7 | CREATE | Instance method | Public | Method | Create Rule Script | 20081007 |
8 | CREATE_SCRIPT_RTA_ENTRY | Instance method | Public | Method | Create Script RTA entry | 20081017 |
9 | DELETE | Instance method | Public | Method | Delete Rule Script - Rule Criteria | 20070808 |
10 | DELETE_SCRIPT_RTA_ENTRY | Instance method | Public | Method | Delete Script RTA entry | 20081018 |
11 | DISPLAY_MESSAGES | Instance method | Public | Method | display messages | 20071001 |
12 | GET_SCRIPT_RULE_ASSIGN | Instance method | Public | Method | Get Rule Script - Rule Assignment | 20071001 |
13 | QUERY | Instance method | Public | Method | Get Rule Script List | 20070808 |
14 | RETRIEVE_ACF_ENVIRONMENT | Instance method | Public | Method | Retrieve Development and Production environment indicator | 20081023 |
15 | RETRIEVE_RLCR_BY_SCRIPT | Instance method | Public | Method | Retrive Rule Criteria by Rule Script | 20081007 |
16 | RETRIEVE_SCRIPT | Instance method | Public | Method | Retrive Rule Script | 20081008 |
17 | RETRIEVE_SCRIPT_DETAIL | Instance method | Public | Method | Retrive Rule Criteria by Rule Script | 20081015 |
Events
Class CL_GRPC_SCRIPT_ASSIST has no event.
Types
Class CL_GRPC_SCRIPT_ASSIST has no local type.
Method Signatures
Method CANCEL Signature
Method CANCEL on class CL_GRPC_SCRIPT_ASSIST has no parameter.
Method CANCEL on class CL_GRPC_SCRIPT_ASSIST has no exception.
Method CHECK_AUTH_CREATE 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 | 20070913 |
Method CHECK_AUTH_CREATE on class CL_GRPC_SCRIPT_ASSIST has no exception.
Method CHECK_AUTH_DELETE 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 | 20070913 |
Method CHECK_AUTH_DELETE on class CL_GRPC_SCRIPT_ASSIST has no exception.
Method CHECK_AUTH_OPEN 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 | 20070913 |
Method CHECK_AUTH_OPEN on class CL_GRPC_SCRIPT_ASSIST 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 | 20090213 |
Method CHECK_SYSTEM_NAME_SPACE on class CL_GRPC_SCRIPT_ASSIST has no exception.
Method COPY_SCRIPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_MESSAGE | Value transfer | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20081028 | ||
2 | Exporting | EV_RETURN_CODE | Value transfer | Type reference (TYPE) | SYST-SUBRC | Return Value of ABAP Statements | 20081028 | ||
3 | Importing | IV_SCRIPT_FROM | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script From | 20081007 | ||
4 | Importing | IV_SCRIPT_TO | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script To | 20081007 | ||
5 | Importing | IV_SCRIPT_TO_DESC | Call by reference | Type reference (TYPE) | GRPC_SCRIPT_DESC | Script Description | 20081007 |
Method COPY_SCRIPT on class CL_GRPC_SCRIPT_ASSIST has no exception.
Method CREATE 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 | 20081104 | ||
2 | Exporting | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20081104 | ||
3 | Importing | IS_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_S_API_SCRIPT | Script Structure | 20081007 | ||
4 | Importing | IT_RULECRITERIA | Call by reference | Type reference (TYPE) | GRPC_T_API_RLCR | Rule Criteria | 20081007 | ||
5 | Importing | IT_SCRIPT_CONN | Call by reference | Type reference (TYPE) | GRPC_T_API_SCRIPT_CONN | Script connector nassignment | 20081007 |
Method CREATE on class CL_GRPC_SCRIPT_ASSIST 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 | Value transfer | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20081028 | ||
2 | Exporting | EV_RETURN_CODE | Value transfer | 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 | 20081017 | ||
4 | Importing | IV_SCRIPT_FROM | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script From | 20081017 | ||
5 | Importing | IV_SCRIPT_TO | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script To | 20081017 |
Method CREATE_SCRIPT_RTA_ENTRY on class CL_GRPC_SCRIPT_ASSIST has no exception.
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_SCRIPT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | 20070906 |
Method DELETE on class CL_GRPC_SCRIPT_ASSIST 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 | Value transfer | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20081028 | ||
2 | Exporting | EV_RETURN_CODE | Value transfer | 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 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 | 20071001 | ||
2 | Importing | IV_TP | Call by reference | Type reference (TYPE) | SY-MSGTY | Message Type | 20071001 |
Method DISPLAY_MESSAGES on class CL_GRPC_SCRIPT_ASSIST 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 | EV_RETURN_SRA | Call by reference | Type reference (TYPE) | GRPC_FLAG | Script Assigned to Rule | 20071001 | ||
2 | Importing | IV_SCRIPT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20071001 |
Method GET_SCRIPT_RULE_ASSIGN on class CL_GRPC_SCRIPT_ASSIST has no exception.
Method QUERY 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 | 20070914 | ||
2 | Importing | IV_SCATDESC | Call by reference | Type reference (TYPE) | GRPC_S_API_SCRIPT-SCATG_DESC | Script Category Desc | 20070914 | ||
3 | Importing | IV_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script | 20070912 | ||
4 | Importing | IV_SCRIPT_DESC | Call by reference | Type reference (TYPE) | GRPC_S_API_SCRIPT-SCRIPT_DESC | Script Description | 20071010 | ||
5 | Importing | IV_STYPE_DESC | Call by reference | Type reference (TYPE) | GRPC_S_API_SCRIPT-STYPE_DESC | ScriptType Description | 20070914 | ||
6 | Importing | IV_SYSTEMDESC | Call by reference | Type reference (TYPE) | GRPC_SYSTEMDESC | System Description | 20070914 | ||
7 | Returning | RT_SCRIPT | Value transfer | Type reference (TYPE) | GRPC_T_API_SCRIPT | Script Table Type | 20070808 |
Method QUERY on class CL_GRPC_SCRIPT_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_SCRIPT_ASSIST 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 | ET_CONNECTORA | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT_CONNECTOR | Script Connector Assignment | 20081007 | ||
2 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20081104 | ||
3 | Exporting | ET_RULECRITERIA | Call by reference | Type reference (TYPE) | GRPC_T_SCRIPT_RLCR_DISP | Rule Criteria | 20081007 | ||
4 | Exporting | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20081016 | ||
5 | Importing | I_EDITABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081007 | |||
6 | Importing | I_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_S_API_SCRIPT | Script Structure | 20081007 |
Method RETRIEVE_RLCR_BY_SCRIPT on class CL_GRPC_SCRIPT_ASSIST has no exception.
Method RETRIEVE_SCRIPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | EV_SCRIPT_FOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081008 | |||
2 | Importing | IV_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script | 20081008 |
Method RETRIEVE_SCRIPT on class CL_GRPC_SCRIPT_ASSIST 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 | 20081016 | ||
2 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20081104 | ||
3 | Exporting | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20081016 | ||
4 | Importing | IV_EDITABLE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20081015 | ||
5 | Importing | IV_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script Structure | 20081015 |
Method RETRIEVE_SCRIPT_DETAIL on class CL_GRPC_SCRIPT_ASSIST has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |