SAP ABAP Interface IF_FDT_WD_ISLAND_MSG_QUERY (FDT WD Island: Message for querying objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_ISLAND_INFRASTRUCTURE (Package) BRFplus: Island Infrastructure
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_ISLAND_MSG_QUERY | FDT WD Island: Message for Query | 20120316 |
Properties
| Interface | IF_FDT_WD_ISLAND_MSG_QUERY | |
| Short Description | FDT WD Island: Message for querying objects |
General Data
| Package | SFDT_WD_ISLAND_INFRASTRUCTURE | BRFplus: Island Infrastructure |
| Created | 20120316 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | IF_FDT_WD_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_WD_ISLAND_MESSAGE | FDT WD Island: Message | 20120316 |
Friends
Interface IF_FDT_WD_ISLAND_MSG_QUERY has no friend.
Attributes
Interface IF_FDT_WD_ISLAND_MSG_QUERY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get ID of the queried object | 20120316 | |
| 2 | Instance method | Public | Method | Get list of object types to query | 20120316 | |
| 3 | Instance method | Public | Method | Query context objects only | 20120611 | |
| 4 | Instance method | Public | Method | Get default name (pattern) to query for | 20120611 | |
| 5 | Instance method | Public | Method | Get default object (sub)type to query for | 20120611 | |
| 6 | Instance method | Public | Method | Get title of the query | 20120611 | |
| 7 | Instance method | Public | Method | Get result elementary type to restrict query on expressions | 20120608 | |
| 8 | Instance method | Public | Method | Get result data object type to restrict query on expressions | 20120608 | |
| 9 | Instance method | Public | Method | Set ID of the queried object | 20120316 | |
| 10 | Instance method | Public | Method | Set list of object types to query | 20120316 |
Events
Interface IF_FDT_WD_ISLAND_MSG_QUERY has no event.
Types
Interface IF_FDT_WD_ISLAND_MSG_QUERY has no local type.
Method Signatures
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120316 |
Method GET_ID on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method GET_OBJECT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_OBJECT_TYPES | Value transfer | Type reference (TYPE) | IF_FDT_WD_TYPES=>T_OBJECT_TYPE_EXTENDED | Object IDs as unsorted index table | 20120316 |
Method GET_OBJECT_TYPES on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method GET_ONLY_CONTEXT_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ONLY_CONTEXT_OBJECTS | Value transfer | Type reference (TYPE) | BOOLE_D | 20120611 |
Method GET_ONLY_CONTEXT_OBJECTS on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method GET_PRESET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PRESET_NAME | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Beschreibung | 20120611 |
Method GET_PRESET_NAME on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method GET_PRESET_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_PRESET_OBJECT_TYPE | Value transfer | Type reference (TYPE) | IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED | Extended Object Type | 20120611 |
Method GET_PRESET_OBJECT_TYPE on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method GET_QUERY_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_QUERY_TITLE | Value transfer | Type reference (TYPE) | STRING | 20120611 |
Method GET_QUERY_TITLE on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method GET_RESULT_DO_ELEM_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT_DO_ELEM_TYPE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ELEMENT_TYPE | Elementary Data Type | 20120608 |
Method GET_RESULT_DO_ELEM_TYPE on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method GET_RESULT_DO_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT_DO_TYPE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>DATA_OBJECT_TYPE | Data Object Type | 20120608 |
Method GET_RESULT_DO_TYPE on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method SET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20120603 |
Method SET_ID on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
Method SET_OBJECT_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>T_OBJECT_TYPE_EXTENDED | Object IDs as unsorted index table | 20120316 |
Method SET_OBJECT_TYPES on Interface IF_FDT_WD_ISLAND_MSG_QUERY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |