SAP ABAP Class CL_GRPC_SCHEDULER_ASSIST (Assistance Class for Scheduler)
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 | 20070712 |
Properties
Class | CL_GRPC_SCHEDULER_ASSIST | |
Short Description | Assistance Class for Scheduler | |
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 | 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_SCHEDULER_ASSIST has no interface implemented.
Friends
Class CL_GRPC_SCHEDULER_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_CANCELED | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'C' | Single-Character Flag | 20071002 | |
2 | C_COMPLETED | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'F' | Single-Character Flag | 20071002 | |
3 | C_DATASOURCE_ACF | Constant | Public | Type reference (TYPE) | GRPC_JOBMON_DS | 'ACF' | ACF | 20091127 | |
4 | C_DATASOURCE_ACF_NAME | Constant | Public | Type reference (TYPE) | STRING | 'DATASOURCE_ACF' | ACF source name | 20091127 | |
5 | C_DATASOURCE_AMF | Constant | Public | Type reference (TYPE) | GRPC_JOBMON_DS | 'AMF' | AMF | 20091127 | |
6 | C_DATASOURCE_AMF_NAME | Constant | Public | Type reference (TYPE) | STRING | 'DATASOURCE_AMF' | AMF source name | 20091127 | |
7 | C_FIELD_DOC_ID | Constant | Protected | Type reference (TYPE) | STRING | 'DOCUMENT_ID' | 20070823 | ||
8 | C_INVALID | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'I' | Single-Character Flag | 20071002 | |
9 | C_PROGRESS | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'P' | Single-Character Flag | 20071002 | |
10 | C_SCHEDULED | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'S' | Single-Character Flag | 20071002 | |
11 | T_ALV_COL_SETTING | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_ALV_COLUMNS_SETTING | Column setting | 20070923 | ||
12 | V_MAXROWS | Instance attribute | Protected | Type reference (TYPE) | INT4 | Natural number | 20070717 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CANCEL_JOB | Instance method | Public | Method | Cancel selected job | 20070906 |
2 | CHECK_AUTH_CREATE | Instance method | Public | Method | Check Authorized create privileges | 20071002 |
3 | CHECK_AUTH_RETRIEVE | Instance method | Public | Method | Check Authorized retrieve privileges | 20071002 |
4 | CHECK_AUTH_UPDATE | Instance method | Public | Method | Check Authorized update privileges | 20071002 |
5 | CHECK_JOB_STATUS | Instance method | Public | Method | Get job status | 20070906 |
6 | DELETE_JOB | Instance method | Public | Method | Delete job from SAP standard scheduler | 20070906 |
7 | GET_ALV_COLUMNS_SETTING | Instance method | Public | Method | Get Column Setting for Scheduler main screen | 20070923 |
8 | GET_SCHEDULED_JOB | Instance method | Public | Method | Get scheduled job | 20071202 |
9 | GET_SCHEDULE_LIST | Instance method | Public | Method | Get Schedule List | 20070925 |
10 | GET_SESSION | Instance method | Public | Method | Get session | 20091128 |
11 | SAVE | Instance method | Public | Method | Save | 20070928 |
12 | SET_MAXROWS | Instance method | Public | Method | Set return rows | 20070717 |
13 | UPDATE_LOG | Instance method | Public | Method | Update scheduler log table | 20070906 |
Events
Class CL_GRPC_SCHEDULER_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GRPC_S_ALV_COLUMNS_SETTING | Public | See coding | 20070923 | BEGIN OF grpc_s_alv_columns_setting,
column_id TYPE string,
position TYPE i,
visible TYPE wdy_uie_library_enum_type,
technical TYPE SAP_BOOL,
END OF grpc_s_alv_columns_setting
|
||
2 | GRPC_T_ALV_COLUMNS_SETTING | Public | See coding | 20070923 | grpc_t_alv_columns_setting TYPE SORTED TABLE OF grpc_s_alv_columns_setting
WITH UNIQUE KEY column_id
|
Method Signatures
Method CANCEL_JOB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_RETURN_CODE | Value transfer | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20070928 | ||
2 | Importing | IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20070906 | |||
3 | Importing | I_JOBTYPE | Call by reference | Type reference (TYPE) | GRPC_JOBTYPE | Schedule job type | 20071023 | ||
4 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20081209 | ||
5 | Importing | I_SCHEDULER_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | Scheduler - main screen | 20070928 |
Method CANCEL_JOB on class CL_GRPC_SCHEDULER_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 | E_RETURN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071002 | |||
2 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090714 |
Method CHECK_AUTH_CREATE on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method CHECK_AUTH_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 | 20071002 | |||
2 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090714 |
Method CHECK_AUTH_RETRIEVE on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method CHECK_AUTH_UPDATE 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 | 20071002 | |||
2 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090714 |
Method CHECK_AUTH_UPDATE on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method CHECK_JOB_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20071019 | ||
2 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20071019 | ||
3 | Importing | IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20071019 | |||
4 | Importing | I_ACTION | Call by reference | Type reference (TYPE) | STRING | 20070915 | |||
5 | Importing | I_STATUS | Call by reference | Type reference (TYPE) | BTCSTATUS | Job status in GRC | 20070906 |
Method CHECK_JOB_STATUS on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method DELETE_JOB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20070906 | ||
2 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20070906 | ||
3 | Importing | I_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Job ID | 20070906 | ||
4 | Importing | I_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Background job name | 20070906 |
Method DELETE_JOB on class CL_GRPC_SCHEDULER_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_SCHEDULER_COLUMN | Scheduler Column | 20070923 |
Method GET_ALV_COLUMNS_SETTING on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method GET_SCHEDULED_JOB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_CREATEDBY | Call by reference | Type reference (TYPE) | SY-UNAME | User Name | 20071202 | ||
2 | Importing | I_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Background job name | 20071202 | ||
3 | Returning | R_RETURN_CODE | Value transfer | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20071202 |
Method GET_SCHEDULED_JOB on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method GET_SCHEDULE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | ET_SCHEDULER | Value transfer | Type reference (TYPE) | GRPC_T_API_SCHEDULER | Scheduler List | 20070925 | ||
2 | Importing | I_DATE_BEGIN | Call by reference | Type reference (TYPE) | GRPC_S_API_SCHEDULER-DATE_BEGIN | Start Date | 20070925 | ||
3 | Importing | I_DATE_END | Call by reference | Type reference (TYPE) | GRPC_S_API_SCHEDULER-DATE_END | End Date | 20070925 | ||
4 | Importing | I_MAXROWS | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20070925 | ||
5 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20080926 |
Method GET_SCHEDULE_LIST on class CL_GRPC_SCHEDULER_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 | 20091128 |
Method GET_SESSION on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method SAVE Signature
Method SAVE on class CL_GRPC_SCHEDULER_ASSIST has no parameter.
Method SAVE on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method SET_MAXROWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20071130 | ||
2 | Importing | IV_MAXROWS | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20070717 |
Method SET_MAXROWS on class CL_GRPC_SCHEDULER_ASSIST has no exception.
Method UPDATE_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Return Value of ABAP Statements | 20070906 | ||
2 | Exporting | E_RETURN_CODE | Value transfer | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20070928 | ||
3 | Importing | IT_JOBLOG | Call by reference | Type reference (TYPE) | GRPC_T_API_JOBLOG | Job log | 20070929 | ||
4 | Importing | I_JOBNAME | Call by reference | Type reference (TYPE) | GRPC_S_SCHEDULER-BTC_JOBNAME | Schedule Job Name | 20070928 | ||
5 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20081209 | ||
6 | Importing | I_SCHEDULER_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | Scheculer structure | 20070928 | ||
7 | Importing | I_STATUS | Call by reference | Type reference (TYPE) | BTCSTATUS | State of Background Job | 20070906 |
Method UPDATE_LOG on class CL_GRPC_SCHEDULER_ASSIST has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |