SAP ABAP Class IF_RSRT_SRV_QUERY (Services: Query)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSRT_SELECTOR | Selector | 20130821 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSRT_DP_TYPE_SELECTOR | Data Provider Type: Selector | 20130821 |
Properties
Class | IF_RSRT_SRV_QUERY | |
Short Description | Services: Query | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20130821 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_RSRT_SRV_QUERY has no interface implemented.
Friends
Class IF_RSRT_SRV_QUERY has no friend class.
Attributes
Class IF_RSRT_SRV_QUERY has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Queries | 20130821 |
2 | ![]() |
Instance method | Public | Method | Get Query | 20130821 |
3 | ![]() |
Instance method | Public | Method | Query Exists? | 20130821 |
Events
Class IF_RSRT_SRV_QUERY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_QUERY | Public | See coding | 20130821 | begin of tn_s_query,
id type rszwobjid,
text type rstxtlg,
owner type rsowner,
end of tn_s_query
|
||
2 | TN_T_QUERY | Public | See coding | 20130821 | tn_t_query type standard table of tn_s_query with default key
with unique sorted key key components id initial size 1
|
Method Signatures
Method GET_QUERIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
QUERY | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_QUERY=>TN_S_QUERY-ID | 20130821 | |||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | TN_T_QUERY | 20130821 |
Method GET_QUERIES on class IF_RSRT_SRV_QUERY has no exception.
Method GET_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
QUERY | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_QUERY=>TN_S_QUERY-ID | 20130821 | |||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_RSRT_QUERY | Query | 20130821 |
Method GET_QUERY on class IF_RSRT_SRV_QUERY has no exception.
Method QUERY_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
QUERY | Call by reference | Type reference (TYPE) | IF_RSRT_SRV_QUERY=>TN_S_QUERY-ID | 20130821 | |||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130821 |
Method QUERY_EXISTS on class IF_RSRT_SRV_QUERY has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |