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 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_FDT_WD_ISLAND_MESSAGE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_WD_ISLAND_MSG_ACTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 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_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 MS_CREATE_PARAMS_BIND Instance attribute Public Type reference (TYPE) S_CREATE_OBJECT_PARAM Structure for the create object message param 20120213
2 MTS_FILTER_OBJ_TYPE_LIST_BIND Instance attribute Public Type reference (TYPE) T_FILTER_OBJECT_TYPE_EXTENDED 20120606
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR 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 Importing IO_CONFIGURATION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_CONFIGURATION FDT WD: Configuration 20111201
2 Importing IO_PARENT_MESSAGE Call by reference Object reference (TYPE REF TO) IF_FDT_WD_ISLAND_MESSAGE FDT WD Island: Message 20111201
3 Importing IS_MESSAGE_STATE Call by reference Type reference (TYPE) IF_FDT_WD_ISLAND_MESSAGE=>S_MESSAGE_STATE 20111201
4 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID ID 20111201
5 Importing IV_MESSAGE_ACTION Call by reference Type reference (TYPE) STRING Message Action 20111201
6 Importing IV_MESSAGE_ORIGIN Call by reference Type reference (TYPE) STRING IF_FDT_WD_ISLAND_MESSAGE=>GC_MESSAGE_ORIGIN_ABAP Message Origin 20111201
7 Importing 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