SAP ABAP Class IF_FDT_WD_MODEL (FDT WD: Model for Web Dynpro UI)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WD_COMPONENT_ASSISTANCE Model Interface for Web Dynpro 20060710
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /BOFU/IF_FDT_DATA_EXTR_MODEL BOPF BO data extractor(Deep)(OBSOLETE) 20091104
2 Interface composition (i COMPRISING i_ref)  /BOFU/IF_FDT_RETRIEVE_WD_MODEL Retrieve BO Data: Webdynpro Model 20091005
3 Interface composition (i COMPRISING i_ref)  IF_FDT_WD_FLOW_MODEL BRF+ Flow Expression Model for Web Dynpro 20130205
4 Interface composition (i COMPRISING i_ref)  IF_FDT_WD_OBJECT_MANAGER_MODEL FDT WD: Model for Object Manager 20060703
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_MODEL FDT WD: Model for Web Dynpro (abstract) 20060630
Properties
Class IF_FDT_WD_MODEL  
Short Description FDT WD: Model for Web Dynpro UI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060630   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_WD_RENDER_ABSTRACT 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
Class IF_FDT_WD_MODEL has no interface implemented.
Friends
Class IF_FDT_WD_MODEL has no friend class.
Attributes
Class IF_FDT_WD_MODEL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_MESSAGES Instance method Public Method Returns messages 20090209
2 GET_MODEL Instance method Public Method Returns model from API and build all model nodes 20060630
3 GET_MODEL_BY_NODE Instance method Public Method Returns model from API by node 20060630
4 GET_MODEL_NODE_BY_NAME Instance method Public Method Returns model node by name 20060727
5 GET_RENDER_OBJECT Instance method Public Method DO NOT USE! Use method GET_RENDER_OBJECT_INSTANCE instead 20081118
6 GET_RENDER_OBJECT_INSTANCE Instance method Public Method Returns the render object (instance) by object type 20091029
7 HAS_MESSAGES Instance method Public Method Returns, if there are info/warning messages available 20090209
8 INIT Instance method Public Method Initializes model 20060630
9 IS_MODEL_CHANGED Instance method Public Method Returns, if model is changed 20060711
10 PUBLISH_MODEL_NODES Instance method Public Method Publishes the model nodes 20060630
11 REFRESH_MODEL Instance method Public Method Refreshes model 20060824
12 REGISTER_MODEL_CHANGES Instance method Public Method Registers model changes 20061013
13 SET_ELEMENT_ATTRIBUTE Instance method Public Method Sets an attribute of an element 20060727
14 SET_MODEL Instance method Public Method Sets models from all model nodes to API 20060630
15 SET_MODEL_BY_NODE Instance method Public Method Sets model node to API 20060630
16 SET_MODEL_CHANGED Instance method Public Method Sets the Modes as changed 20070718
17 SET_MODEL_UNCHANGED Instance method Public Method Sets model as unchanged 20060713
18 UNREGISTER_MODEL_CHANGES Instance method Public Method Unregisters the model changes 20061020
Events
Class IF_FDT_WD_MODEL has no event.
Types
Class IF_FDT_WD_MODEL has no local type.
Method Signatures

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RESET_MESSAGES Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE True: reset messages 20090209
2 Returning RT_MESSAGE Value transfer Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20090209

Method GET_MESSAGES on class IF_FDT_WD_MODEL has no exception.

Method GET_MODEL Signature

Method GET_MODEL on class IF_FDT_WD_MODEL has no parameter.
Method GET_MODEL on class IF_FDT_WD_MODEL has no exception.

Method GET_MODEL_BY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_QUERY_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Query Element 20060707
2 Importing IO_QUERY_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Query Node 20060703
3 Importing IV_INITIALIZE_ELEMENTS Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE True: initializes the elements of the node 20060704
4 Importing IV_MODEL_NODE_NAME Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>MODEL_NODE_NAME Model Node 20060704

Method GET_MODEL_BY_NODE on class IF_FDT_WD_MODEL has no exception.

Method GET_MODEL_NODE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODEL_NODE_NAME Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>MODEL_NODE_NAME Model node name 20060727
2 Returning RO_MODEL_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Model node 20060727

Method GET_MODEL_NODE_BY_NAME on class IF_FDT_WD_MODEL has no exception.

Method GET_RENDER_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED Extended Object Type 20081118
2 Returning RO_RENDER_OBJECT Value transfer Object reference (TYPE REF TO) IF_FDT_WD_RENDER_OBJECT FDT WD: Renders the action UI elements 20081118

Method GET_RENDER_OBJECT on class IF_FDT_WD_MODEL has no exception.

Method GET_RENDER_OBJECT_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED Extended Object Type 20091029
2 Importing IV_TARGET_INTERFACE Call by reference Type reference (TYPE) SEOITFNAME IF_FDT_WD_RENDER_ABSTRACT=>GC_TYPE_INTERNAL Interface Name 20091029
3 Importing IV_USAGE_NAME Call by reference Type reference (TYPE) STRING Allows multiple instances for concurrent usages/views 20110720
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_FDT_WD_RENDER_ABSTRACT Abstract super renderer interface 20091029

Method GET_RENDER_OBJECT_INSTANCE on class IF_FDT_WD_MODEL has no exception.

Method HAS_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_MESSAGES Value transfer Type reference (TYPE) BOOLE_D True: has messages 20090209

Method HAS_MESSAGES on class IF_FDT_WD_MODEL has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context of WD component 20060711
2 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller Interface 20060712

Method INIT on class IF_FDT_WD_MODEL has no exception.

Method IS_MODEL_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGED Value transfer Type reference (TYPE) BOOLE_D true: changed 20060711

Method IS_MODEL_CHANGED on class IF_FDT_WD_MODEL has no exception.

Method PUBLISH_MODEL_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MODEL_NODE Value transfer Type reference (TYPE) IF_FDT_WD_TYPES=>T_MODEL_NODE Model Nodes 20060630

Method PUBLISH_MODEL_NODES on class IF_FDT_WD_MODEL has no exception.

Method REFRESH_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_QUERY_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Query Element 20061128
2 Importing IO_QUERY_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Query Node 20061128
3 Importing IV_MODEL_NODE_NAME Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>MODEL_NODE_NAME Name of model node 20060825

Method REFRESH_MODEL on class IF_FDT_WD_MODEL has no exception.

Method REGISTER_MODEL_CHANGES Signature

Method REGISTER_MODEL_CHANGES on class IF_FDT_WD_MODEL has no parameter.
Method REGISTER_MODEL_CHANGES on class IF_FDT_WD_MODEL has no exception.

Method SET_ELEMENT_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Name of the attribute 20060727
2 Importing IV_INDEX Call by reference Type reference (TYPE) I Index, default: lead selection 20060727
3 Importing IV_MODEL_NODE_NAME Call by reference Type reference (TYPE) STRING Name of the model node 20060727
4 Importing IV_VALUE Call by reference Type reference (TYPE) DATA Value 20060727

Method SET_ELEMENT_ATTRIBUTE on class IF_FDT_WD_MODEL has no exception.

Method SET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) STRING Action 20080901

Method SET_MODEL on class IF_FDT_WD_MODEL has no exception.

Method SET_MODEL_BY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) STRING Action 20080901
2 Importing IV_MODEL_NODE_NAME Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>MODEL_NODE_NAME Model Node Name 20060703

Method SET_MODEL_BY_NODE on class IF_FDT_WD_MODEL has no exception.

Method SET_MODEL_CHANGED Signature

Method SET_MODEL_CHANGED on class IF_FDT_WD_MODEL has no parameter.
Method SET_MODEL_CHANGED on class IF_FDT_WD_MODEL has no exception.

Method SET_MODEL_UNCHANGED Signature

Method SET_MODEL_UNCHANGED on class IF_FDT_WD_MODEL has no parameter.
Method SET_MODEL_UNCHANGED on class IF_FDT_WD_MODEL has no exception.

Method UNREGISTER_MODEL_CHANGES Signature

Method UNREGISTER_MODEL_CHANGES on class IF_FDT_WD_MODEL has no parameter.
Method UNREGISTER_MODEL_CHANGES on class IF_FDT_WD_MODEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in