SAP ABAP Class CL_FDT_WD_ISLAND_MSG_CREATE (FDT WD Island: Message to create a new FDT object)
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 | 20111201 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_ISLAND_MSG_CREATE | FDT WD Island: Message for creating new objects | 20120221 |
Properties
Class | CL_FDT_WD_ISLAND_MSG_CREATE | |
Short Description | FDT WD Island: Message to create a new FDT object | |
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 | 20111201 | SAP |
Last change | 20130531 | 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... |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
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_MSG_CREATE | FDT WD Island: Message for creating new objects | 20120221 |
Friends
Class CL_FDT_WD_ISLAND_MSG_CREATE 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_CREATE_OBJECT_PARAM | Structure for the create object message param | 20120213 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_FILTER_OBJECT_TYPE_EXTENDED | 20120606 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20111201 |
Events
Class CL_FDT_WD_ISLAND_MSG_CREATE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MT_OBJECT_TYPES | Private | Type reference (TYPE) | IF_FDT_WD_TYPES=>T_OBJECT_TYPE_EXTENDED | List of Extended Object Types | 20120221 |
|
2 | S_CREATE_OBJECT_PARAM | Public | See coding | 20120125 | BEGIN OF s_create_object_param,
only_named_object TYPE abap_bool,
only_unnamed_object TYPE abap_bool,
created_object TYPE if_fdt_types=>id,
END OF s_create_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 | 20111201 | ||
2 | ![]() |
IO_PARENT_MESSAGE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_ISLAND_MESSAGE | FDT WD Island: Message | 20111201 | ||
3 | ![]() |
IS_MESSAGE_STATE | Call by reference | Type reference (TYPE) | IF_FDT_WD_ISLAND_MESSAGE=>S_MESSAGE_STATE | 20111201 | |||
4 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20111201 | ||
5 | ![]() |
IV_MESSAGE_ACTION | Call by reference | Type reference (TYPE) | STRING | Message Action | 20111201 | ||
6 | ![]() |
IV_MESSAGE_ORIGIN | Call by reference | Type reference (TYPE) | STRING | IF_FDT_WD_ISLAND_MESSAGE=>GC_MESSAGE_ORIGIN_ABAP | Message Origin | 20111201 | |
7 | ![]() |
IV_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | STRING | Message Type | 20111201 |
Method CONSTRUCTOR on class CL_FDT_WD_ISLAND_MSG_CREATE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |