SAP ABAP Class /IWBEP/CL_MGW_QUERY_SCHEDULER (Query Scheduler)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_REMOTE_SERVER (Package) OData Channel - Remote Business Data Provider

⤷

⤷

Properties
Class | /IWBEP/CL_MGW_QUERY_SCHEDULER | |
Short Description | Query Scheduler | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IWBEP/MGW_REMOTE_SERVER | OData Channel - Remote Business Data Provider |
Created | 20131011 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class /IWBEP/CL_MGW_QUERY_SCHEDULER has no interface implemented.
Friends
Class /IWBEP/CL_MGW_QUERY_SCHEDULER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR40 | 'REMOTE_SERVER' | Character field of length 40 | 20131014 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SEOCLNAME | '/IWBEP/CL_MGW_QUERY_SCHEDULER' | Class Name | 20131014 | |
3 | ![]() |
Constant | Private | See coding | 20131011 | ||||
4 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | /IWBEP/CL_SUTIL_RUNTIME | Support Utilities: Runtime | 20131011 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_ASYNC_CALL_INFO | 20131016 | |||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | /IWBEP/SUTIL_HUB_PERF_DATA_T | Performance Trace Data for Hub - Table | 20131016 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | /IWBEP/CL_MGW_REMOTE_HANDLER=>TY_T_BATCH_INFO | 20131011 | |||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_QUERY_RESULT | 20131011 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | Max. Application Query Time | 20131014 | ||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | Number of active tasks | 20131011 | ||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | Current number of returned tasks | 20131011 | ||
12 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | Number of returned tasks | 20131011 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Handle RFC Failure | 20131011 |
2 | ![]() |
Static method | Public | Method | Parallelize Batch Queries | 20131014 |
3 | ![]() |
Static method | Public | Method | Receive Query Result | 20131011 |
4 | ![]() |
Static method | Private | Method | Set Query Result | 20131011 |
Events
Class /IWBEP/CL_MGW_QUERY_SCHEDULER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ASYNC_CALL_INFO | Private | See coding | 20131016 | BEGIN OF ty_s_async_call_info,
packet_no TYPE i,
time_start TYPE i,
END OF ty_s_async_call_info
|
||
2 | TY_S_QUERY_RESULT | Private | See coding | 20131011 | BEGIN OF ty_s_query_result,
packet_no TYPE i,
response_data TYPE xstring,
END OF ty_s_query_result
|
||
3 | TY_T_ASYNC_CALL_INFO | Private | See coding | 20131016 | ty_t_async_call_info TYPE STANDARD TABLE OF ty_s_async_call_info
|
||
4 | TY_T_QUERY_RESULT | Private | See coding | 20131011 | ty_t_query_result TYPE STANDARD TABLE OF ty_s_query_result
|
Method Signatures
Method HANDLE_RFC_FAILURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ERROR_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | 20131011 | |||
2 | ![]() |
IV_PACKET_NO | Call by reference | Type reference (TYPE) | I | 20131011 |
Method HANDLE_RFC_FAILURE on class /IWBEP/CL_MGW_QUERY_SCHEDULER has no exception.
Method PARALLELIZE_BATCH_QUERIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_BATCH_INFO_RESPONSE | Call by reference | Type reference (TYPE) | /IWBEP/CL_MGW_REMOTE_HANDLER=>TY_T_BATCH_INFO | Batch Info Response | 20131014 | ||
2 | ![]() |
CT_HUB_PERF_DATA | Call by reference | Type reference (TYPE) | /IWBEP/SUTIL_HUB_PERF_DATA_T | Performance Trace Data for Hub - Table | 20131016 | ||
3 | ![]() |
CV_RESPONSE_DATA | Call by reference | Type reference (TYPE) | XSTRING | Response Data | 20131014 | ||
4 | ![]() |
EV_MAX_QUERY_TIME | Call by reference | Type reference (TYPE) | I | Max. Query Time | 20131014 | ||
5 | ![]() |
IT_BATCH_INFO_REQUEST | Call by reference | Type reference (TYPE) | /IWBEP/CL_MGW_REMOTE_HANDLER=>TY_T_BATCH_INFO | Batch Info Request | 20131014 | ||
6 | ![]() |
IV_BATCH_TASK_MAX | Call by reference | Type reference (TYPE) | I | 0: based on system settings | 20131105 | ||
7 | ![]() |
IV_REQUEST_DATA | Call by reference | Type reference (TYPE) | XSTRING | Request Data | 20131014 |
Method PARALLELIZE_BATCH_QUERIES on class /IWBEP/CL_MGW_QUERY_SCHEDULER has no exception.
Method RECEIVE_QUERY_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TASK | Call by reference | Type reference (TYPE) | CSEQUENCE | Task Name | 20131011 |
Method RECEIVE_QUERY_RESULT on class /IWBEP/CL_MGW_QUERY_SCHEDULER has no exception.
Method SET_QUERY_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OPERATION_STATE | Call by reference | Type reference (TYPE) | CHAR1 | Operation State | 20131011 | ||
2 | ![]() |
IV_PACKET_NO | Call by reference | Type reference (TYPE) | I | Packet Number | 20131011 | ||
3 | ![]() |
IV_RESPONSE_DATA | Call by reference | Type reference (TYPE) | XSTRING | Response Data | 20131011 |
Method SET_QUERY_RESULT on class /IWBEP/CL_MGW_QUERY_SCHEDULER has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 200 |