Hierarchy
⤷ 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 | 20070714 |
Properties
Class | CL_GRPC_SCHEDULER_ASSIST_OIF | |
Short Description | Assistance Class for Scheduler OIF | |
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 | 20070714 | 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) |
2 | GRFN0 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | GRPCB | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRPC_SCHEDULER_ASSIST_OIF has no interface implemented.
Friends
Class CL_GRPC_SCHEDULER_ASSIST_OIF 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_FIELD_CONNECTOR | Instance attribute | Private | Type reference (TYPE) | STRING | 'CONNECTOR' | 20071018 | ||
4 | C_FIELD_FREQUENCY | Instance attribute | Private | Type reference (TYPE) | STRING | 'FREQUENCY' | 20070822 | ||
5 | C_FIELD_JOBNAME | Instance attribute | Private | Type reference (TYPE) | STRING | 'JOBNAME' | 20070822 | ||
6 | C_FIELD_JOBTYPE | Instance attribute | Private | Type reference (TYPE) | STRING | 'JOBTYPE' | 20070822 | ||
7 | C_FIELD_PERIOD_FROM | Instance attribute | Private | Type reference (TYPE) | STRING | 'PERIOD_FROM' | 20070822 | ||
8 | C_FIELD_PERIOD_TO | Instance attribute | Private | Type reference (TYPE) | STRING | 'PERIOD_TO' | 20070822 | ||
9 | C_FIELD_SCHEDULE_OPT | Instance attribute | Private | Type reference (TYPE) | STRING | 'SCHEDULE_OPT' | 20070822 | ||
10 | C_FIELD_STARTTIME | Instance attribute | Private | Type reference (TYPE) | STRING | 'STARTTIME' | 20080103 | ||
11 | C_FREQUENCY | Instance attribute | Private | Type reference (TYPE) | STRING | 'FREQUENCY' | 20071011 | ||
12 | C_INVALID | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'I' | Single-Character Flag | 20071002 | |
13 | C_NONVISIBLE | Static Attribute | Public | Type reference (TYPE) | WDUI_VISIBILITY | '01' | Web Dynpro: Visibility | 20071129 | |
14 | C_PROGRESS | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'P' | Single-Character Flag | 20071002 | |
15 | C_VISIBLE | Static Attribute | Public | Type reference (TYPE) | WDUI_VISIBILITY | '02' | Web Dynpro: Visibility | 20071129 | |
16 | MT_JOBCONTEXT | Instance attribute | Private | Type reference (TYPE) | T_JOBCONTEXT | 20091223 | |||
17 | T_ALV_COL_SETTING | Instance attribute | Protected | Type reference (TYPE) | GRPC_T_ALV_COLUMNS_SETTING | 20070918 |
Methods
Events
Class CL_GRPC_SCHEDULER_ASSIST_OIF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GRPC_S_ALV_COLUMNS_SETTING | Public | See coding | 20070918 | 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 | 20070918 | grpc_t_alv_columns_setting TYPE SORTED TABLE OF grpc_s_alv_columns_setting
WITH UNIQUE KEY column_id
|
||
3 | S_BR_CONNECTOR | Private | See coding | 20100110 | BEGIN OF S_BR_CONNECTOR,
br_id TYPE grfn_api_object_id,
connector TYPE GRFN_CONNECTORID,
END OF s_br_connector
|
||
4 | S_JOBCONTEXT | Private | See coding | 20091223 | BEGIN OF S_JOBCONTEXT,
object_id TYPE grfn_api_object_id,
text TYPE string,
END OF s_jobcontext
|
||
5 | S_OBJECT_LIST | Private | See coding | 20091202 | BEGIN OF s_object_list,
object_id TYPE grfn_api_object_id,
END OF s_object_list
|
||
6 | T_BR_CONNECTOR | Private | See coding | 20100110 | t_br_connector TYPE STANDARD TABLE OF s_br_connector
|
||
7 | T_JOBCONTEXT | Private | See coding | 20091223 | t_jobcontext TYPE STANDARD TABLE OF s_jobcontext
|
||
8 | T_OBJECT_LIST | Private | See coding | 20091202 | t_object_list TYPE STANDARD TABLE OF s_object_list
|
Method Signatures
Method CANCEL Signature
Method CANCEL on class CL_GRPC_SCHEDULER_ASSIST_OIF has no parameter.
Method CANCEL on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method CANCEL_JOB 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) | SY-SUBRC | Return Value of ABAP Statements | 20080610 | ||
2 | Importing | IS_JOB | Call by reference | Type reference (TYPE) | GRPC_S_UI_JOB_GENERAL | Scheculer structure | 20070913 | ||
3 | Importing | IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20070913 | |||
4 | Importing | I_JOBTYPE | Call by reference | Type reference (TYPE) | GRPC_JOBTYPE | Schedule job type | 20071023 | ||
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 | GRPC ID of the individual object | 20070930 |
Method CANCEL_JOB on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method CASE_INTEGRATION 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 | 20100824 | ||
2 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20100824 | ||
3 | Importing | I_JOBID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20100824 | ||
4 | Importing | I_JOBSTEP | Call by reference | Type reference (TYPE) | GRPC_JOBSTEP | Periodic Job in GRPC Scheduler | 20100824 | ||
5 | Importing | I_SESSION_ID | Call by reference | Type reference (TYPE) | GRPC_API_SESSION_ID | GRPC unique session ID | 20100824 |
Method CASE_INTEGRATION on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method CHECK_CONNECTOR_AUTHORITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_CONTROL_LIST | Call by reference | Type reference (TYPE) | GRPC_T_ASSIGNED_CONTROL_RULE | Assigned Control Rule | 20080525 | ||
2 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080525 | ||
3 | Importing | IT_CONNECTORS | Call by reference | Type reference (TYPE) | GRPC_T_CONNECTOR | Connector Table Type | 20090702 |
Method CHECK_CONNECTOR_AUTHORITY on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method CHECK_JOBLOG_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_BTC_JOBCOUNT | Call by reference | Type reference (TYPE) | GRPC_S_JOBLOG-BTC_JOBCOUNT | Target Connector | 20071115 | ||
2 | Importing | I_DESTINATION | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20071115 | ||
3 | Importing | I_DEST_JOBCOUNT | Call by reference | Type reference (TYPE) | GRPC_S_JOBLOG-BTC_JOBCOUNT | Job ID | 20071115 | ||
4 | Importing | I_DEST_STATUS | Call by reference | Type reference (TYPE) | GRPC_S_JOBLOG-DEST_STATUS | Destination Job Status | 20071128 | ||
5 | Importing | I_JOBTYPE | Call by reference | Type reference (TYPE) | GRPC_S_SCHEDULER-JOBTYPE | Schedule job type | 20071115 | ||
6 | Returning | R_CONTINUE | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20071115 |
Method CHECK_JOBLOG_STATUS on class CL_GRPC_SCHEDULER_ASSIST_OIF 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 | 20070913 | ||
2 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20071021 | ||
3 | Importing | IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20071021 | |||
4 | Importing | I_ACTION | Call by reference | Type reference (TYPE) | STRING | 20070913 | |||
5 | Importing | I_STATUS | Call by reference | Type reference (TYPE) | BTCSTATUS | State of Background Job | 20070913 |
Method CHECK_JOB_STATUS on class CL_GRPC_SCHEDULER_ASSIST_OIF 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 | 20070913 | ||
2 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20070913 | ||
3 | Importing | I_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Job ID | 20070913 | ||
4 | Importing | I_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Background job name | 20070913 |
Method DELETE_JOB on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method DO_SCHEDULE 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 | 20071010 | ||
2 | Importing | IS_JOB | Call by reference | Type reference (TYPE) | GRPC_S_SCHEDULE_SELECTION | Schedule selection | 20070822 | ||
3 | Importing | IT_CONTROL | Call by reference | Type reference (TYPE) | GRPC_T_ASSIGNED_CONTROL_RULE | Control Rule Assignment | 20070719 | ||
4 | Importing | IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20070822 | |||
5 | Importing | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20081209 |
Method DO_SCHEDULE on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_ALV_COLUMNS_SETTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_JOBTYPE | Call by reference | Type reference (TYPE) | GRPC_JOBTYPE | Schedule job type | 20071019 | ||
2 | Returning | RT_ALV_COL_SETTING | Value transfer | Type reference (TYPE) | GRPC_T_ALV_COLUMNS_SETTING | Scheduler display | 20070918 |
Method GET_ALV_COLUMNS_SETTING on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_CONNECTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CT_SAPCONNECTOR | Call by reference | Type reference (TYPE) | GRPC_T_GRPCCONNECTOR | Connector Table Type | 20070921 | ||
2 | Exporting | EB_MESSAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070908 | |||
3 | Exporting | ET_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_T_ASSIGNED_CONTROL_RULE | Org. Level System Parameters | 20070908 | ||
4 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20070908 | ||
5 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20070908 | ||
6 | Importing | IS_RULE | Call by reference | Type reference (TYPE) | GRPC_S_API_RULE | Rule | 20071126 | ||
7 | Importing | I_ORGUNIT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20070908 | ||
8 | Importing | I_RULE_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | Rule | 20070908 |
Method GET_CONNECTOR on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_CONNECTOR_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_SCRIPT_CONNECTORS | Call by reference | Type reference (TYPE) | GRPC_T_ASSIGNED_CONTROL_RULE | Assigned Control Rule | 20080920 | ||
2 | Importing | IS_ASSIGNED_CTRL_RULE | Call by reference | Type reference (TYPE) | GRPC_S_ASSIGNED_CONTROL_RULE | Assigned Control Rule - display | 20080920 | ||
3 | Importing | IS_RULE | Call by reference | Type reference (TYPE) | GRPCRULE | Rule | 20090612 | ||
4 | Importing | I_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20090427 | ||
5 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | Regulation ID | 20090611 | ||
6 | Importing | I_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script | 20080920 |
Method GET_CONNECTOR_LIST on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_DEST_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 | 20070929 | ||
2 | Importing | I_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20070927 | ||
3 | Importing | I_JOBCOUNT | Call by reference | Type reference (TYPE) | GRPC_S_UI_JOB_GENERAL-BTC_JOBCOUNT | Job ID | 20070929 | ||
4 | Importing | I_JOBNAME | Call by reference | Type reference (TYPE) | GRPC_S_UI_JOB_GENERAL-BTC_JOBNAME | Schedule Job Name | 20070927 |
Method GET_DEST_JOB_STATUS on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_JOBLOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ES_SCHEDULER | Call by reference | Type reference (TYPE) | GRPC_S_SCHEDULE_SELECTION | Scheduler wih Job Comment and Object ID | 20070926 | ||
2 | Exporting | ET_JOBLOG | Call by reference | Type reference (TYPE) | GRPC_T_UI_JOB_GENERAL | Job log | 20070926 | ||
3 | Importing | I_JOBID | Value transfer | Type reference (TYPE) | GRPC_S_API_SCHEDULER_ALL-JOBID | GUID in 'CHAR' Format in Uppercase | 20070926 | ||
4 | Importing | I_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080826 | ||
5 | Importing | I_SCHEDULER_ID | Value transfer | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20070926 |
Method GET_JOBLOG on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_JOB_STATUS_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 | 20071115 | |||
2 | Exporting | ET_JOBDETAIL | Call by reference | Type reference (TYPE) | GRPC_T_TBTC5 | Job log detail | 20071115 | ||
3 | Importing | I_BTC_JOBCOUNT | Call by reference | Type reference (TYPE) | GRPC_S_JOBLOG-BTC_JOBCOUNT | Job ID | 20071115 | ||
4 | Importing | I_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20071115 | ||
5 | Importing | I_DESTINATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20071115 | ||
6 | Importing | I_DEST_JOBCOUNT | Call by reference | Type reference (TYPE) | GRPC_S_JOBLOG-BTC_JOBCOUNT | Job ID | 20071115 | ||
7 | Importing | I_DEST_STATUS | Call by reference | Type reference (TYPE) | GRPC_S_JOBLOG-DEST_STATUS | Destination Job Status | 20071128 | ||
8 | Importing | I_JOBNAME | Call by reference | Type reference (TYPE) | GRPC_S_SCHEDULER-BTC_JOBNAME | Schedule Job Name | 20071115 | ||
9 | Importing | I_JOBTYPE | Call by reference | Type reference (TYPE) | GRPC_S_SCHEDULER-JOBTYPE | Schedule job type | 20071115 | ||
10 | Importing | I_SCRIPTTYPE | Call by reference | Type reference (TYPE) | GRPC_SCRIPTTYPE | Script Type | 20071115 |
Method GET_JOB_STATUS_DETAIL on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_PROGRAM_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script | 20071019 | ||
2 | Returning | R_PROGRAM | Value transfer | Type reference (TYPE) | PROGRAM | Program/transaction in SQL trace analysis | 20071019 |
Method GET_PROGRAM_NAME on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_SCHEDULE_METHOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | R_IS_TEST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071219 |
Method GET_SCHEDULE_METHOD on class CL_GRPC_SCHEDULER_ASSIST_OIF 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_OIF has no exception.
Method GET_TIMEFRAME_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_TF_YEAR | Call by reference | Type reference (TYPE) | GRPC_YEAR | Year | 20071025 | ||
2 | Exporting | E_TIMEFRAME_TEXT | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_DESCR | Description of the entity | 20071025 |
Method GET_TIMEFRAME_TEXT on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method GET_VARIANT 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 | 20071007 | ||
2 | Exporting | ET_VARIANTS | Call by reference | Type reference (TYPE) | GRPC_T_RSVARIINFO | Variant Info | 20071007 | ||
3 | Exporting | E_RETURN_CODE | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20071007 | ||
4 | Importing | IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20071213 | |||
5 | Importing | I_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20071007 | ||
6 | Importing | I_SCRIPT | Call by reference | Type reference (TYPE) | GRPC_SCRIPT | Script | 20071007 |
Method GET_VARIANT on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method PROCESS_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_CONTROL_LIST | Call by reference | Type reference (TYPE) | GRPC_T_ASSIGNED_CONTROL_RULE | Assigned Control Rule | 20080131 | ||
2 | Importing | IT_CONNECTORS | Call by reference | Type reference (TYPE) | GRPC_T_CONNECTOR | Connector Table Type | 20090702 | ||
3 | Importing | IT_CONTROL_SRES | Call by reference | Type reference (TYPE) | GRPC_T_API_CONTROL_SRES | Process step search result | 20080131 | ||
4 | Importing | IT_RULEGROUP_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_DESCR | The range table for object Descriptions | 20080131 | ||
5 | Importing | IT_RULE_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_DESCR | The range table for object Descriptions | 20080131 | ||
6 | Importing | IT_SCRIPTCATEGORY_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_DESCR | The range table for object Descriptions | 20080131 | ||
7 | Importing | IT_SCRIPTTYPE_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_DESCR | The range table for object Descriptions | 20080131 | ||
8 | Importing | IT_SYSTEMTYPE_RANGE | Call by reference | Type reference (TYPE) | GRPC_T_RA_API_OBJECT_DESCR | The range table for object Descriptions | 20080131 | ||
9 | Importing | IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20080131 | ||
10 | Importing | IV_FREQUENCY | Call by reference | Type reference (TYPE) | GRPC_FREQ_TYPE | Frequency Type | 20080131 | ||
11 | Importing | IV_JOBTYPE | Call by reference | Type reference (TYPE) | GRPC_JOBTYPE | Schedule job type | 20080131 | ||
12 | Importing | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20081210 |
Method PROCESS_RESULTS on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method RAISE_MESSAGE 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 | 20071022 | ||
2 | Importing | I_ID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20071022 | ||
3 | Importing | I_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20071022 | ||
4 | Importing | I_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20071022 | ||
5 | Importing | I_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20071022 | ||
6 | Importing | I_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20071022 | ||
7 | Importing | I_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20071022 | ||
8 | Importing | I_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20071022 |
Method RAISE_MESSAGE on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method RESCHEDULE_JOB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_JOB | Call by reference | Type reference (TYPE) | GRPC_S_UI_JOB_GENERAL | General Job Log | 20070930 | ||
2 | Importing | IV_MESSAGE_VIEW | Call by reference | Type reference (TYPE) | STRING | 20070930 | |||
3 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20081209 | ||
4 | Importing | I_SCHEDULER_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20070930 |
Method RESCHEDULE_JOB on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method SAVE 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 | 20071002 | ||
2 | Importing | I_JOBNAME | Call by reference | Type reference (TYPE) | GRPC_S_SCHEDULER-BTC_JOBNAME | Schedule Job Name | 20071002 | ||
3 | Importing | I_STATUS | Call by reference | Type reference (TYPE) | GRPC_DEST_JOBSTATUS | Destination Job Status | 20071002 |
Method SAVE on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method SEARCH_CONTROL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_CONTROL_LIST | Call by reference | Type reference (TYPE) | GRPC_T_ASSIGNED_CONTROL_RULE | Control List for schedule | 20070817 | ||
2 | Importing | IT_CONNECTORS | Call by reference | Type reference (TYPE) | GRPC_T_CONNECTOR | Connector Table Type | 20090702 | ||
3 | Importing | IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20070823 | ||
4 | Importing | IV_CONTROLNAME | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_DESCR | GRPC ID of the individual object | 20070817 | ||
5 | Importing | IV_DATE_BEGIN | Call by reference | Type reference (TYPE) | BEGDATUM | Start Date | 20071018 | ||
6 | Importing | IV_DATE_END | Call by reference | Type reference (TYPE) | ENDDATUM | End Date | 20071018 | ||
7 | Importing | IV_FREQUENCY | Call by reference | Type reference (TYPE) | GRPC_FREQ_TYPE | Frequency Type | 20070823 | ||
8 | Importing | IV_JOBTYPE | Call by reference | Type reference (TYPE) | GRPC_JOBTYPE | Schedule job type | 20071117 | ||
9 | Importing | IV_ORGUNITNAME | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_DESCR | GRPC ID of the individual object | 20070817 | ||
10 | Importing | IV_PROCESSNAME | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_DESCR | GRPC ID of the individual object | 20070817 | ||
11 | Importing | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080925 | ||
12 | Importing | IV_RULEGROUP | Call by reference | Type reference (TYPE) | GRPC_RULEGROUP | Rule Group | 20071016 | ||
13 | Importing | IV_RULEID | Call by reference | Type reference (TYPE) | GRPC_RLEID | Rule | 20070817 | ||
14 | Importing | IV_SCRIPTCATEGORY | Call by reference | Type reference (TYPE) | GRPC_SCRIPTCATEGORY | Script Category | 20071016 | ||
15 | Importing | IV_SCRIPTTYPE | Call by reference | Type reference (TYPE) | GRPC_SCRIPTTYPE | Script Type | 20071016 | ||
16 | Importing | IV_SUBPROCESSNAME | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_DESCR | GRPC ID of the individual object | 20070817 | ||
17 | Importing | IV_SYSTEMTYPE | Call by reference | Type reference (TYPE) | GRPC_SYSTEMTYPE | System Type | 20071016 |
Method SEARCH_CONTROL on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method SHOW_JOB_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 | 20070819 | |||
2 | Exporting | ET_JOBDETAIL | Call by reference | Type reference (TYPE) | GRPC_T_TBTC5 | Job Log Entries in List Format | 20070819 | ||
3 | Importing | I_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20070910 | ||
4 | Importing | I_JOBCOUNT | Call by reference | Type reference (TYPE) | BTCJOBCNT | Job ID | 20070910 | ||
5 | Importing | I_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Background job name | 20070910 | ||
6 | Importing | I_SCRIPTTYPE | Call by reference | Type reference (TYPE) | GRPC_SCRIPTTYPE | System Type | 20070919 |
Method SHOW_JOB_DETAIL on class CL_GRPC_SCHEDULER_ASSIST_OIF 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 | Table with BAPI Return Information | 20070913 | ||
2 | Importing | IS_JOB | Call by reference | Type reference (TYPE) | GRPC_S_UI_JOB_GENERAL | Scheculer structure | 20070913 | ||
3 | Importing | I_BTC_JOBCOUNT | Call by reference | Type reference (TYPE) | GRPC_S_JOBLOG-BTC_JOBCOUNT | Job ID | 20070930 | ||
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 | GRPC ID of the individual object | 20070930 | ||
6 | Importing | I_STATUS | Call by reference | Type reference (TYPE) | GRPC_DEST_JOBSTATUS | State of Background Job | 20070913 |
Method UPDATE_LOG on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method VALIDATE_BEFORE_SCHEDULE 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 | 20070822 | ||
2 | Importing | IT_CONTROL | Call by reference | Type reference (TYPE) | GRPC_T_ASSIGNED_CONTROL_RULE | Table type for Control Rule Assignment | 20070822 |
Method VALIDATE_BEFORE_SCHEDULE on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method VALIDATE_CONNECTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_CONNECTORS | Call by reference | Type reference (TYPE) | GRPC_T_CONNECTOR | Connector Table Type | 20090702 | ||
2 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20071018 | ||
3 | Importing | IV_CONNECTOR | Call by reference | Type reference (TYPE) | GRPC_CONNECTOR | Target Connector | 20071018 |
Method VALIDATE_CONNECTOR on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method VALIDATE_FREQUENCY 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 | 20071011 | ||
2 | Importing | IS_INPUT_FIELDS | Call by reference | Type reference (TYPE) | ANY | 20071011 |
Method VALIDATE_FREQUENCY on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method VALIDATE_SCRIPTTYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_DESTINATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Target Connector | 20071220 | ||
2 | Importing | I_SCRIPTTYPE | Call by reference | Type reference (TYPE) | GRPC_SCRIPTTYPE | Script Type | 20071220 | ||
3 | Importing | I_SYSTEMTYPE | Call by reference | Type reference (TYPE) | GRPC_SYSTEMTYPE | System Type | 20080311 | ||
4 | Returning | R_CONTINUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20071220 |
Method VALIDATE_SCRIPTTYPE on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
Method VALIDATE_TEST_PERIOD 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 | 20070909 | ||
2 | Importing | IS_INPUT_FIELDS | Call by reference | Type reference (TYPE) | ANY | 20070909 |
Method VALIDATE_TEST_PERIOD on class CL_GRPC_SCHEDULER_ASSIST_OIF has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 250 |