SAP ABAP Class CL_GRPC_TEST_EXE_MONI_ASSIST (Assistance class for Test Execution Monitor)
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 | 20070723 |
Properties
Class | CL_GRPC_TEST_EXE_MONI_ASSIST | |
Short Description | Assistance class for Test Execution Monitor | |
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 | 20070723 | 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_TEST_EXE_MONI_ASSIST has no interface implemented.
Friends
Class CL_GRPC_TEST_EXE_MONI_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_FIELD_DOC_ID | Constant | Private | Type reference (TYPE) | STRING | 'DOCUMENT_ID' | 20070823 | ||
2 | T_ALV_COL_SETTING | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_ALV_COLUMNS_SETTING | 20070912 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CHECK_AUTH_JOBRESULT_RETRIEVE | Instance method | Public | Method | Check Authorization for Job Result Retrieve | 20081113 |
2 | CHECK_AUTH_OLSP_RETRIEVE | Instance method | Public | Method | Check Authorization for OLSP Snapshot Retrieve | 20090203 |
3 | CHECK_AUTH_RULE_RETRIEVE | Instance method | Public | Method | Check Authorization for Rule Snapshot Retrieve | 20090203 |
4 | GET_ALV_COLUMNS_SETTING | Instance method | Public | Method | ALV Column Setting | 20070912 |
5 | GET_SESSION | Instance method | Public | Method | Get session | 20100818 |
6 | QUERY_JOBLOG | Instance method | Public | Method | Query Job Log | 20070909 |
Events
Class CL_GRPC_TEST_EXE_MONI_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GRPC_S_ALV_COLUMNS_SETTING | Public | See coding | 20070912 | BEGIN OF grpc_s_alv_columns_setting,
column_id TYPE string,
position TYPE i,
visible TYPE wdy_uie_library_enum_type,
END OF grpc_s_alv_columns_setting
|
||
2 | GRPC_T_ALV_COLUMNS_SETTING | Public | See coding | 20070912 | grpc_t_alv_columns_setting TYPE SORTED TABLE OF grpc_s_alv_columns_setting
WITH UNIQUE KEY column_id
|
Method Signatures
Method CHECK_AUTH_JOBRESULT_RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_RETURN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081113 | |||
2 | Importing | I_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090715 |
Method CHECK_AUTH_JOBRESULT_RETRIEVE on class CL_GRPC_TEST_EXE_MONI_ASSIST has no exception.
Method CHECK_AUTH_OLSP_RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_RETURN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090203 | |||
2 | Importing | I_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090714 |
Method CHECK_AUTH_OLSP_RETRIEVE on class CL_GRPC_TEST_EXE_MONI_ASSIST has no exception.
Method CHECK_AUTH_RULE_RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_RETURN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090203 | |||
2 | Importing | I_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090714 |
Method CHECK_AUTH_RULE_RETRIEVE on class CL_GRPC_TEST_EXE_MONI_ASSIST has no exception.
Method GET_ALV_COLUMNS_SETTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RT_ALV_COL_SETTING | Value transfer | Type reference (TYPE) | GRPC_T_ALV_COLUMNS_SETTING | 20070912 |
Method GET_ALV_COLUMNS_SETTING on class CL_GRPC_TEST_EXE_MONI_ASSIST has no exception.
Method GET_SESSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100818 |
Method GET_SESSION on class CL_GRPC_TEST_EXE_MONI_ASSIST has no exception.
Method QUERY_JOBLOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_JOBLOG | Call by reference | Type reference (TYPE) | GRPC_S_SCHEDULE_JOBLOG | 20071012 | |||
2 | Importing | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080923 | ||
3 | Returning | RT_JOBLOG | Value transfer | Type reference (TYPE) | GRPC_T_API_SCHEDULER_LOG | Job general - display | 20070909 |
Method QUERY_JOBLOG on class CL_GRPC_TEST_EXE_MONI_ASSIST has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |