SAP ABAP Interface IF_FDT_WD_MODEL (FDT WD: Model for Web Dynpro UI)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_INFRASTRUCTURE (Package) BRFplus: Web Dynpro UI: Infrastructure

⤷

⤷

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
Interface | IF_FDT_WD_MODEL | |
Short Description | FDT WD: Model for Web Dynpro UI |
General Data
Package | SFDT_WD_INFRASTRUCTURE | BRFplus: Web Dynpro UI: Infrastructure |
Created | 20060630 | SAP |
Last changed | 20130531 | SAP |
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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WD_COMPONENT_ASSISTANCE | Model Interface for Web Dynpro | 20060710 |
Friends
Interface IF_FDT_WD_MODEL has no friend.
Attributes
Interface IF_FDT_WD_MODEL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns messages | 20090209 |
2 | ![]() |
Instance method | Public | Method | Returns model from API and build all model nodes | 20060630 |
3 | ![]() |
Instance method | Public | Method | Returns model from API by node | 20060630 |
4 | ![]() |
Instance method | Public | Method | Returns model node by name | 20060727 |
5 | ![]() |
Instance method | Public | Method | DO NOT USE! Use method GET_RENDER_OBJECT_INSTANCE instead | 20081118 |
6 | ![]() |
Instance method | Public | Method | Returns the render object (instance) by object type | 20091029 |
7 | ![]() |
Instance method | Public | Method | Returns, if there are info/warning messages available | 20090209 |
8 | ![]() |
Instance method | Public | Method | Initializes model | 20060630 |
9 | ![]() |
Instance method | Public | Method | Returns, if model is changed | 20060711 |
10 | ![]() |
Instance method | Public | Method | Publishes the model nodes | 20060630 |
11 | ![]() |
Instance method | Public | Method | Refreshes model | 20060824 |
12 | ![]() |
Instance method | Public | Method | Registers model changes | 20061013 |
13 | ![]() |
Instance method | Public | Method | Sets an attribute of an element | 20060727 |
14 | ![]() |
Instance method | Public | Method | Sets models from all model nodes to API | 20060630 |
15 | ![]() |
Instance method | Public | Method | Sets model node to API | 20060630 |
16 | ![]() |
Instance method | Public | Method | Sets the Modes as changed | 20070718 |
17 | ![]() |
Instance method | Public | Method | Sets model as unchanged | 20060713 |
18 | ![]() |
Instance method | Public | Method | Unregisters the model changes | 20061020 |
Events
Interface IF_FDT_WD_MODEL has no event.
Types
Interface 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 | ![]() |
IV_RESET_MESSAGES | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | True: reset messages | 20090209 | |
2 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20090209 |
Method GET_MESSAGES on Interface IF_FDT_WD_MODEL has no exception.
Method GET_MODEL Signature
Method GET_MODEL on Interface IF_FDT_WD_MODEL has no parameter.
Method GET_MODEL on Interface 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 | ![]() |
IO_QUERY_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Query Element | 20060707 | ||
2 | ![]() |
IO_QUERY_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Query Node | 20060703 | ||
3 | ![]() |
IV_INITIALIZE_ELEMENTS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | True: initializes the elements of the node | 20060704 | |
4 | ![]() |
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 Interface 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 | ![]() |
IV_MODEL_NODE_NAME | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>MODEL_NODE_NAME | Model node name | 20060727 | ||
2 | ![]() |
RO_MODEL_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Model node | 20060727 |
Method GET_MODEL_NODE_BY_NAME on Interface 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 | ![]() |
IS_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED | Extended Object Type | 20081118 | ||
2 | ![]() |
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 Interface 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 | ![]() |
IS_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED | Extended Object Type | 20091029 | ||
2 | ![]() |
IV_TARGET_INTERFACE | Call by reference | Type reference (TYPE) | SEOITFNAME | IF_FDT_WD_RENDER_ABSTRACT=>GC_TYPE_INTERNAL | Interface Name | 20091029 | |
3 | ![]() |
IV_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | Allows multiple instances for concurrent usages/views | 20110720 | ||
4 | ![]() |
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 Interface 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 | ![]() |
RV_HAS_MESSAGES | Value transfer | Type reference (TYPE) | BOOLE_D | True: has messages | 20090209 |
Method HAS_MESSAGES on Interface 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 | ![]() |
IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Context of WD component | 20060711 | ||
2 | ![]() |
IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller Interface | 20060712 |
Method INIT on Interface 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 | ![]() |
RV_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | true: changed | 20060711 |
Method IS_MODEL_CHANGED on Interface 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 | ![]() |
RT_MODEL_NODE | Value transfer | Type reference (TYPE) | IF_FDT_WD_TYPES=>T_MODEL_NODE | Model Nodes | 20060630 |
Method PUBLISH_MODEL_NODES on Interface 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 | ![]() |
IO_QUERY_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Query Element | 20061128 | ||
2 | ![]() |
IO_QUERY_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Query Node | 20061128 | ||
3 | ![]() |
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 Interface IF_FDT_WD_MODEL has no exception.
Method REGISTER_MODEL_CHANGES Signature
Method REGISTER_MODEL_CHANGES on Interface IF_FDT_WD_MODEL has no parameter.
Method REGISTER_MODEL_CHANGES on Interface 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 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the attribute | 20060727 | ||
2 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | I | Index, default: lead selection | 20060727 | ||
3 | ![]() |
IV_MODEL_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the model node | 20060727 | ||
4 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | DATA | Value | 20060727 |
Method SET_ELEMENT_ATTRIBUTE on Interface 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 | ![]() |
IV_ACTION | Call by reference | Type reference (TYPE) | STRING | Action | 20080901 |
Method SET_MODEL on Interface 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 | ![]() |
IV_ACTION | Call by reference | Type reference (TYPE) | STRING | Action | 20080901 | ||
2 | ![]() |
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 Interface IF_FDT_WD_MODEL has no exception.
Method SET_MODEL_CHANGED Signature
Method SET_MODEL_CHANGED on Interface IF_FDT_WD_MODEL has no parameter.
Method SET_MODEL_CHANGED on Interface IF_FDT_WD_MODEL has no exception.
Method SET_MODEL_UNCHANGED Signature
Method SET_MODEL_UNCHANGED on Interface IF_FDT_WD_MODEL has no parameter.
Method SET_MODEL_UNCHANGED on Interface IF_FDT_WD_MODEL has no exception.
Method UNREGISTER_MODEL_CHANGES Signature
Method UNREGISTER_MODEL_CHANGES on Interface IF_FDT_WD_MODEL has no parameter.
Method UNREGISTER_MODEL_CHANGES on Interface IF_FDT_WD_MODEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |