SAP ABAP Class CL_FDT_WD_MODEL (FDT WD: Model for Web Dynpro (abstract))
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20060710 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_WD_MODEL | FDT WD: Model for Web Dynpro UI | 20060630 |
Meta Relationship - Used By
Properties
Class | CL_FDT_WD_MODEL | |
Short Description | FDT WD: Model for Web Dynpro (abstract) | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_WD_INFRASTRUCTURE | BRFplus: Web Dynpro UI: Infrastructure |
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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
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... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_WD_MODEL | FDT WD: Model for Web Dynpro UI | 20060630 |
Friends
Class CL_FDT_WD_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_OBJECTDESCR | Runtime Type Services for IF_FDT_WD_RENDER_OBJECT | 20091029 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_OBJECTDESCR | Runtime Type Services for IF_FDT_WD_RENDER_OBJECT_TMP | 20091029 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | Configuration | 20081014 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT | Context | 20060711 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_CONTEXT_SERVICES | Context Service | 20060712 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | WD Controller | 20061013 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FDT_FACTORY | Factory | 20060704 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Root Model Node | 20060703 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TH_RENDER_OBJECT | Used renderer objects | 20091029 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Current Info/Warning Messages | 20090209 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_FDT_WD_TYPES=>T_MODEL_NODE | Model Nodes | 20060630 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_FDT_WD_RENDER_OBJECT=>TH_RENDER_OBJECT | Collection of Renderer | 20081118 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True: model was accessed | 20090330 | |
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | True: model changed | 20070716 | ||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Name of the model | 20090630 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | True: Nodes subscriped | 20061020 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | True: model is read-only | 20080220 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091029 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20081014 |
3 | ![]() |
Instance method | Public | Method | DESTRUCTOR | 20081111 |
4 | ![]() |
Instance method | Protected | Method | Returns model from API by node (redefine) | 20070718 |
5 | ![]() |
Instance method | Protected | Method | Returns, if the model is changed (redefine, if necessary) | 20080326 |
6 | ![]() |
Instance method | Private | Method | Returns if a model node is a read only node | 20101012 |
7 | ![]() |
Instance method | Private | Method | Returns if a model node is tracked for changes | 20101012 |
8 | ![]() |
Instance method | Public | Method | Save the objects to database | 20081111 |
9 | ![]() |
Instance method | Protected | Method | Sets model by node to API (redefine, if necessary) | 20070718 |
10 | ![]() |
Instance method | Protected | Method | Writes a debug trace message, when the model is changed | 20090630 |
11 | ![]() |
Instance method | Protected | Method | Writes a debug trace message, when a model node is changed | 20090630 |
Events
Class CL_FDT_WD_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_RENDER_OBJECT | Private | See coding | 20091029 | BEGIN OF s_render_object,
s_object_type TYPE if_fdt_wd_types=>s_object_type_extended,
usage_name type string,
o_renderer TYPE REF TO if_fdt_wd_render_object,
END OF s_render_object
|
||
2 | TH_RENDER_OBJECT | Private | See coding | 20091029 | th_render_object TYPE HASHED TABLE OF s_render_object
WITH UNIQUE KEY s_object_type usage_name
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FDT_WD_MODEL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FDT_WD_MODEL has no exception.
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 | Configuration | 20081014 |
Method CONSTRUCTOR on class CL_FDT_WD_MODEL has no exception.
Method DESTROY Signature
Method DESTROY on class CL_FDT_WD_MODEL has no parameter.
Method DESTROY on class CL_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 | 20070718 | ||
2 | ![]() |
IO_QUERY_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Query Node | 20070718 | ||
3 | ![]() |
IV_INITIALIZE_ELEMENTS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | True: initializes the elements of the node | 20070718 | |
4 | ![]() |
IV_MODEL_NODE_NAME | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>MODEL_NODE_NAME | Model Node | 20070718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20120417 |
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) | ABAP_BOOL | True: is changed | 20080326 |
Method IS_MODEL_CHANGED on class CL_FDT_WD_MODEL has no exception.
Method IS_MODEL_NODE_READ_ONLY 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 | 20101012 | ||
2 | ![]() |
RV_IS_READ_ONLY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101012 |
Method IS_MODEL_NODE_READ_ONLY on class CL_FDT_WD_MODEL has no exception.
Method IS_MODEL_NODE_TRACKED 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 | 20101012 | ||
2 | ![]() |
RV_IS_TRACKED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101012 |
Method IS_MODEL_NODE_TRACKED on class CL_FDT_WD_MODEL has no exception.
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20081111 |
Method SAVE on class CL_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 | 20081014 | ||
2 | ![]() |
IV_MODEL_NODE_NAME | Call by reference | Type reference (TYPE) | IF_FDT_WD_TYPES=>MODEL_NODE_NAME | Model Node Name | 20070718 |
Method SET_MODEL_BY_NODE on class CL_FDT_WD_MODEL has no exception.
Method WRITE_TRACE_MODEL_CHANGED Signature
Method WRITE_TRACE_MODEL_CHANGED on class CL_FDT_WD_MODEL has no parameter.
Method WRITE_TRACE_MODEL_CHANGED on class CL_FDT_WD_MODEL has no exception.
Method WRITE_TRACE_NODE_CHANGED 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 (WD context) | 20090630 | ||
2 | ![]() |
IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Node Name (WD context) | 20090630 |
Method WRITE_TRACE_NODE_CHANGED on class CL_FDT_WD_MODEL has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |