SAP ABAP Class CL_FDT_WD_ISLAND_MSG_QUERY (FDT WD Island: Message for Query)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_ISLAND_MESSAGE_CORE | FDT WD Island: Core Messages | 20120316 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_ISLAND_MSG_QUERY | FDT WD Island: Message for querying objects | 20120316 |
Properties
| Class | CL_FDT_WD_ISLAND_MSG_QUERY | |
| Short Description | FDT WD Island: Message for Query | |
| Super Class | CL_FDT_WD_ISLAND_MESSAGE_CORE | FDT WD Island: Core Messages |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_WD_ISLAND_INFRASTRUCTURE | BRFplus: Island Infrastructure |
| Created | 20120316 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FDT_WD_ISLAND_MSG_QUERY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_WD_ISLAND_MSG_QUERY | FDT WD Island: Message for querying objects | 20120316 |
Friends
Class CL_FDT_WD_ISLAND_MSG_QUERY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | S_QUERY_OBJECT_PARAM | Parameter Binding for the 'QueryObjectMessage' | 20120521 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | T_FILTER_DATA_OBJECT_TYPE | 20120606 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | T_FILTER_ELEMENT_TYPE | 20120606 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | T_FILTER_OBJECT_TYPE_EXTENDED | 20120608 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120319 |
Events
Class CL_FDT_WD_ISLAND_MSG_QUERY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_QUERY_OBJECT_PARAM | Public | See coding | Parameter Binding for the 'QueryObjectMessage' | 20120521 | BEGIN OF s_query_object_param,
query_title TYPE string,
only_context_objects TYPE if_fdt_types=>element_boolean,
preset_name TYPE if_fdt_types=>name,
* preset_object_type TYPE if_fdt_wd_types=>s_object_type_extended,
preset_otype_extd_type TYPE if_fdt_types=>object_type,
preset_otype_extd_subtype TYPE fdt_wd_object_subtype,
preset_otype_extd_is_action TYPE abap_bool,
queried_object TYPE if_fdt_types=>id,
END OF s_query_object_param
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | FDT WD: Configuration | 20120319 | |||
| 2 | IO_PARENT_MESSAGE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_ISLAND_MESSAGE | FDT WD Island: Message | 20120319 | |||
| 3 | IS_MESSAGE_STATE | Call by reference | Type reference (TYPE) | IF_FDT_WD_ISLAND_MESSAGE=>S_MESSAGE_STATE | 20120319 | ||||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20120319 | |||
| 5 | IV_MESSAGE_ACTION | Call by reference | Type reference (TYPE) | STRING | Message Action | 20120319 | |||
| 6 | IV_MESSAGE_ORIGIN | Call by reference | Type reference (TYPE) | STRING | IF_FDT_WD_ISLAND_MESSAGE=>GC_MESSAGE_ORIGIN_ABAP | Message Origin | 20120319 | ||
| 7 | IV_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | STRING | Message Type | 20120319 |
Method CONSTRUCTOR on class CL_FDT_WD_ISLAND_MSG_QUERY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |