SAP ABAP Interface IF_RSRT_DATA_PROVIDER (Data Provider)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT-BICS-RSRT (Application Component) BICS Query Monitor
⤷
RSRT_BICS (Package) RSRT_BICS

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSRT_DATA_PROVIDER_QUERY | Data Provider: Query | 20120912 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSRT_DATA_PROVIDER | Data Provider | 20110803 |
Properties
Interface | IF_RSRT_DATA_PROVIDER | |
Short Description | Data Provider |
General Data
Package | RSRT_BICS | RSRT_BICS |
Created | 20110803 | SAP |
Last changed | 20140121 | SAP |
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 | IF_RSRT_DATA_PROVIDER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RSRT_DATA_PROVIDER has no interface.
Friends
Interface IF_RSRT_DATA_PROVIDER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_CS_TYPE | Constant | Public | See coding | 20121116 | ||||
2 | N_NAME | Instance attribute | Public | Type reference (TYPE) | TN_NAME | Data Provider Name | 20120912 | ||
3 | N_TYPE | Instance attribute | Public | Type reference (TYPE) | TN_TYPE | 20121116 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Free | 20120912 |
2 | ![]() |
Instance method | Public | Method | Get Command Processor | 20110803 |
3 | ![]() |
Instance method | Public | Method | Get Content | 20121116 |
4 | ![]() |
Instance method | Public | Method | Get Message Log | 20111025 |
5 | ![]() |
Static method | Public | Method | Process Command Query | 20120508 |
6 | ![]() |
Instance method | Public | Method | Set Assignment | 20120912 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | HANDLE_CHANGED | Instance Event (0) |
Public (2) |
Handle DataProvider Changed | 20111108 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_NAME | Public | Type reference (TYPE) | STRING | Data Provider Name | 20120912 |
|
2 | TN_S_TRACE | Public | See coding | Trace | 20120524 | begin of tn_s_trace,
id type string,
description type string,
t_data type tn_t_trace_data,
end of tn_s_trace
|
|
3 | TN_S_TRACE_DATA | Public | See coding | Trace Data | 20120524 | begin of tn_s_trace_data,
x type i,
y type i,
value type string,
t_params type tn_t_trace_data_param,
end of tn_s_trace_data
|
|
4 | TN_S_TRACE_DATA_PARAM | Public | See coding | Trace Data Parameter | 20120524 | begin of tn_s_trace_data_param,
name type string,
value type string,
end of tn_s_trace_data_param
|
|
5 | TN_TYPE | Public | See coding | 20121116 | TN_type type n length 2
|
||
6 | TN_T_DATA_PROVIDER | Public | See coding | Data Provider List | 20120508 | tn_t_data_provider type standard table of ref to if_rsrt_data_provider with default key initial size 1
|
|
7 | TN_T_TRACE | Public | See coding | Trace List | 20120524 | tn_t_trace type standard table of tn_s_trace with default key initial size 1
|
|
8 | TN_T_TRACE_DATA | Public | See coding | Trace Data List | 20120524 | tn_t_trace_data type standard table of tn_s_trace_data with default key initial size 1
|
|
9 | TN_T_TRACE_DATA_PARAM | Public | See coding | Trace Data Parameter List | 20120524 | tn_t_trace_data_param type standard table of tn_s_trace_data_param with default key initial size 1
|
Method Signatures
Method FREE Signature
Method FREE on Interface IF_RSRT_DATA_PROVIDER has no parameter.
Method FREE on Interface IF_RSRT_DATA_PROVIDER has no exception.
Method GET_COMMAND_PROCESSOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_COMMAND_PROCESSOR | Command Processor | 20110803 |
Method GET_COMMAND_PROCESSOR on Interface IF_RSRT_DATA_PROVIDER has no exception.
Method GET_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_DATA_PROVIDER_CONTENT | Data Provider Content | 20121116 |
Method GET_CONTENT on Interface IF_RSRT_DATA_PROVIDER has no exception.
Method GET_MESSAGE_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_MESSAGE_LOG | Message Log | 20111025 |
Method GET_MESSAGE_LOG on Interface IF_RSRT_DATA_PROVIDER has no exception.
Method PROCESS_COMMAND_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HANDLED | Call by reference | Type reference (TYPE) | IF_RSRT_COMMAND_PROCESSOR=>TN_HANDLED | Handled | 20120508 | ||
2 | ![]() |
T_PARAMETERS | Call by reference | Type reference (TYPE) | IF_RSRT_PARAMETERS=>TN_T_PARAMETER | Parameter List | 20120508 |
Method PROCESS_COMMAND_QUERY on Interface IF_RSRT_DATA_PROVIDER has no exception.
Method SET_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
O_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_PARAMETERS | Parameters | 20120912 |
Method SET_ASSIGNMENT on Interface IF_RSRT_DATA_PROVIDER has no exception.
Event Signatures
Event HANDLE_CHANGED Signature
Event HANDLE_CHANGED on Interface IF_RSRT_DATA_PROVIDER has no parameter.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 700 |